Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TOperationHandle
-
Packages that use TOperationHandle Package Description com.databricks.jdbc.common.util com.databricks.jdbc.dbclient.impl.common com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TOperationHandle in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util that return TOperationHandle Modifier and Type Method Description static TOperationHandleDatabricksThriftUtil. getOperationHandle(StatementId statementId) -
Uses of TOperationHandle in com.databricks.jdbc.dbclient.impl.common
Methods in com.databricks.jdbc.dbclient.impl.common with parameters of type TOperationHandle Modifier and Type Method Description static StringStatementId. loggableStatementId(TOperationHandle operationHandle)Returns a loggable statement Id for the given Thrift operation handle. -
Uses of TOperationHandle in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated declared as TOperationHandle Modifier and Type Field Description TOperationHandleTCancelOperationReq. operationHandleTOperationHandleTCloseOperationReq. operationHandleTOperationHandleTExecuteStatementResp. operationHandleTOperationHandleTFetchResultsReq. operationHandleTOperationHandleTGetCatalogsResp. operationHandleTOperationHandleTGetColumnsResp. operationHandleTOperationHandleTGetCrossReferenceResp. operationHandleTOperationHandleTGetFunctionsResp. operationHandleTOperationHandleTGetOperationStatusReq. operationHandleTOperationHandleTGetPrimaryKeysResp. operationHandleTOperationHandleTGetResultSetMetadataReq. operationHandleTOperationHandleTGetSchemasResp. operationHandleTOperationHandleTGetTablesResp. operationHandleTOperationHandleTGetTableTypesResp. operationHandleTOperationHandleTGetTypeInfoResp. operationHandleConstructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TOperationHandle Constructor Description TCancelOperationReq(TOperationHandle operationHandle)TCloseOperationReq(TOperationHandle operationHandle)TFetchResultsReq(TOperationHandle operationHandle, TFetchOrientation orientation, long maxRows)TGetOperationStatusReq(TOperationHandle operationHandle)TGetResultSetMetadataReq(TOperationHandle operationHandle)TOperationHandle(TOperationHandle other)Performs a deep copy on other.
-