Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TStatementConf
-
Packages that use TStatementConf Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TStatementConf in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated declared as TStatementConf Modifier and Type Field Description TStatementConfTExecuteStatementReq. statementConfMethods in com.databricks.jdbc.model.client.thrift.generated that return TStatementConf Modifier and Type Method Description TStatementConfTStatementConf. deepCopy()TStatementConfTExecuteStatementReq. getStatementConf()TStatementConfTStatementConf. setClient_protocol(TProtocolVersion client_protocol)TStatementConfTStatementConf. setClient_protocol_i64(long client_protocol_i64)TStatementConfTStatementConf. setInitialNamespace(TNamespace initialNamespace)TStatementConfTStatementConf. setSessionless(boolean sessionless)Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TStatementConf Modifier and Type Method Description intTStatementConf. compareTo(TStatementConf other)booleanTStatementConf. equals(TStatementConf that)TExecuteStatementReqTExecuteStatementReq. setStatementConf(TStatementConf statementConf)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TStatementConf Constructor Description TStatementConf(TStatementConf other)Performs a deep copy on other.
-