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.model.client.thrift.generated -
-
Uses of TOperationHandle in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util with parameters of type TOperationHandle Modifier and Type Method Description static StringDatabricksThriftUtil. getStatementId(TOperationHandle operationHandle) -
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.
-