Class StatementId
java.lang.Object
com.databricks.jdbc.dbclient.impl.common.StatementId
A Statement-Id identifier to uniquely identify an executed statement
-
Constructor Summary
ConstructorsConstructorDescriptionStatementId(THandleIdentifier identifier) Constructs a StatementId identifier for a given Thrift Server operation handleStatementId(String statementId) Constructs a StatementId identifier for a given SQl Exec statement-Id -
Method Summary
Modifier and TypeMethodDescriptionstatic StatementIddeserialize(String serializedStatementId) Deserializes a StatementId from a serialized stringbooleanstatic StringloggableStatementId(TOperationHandle operationHandle) Returns a loggable statement Id for the given Thrift operation handle.Returns a Thrift operation handle for the given StatementIdReturns a SQL Exec statement handle for the given StatementIdtoString()
-
Constructor Details
-
StatementId
Constructs a StatementId identifier for a given SQl Exec statement-Id -
StatementId
Constructs a StatementId identifier for a given Thrift Server operation handle
-
-
Method Details
-
deserialize
Deserializes a StatementId from a serialized string -
toString
-
toOperationIdentifier
Returns a Thrift operation handle for the given StatementId -
toSQLExecStatementId
Returns a SQL Exec statement handle for the given StatementId -
loggableStatementId
Returns a loggable statement Id for the given Thrift operation handle. This is used for logging purposes to avoid logging sensitive information. -
equals
-