Uses of Class
com.databricks.jdbc.api.impl.batch.ImmutableBatchCommand
-
Packages that use ImmutableBatchCommand Package Description com.databricks.jdbc.api.impl.batch -
-
Uses of ImmutableBatchCommand in com.databricks.jdbc.api.impl.batch
Methods in com.databricks.jdbc.api.impl.batch that return ImmutableBatchCommand Modifier and Type Method Description ImmutableBatchCommandImmutableBatchCommand.Builder. build()Builds a newImmutableBatchCommand.static ImmutableBatchCommandImmutableBatchCommand. copyOf(BatchCommand instance)Creates an immutable copy of aBatchCommandvalue.ImmutableBatchCommandImmutableBatchCommand. withSql(String value)Copy the current immutable object by setting a value for thesqlattribute.
-