Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TOperationHandle
Packages that use TOperationHandle
Package
Description
-
Uses of TOperationHandle in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util that return TOperationHandleModifier and TypeMethodDescriptionstatic 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 TOperationHandleModifier and TypeMethodDescriptionstatic 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
Classes in com.databricks.jdbc.model.client.thrift.generated that implement interfaces with type arguments of type TOperationHandleFields in com.databricks.jdbc.model.client.thrift.generated declared as TOperationHandleModifier and TypeFieldDescriptionTCancelOperationReq.operationHandleTCloseOperationReq.operationHandleTExecuteStatementResp.operationHandleTFetchResultsReq.operationHandleTGetCatalogsResp.operationHandleTGetColumnsResp.operationHandleTGetCrossReferenceResp.operationHandleTGetFunctionsResp.operationHandleTGetOperationStatusReq.operationHandleTGetPrimaryKeysResp.operationHandleTGetResultSetMetadataReq.operationHandleTGetSchemasResp.operationHandleTGetTablesResp.operationHandleTGetTableTypesResp.operationHandleTGetTypeInfoResp.operationHandleMethods in com.databricks.jdbc.model.client.thrift.generated that return TOperationHandleModifier and TypeMethodDescriptionTOperationHandle.deepCopy()TCancelOperationReq.getOperationHandle()TCloseOperationReq.getOperationHandle()TExecuteStatementResp.getOperationHandle()TFetchResultsReq.getOperationHandle()TGetCatalogsResp.getOperationHandle()TGetColumnsResp.getOperationHandle()TGetCrossReferenceResp.getOperationHandle()TGetFunctionsResp.getOperationHandle()TGetOperationStatusReq.getOperationHandle()TGetPrimaryKeysResp.getOperationHandle()TGetResultSetMetadataReq.getOperationHandle()TGetSchemasResp.getOperationHandle()TGetTablesResp.getOperationHandle()TGetTableTypesResp.getOperationHandle()TGetTypeInfoResp.getOperationHandle()TOperationHandle.setHasResultSet(boolean hasResultSet) TOperationHandle.setModifiedRowCount(double modifiedRowCount) TOperationHandle.setOperationId(THandleIdentifier operationId) TOperationHandle.setOperationType(TOperationType operationType) Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TOperationHandleModifier and TypeMethodDescriptionintTOperationHandle.compareTo(TOperationHandle other) booleanTOperationHandle.equals(TOperationHandle that) TCancelOperationReq.setOperationHandle(TOperationHandle operationHandle) TCloseOperationReq.setOperationHandle(TOperationHandle operationHandle) TExecuteStatementResp.setOperationHandle(TOperationHandle operationHandle) TFetchResultsReq.setOperationHandle(TOperationHandle operationHandle) TGetCatalogsResp.setOperationHandle(TOperationHandle operationHandle) TGetColumnsResp.setOperationHandle(TOperationHandle operationHandle) TGetCrossReferenceResp.setOperationHandle(TOperationHandle operationHandle) TGetFunctionsResp.setOperationHandle(TOperationHandle operationHandle) TGetOperationStatusReq.setOperationHandle(TOperationHandle operationHandle) TGetPrimaryKeysResp.setOperationHandle(TOperationHandle operationHandle) TGetResultSetMetadataReq.setOperationHandle(TOperationHandle operationHandle) TGetSchemasResp.setOperationHandle(TOperationHandle operationHandle) TGetTablesResp.setOperationHandle(TOperationHandle operationHandle) TGetTableTypesResp.setOperationHandle(TOperationHandle operationHandle) TGetTypeInfoResp.setOperationHandle(TOperationHandle operationHandle) Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TOperationHandleModifierConstructorDescriptionTCancelOperationReq(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.