Uses of Interface
com.databricks.jdbc.api.impl.IExecutionResult
-
Packages that use IExecutionResult Package Description com.databricks.jdbc.api.impl com.databricks.jdbc.api.impl.arrow com.databricks.jdbc.api.impl.inline com.databricks.jdbc.api.impl.volume -
-
Uses of IExecutionResult in com.databricks.jdbc.api.impl
Constructors in com.databricks.jdbc.api.impl with parameters of type IExecutionResult Constructor Description DatabricksResultSet(com.databricks.sdk.service.sql.StatementStatus statementStatus, String statementId, StatementType statementType, IDatabricksStatement parentStatement, IExecutionResult executionResult, DatabricksResultSetMetaData resultSetMetaData) -
Uses of IExecutionResult in com.databricks.jdbc.api.impl.arrow
Classes in com.databricks.jdbc.api.impl.arrow that implement IExecutionResult Modifier and Type Class Description classArrowStreamResult -
Uses of IExecutionResult in com.databricks.jdbc.api.impl.inline
Classes in com.databricks.jdbc.api.impl.inline that implement IExecutionResult Modifier and Type Class Description classInlineJsonResult -
Uses of IExecutionResult in com.databricks.jdbc.api.impl.volume
Classes in com.databricks.jdbc.api.impl.volume that implement IExecutionResult Modifier and Type Class Description classVolumeOperationResultClass to handle the result of a volume operationConstructors in com.databricks.jdbc.api.impl.volume with parameters of type IExecutionResult Constructor Description VolumeInputStream(org.apache.http.HttpEntity httpEntity, IExecutionResult resultHandler, IDatabricksStatement statement)VolumeOperationResult(String statementId, long totalRows, long totalColumns, IDatabricksSession session, IExecutionResult resultHandler, IDatabricksStatement statement, IDatabricksResultSet resultSet)
-