Uses of Class
com.databricks.jdbc.client.impl.thrift.generated.THandleIdentifier
-
Packages that use THandleIdentifier Package Description com.databricks.jdbc.client.impl.thrift.generated -
-
Uses of THandleIdentifier in com.databricks.jdbc.client.impl.thrift.generated
Fields in com.databricks.jdbc.client.impl.thrift.generated declared as THandleIdentifier Modifier and Type Field Description THandleIdentifierTOperationHandle. operationIdTHandleIdentifierTSessionHandle. sessionIdMethods in com.databricks.jdbc.client.impl.thrift.generated that return THandleIdentifier Modifier and Type Method Description THandleIdentifierTHandleIdentifier. deepCopy()THandleIdentifierTOperationHandle. getOperationId()THandleIdentifierTSessionHandle. getSessionId()THandleIdentifierTHandleIdentifier. setGuid(byte[] guid)THandleIdentifierTHandleIdentifier. setGuid(ByteBuffer guid)THandleIdentifierTHandleIdentifier. setSecret(byte[] secret)THandleIdentifierTHandleIdentifier. setSecret(ByteBuffer secret)Methods in com.databricks.jdbc.client.impl.thrift.generated with parameters of type THandleIdentifier Modifier and Type Method Description intTHandleIdentifier. compareTo(THandleIdentifier other)booleanTHandleIdentifier. equals(THandleIdentifier that)TOperationHandleTOperationHandle. setOperationId(THandleIdentifier operationId)TSessionHandleTSessionHandle. setSessionId(THandleIdentifier sessionId)Constructors in com.databricks.jdbc.client.impl.thrift.generated with parameters of type THandleIdentifier Constructor Description THandleIdentifier(THandleIdentifier other)Performs a deep copy on other.TOperationHandle(THandleIdentifier operationId, TOperationType operationType, boolean hasResultSet)TSessionHandle(THandleIdentifier sessionId)
-