Uses of Interface
com.databricks.jdbc.api.impl.batch.BatchCommand
-
Packages that use BatchCommand Package Description com.databricks.jdbc.api.impl.batch -
-
Uses of BatchCommand in com.databricks.jdbc.api.impl.batch
Classes in com.databricks.jdbc.api.impl.batch that implement BatchCommand Modifier and Type Class Description classImmutableBatchCommandImmutable implementation ofBatchCommand.Methods in com.databricks.jdbc.api.impl.batch with parameters of type BatchCommand Modifier and Type Method Description static ImmutableBatchCommandImmutableBatchCommand. copyOf(BatchCommand instance)Creates an immutable copy of aBatchCommandvalue.ImmutableBatchCommand.BuilderImmutableBatchCommand.Builder. from(BatchCommand instance)Fill a builder with attribute values from the providedBatchCommandinstance.
-