Uses of Class
com.databricks.jdbc.client.impl.thrift.generated.TOperationHandle
-
Packages that use TOperationHandle Package Description com.databricks.jdbc.client.impl.thrift.commons com.databricks.jdbc.client.impl.thrift.generated -
-
Uses of TOperationHandle in com.databricks.jdbc.client.impl.thrift.commons
Methods in com.databricks.jdbc.client.impl.thrift.commons with parameters of type TOperationHandle Modifier and Type Method Description TFetchResultsRespDatabricksThriftAccessor. getResultSetResp(TOperationHandle operationHandle, String context)static StringDatabricksThriftHelper. getStatementId(TOperationHandle operationHandle) -
Uses of TOperationHandle in com.databricks.jdbc.client.impl.thrift.generated
Fields in com.databricks.jdbc.client.impl.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.client.impl.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.
-