Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TStatementConf
Packages that use TStatementConf
-
Uses of TStatementConf 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 TStatementConfFields in com.databricks.jdbc.model.client.thrift.generated declared as TStatementConfMethods in com.databricks.jdbc.model.client.thrift.generated that return TStatementConfModifier and TypeMethodDescriptionTStatementConf.deepCopy()TExecuteStatementReq.getStatementConf()TStatementConf.setClient_protocol(TProtocolVersion client_protocol) TStatementConf.setClient_protocol_i64(long client_protocol_i64) TStatementConf.setInitialNamespace(TNamespace initialNamespace) TStatementConf.setSessionless(boolean sessionless) Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TStatementConfModifier and TypeMethodDescriptionintTStatementConf.compareTo(TStatementConf other) booleanTStatementConf.equals(TStatementConf that) TExecuteStatementReq.setStatementConf(TStatementConf statementConf) Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TStatementConfModifierConstructorDescriptionTStatementConf(TStatementConf other) Performs a deep copy on other.