Uses of Class
com.databricks.jdbc.exception.DatabricksBatchUpdateException
Packages that use DatabricksBatchUpdateException
-
Uses of DatabricksBatchUpdateException in com.databricks.jdbc.api.impl
Methods in com.databricks.jdbc.api.impl that throw DatabricksBatchUpdateExceptionModifier and TypeMethodDescriptionint[]DatabricksPreparedStatement.executeBatch()long[]DatabricksPreparedStatement.executeLargeBatch() -
Uses of DatabricksBatchUpdateException in com.databricks.jdbc.api.impl.batch
Methods in com.databricks.jdbc.api.impl.batch that throw DatabricksBatchUpdateExceptionModifier and TypeMethodDescriptionlong[]DatabricksBatchExecutor.executeBatch()Executes all the commands in the batch sequentially.