Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TProtocolVersion
-
Packages that use TProtocolVersion Package Description com.databricks.jdbc.common com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TProtocolVersion in com.databricks.jdbc.common
Fields in com.databricks.jdbc.common declared as TProtocolVersion Modifier and Type Field Description static TProtocolVersionEnvironmentVariables. JDBC_THRIFT_VERSION -
Uses of TProtocolVersion in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated declared as TProtocolVersion Modifier and Type Field Description TProtocolVersionTOpenSessionReq. client_protocolTProtocolVersionTStatementConf. client_protocolTProtocolVersionTOpenSessionResp. serverProtocolVersionMethods in com.databricks.jdbc.model.client.thrift.generated that return TProtocolVersion Modifier and Type Method Description static TProtocolVersionTProtocolVersion. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TProtocolVersionTOpenSessionReq. getClient_protocol()TProtocolVersionTStatementConf. getClient_protocol()TProtocolVersionTOpenSessionResp. getServerProtocolVersion()static TProtocolVersionTProtocolVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static TProtocolVersion[]TProtocolVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TProtocolVersion Modifier and Type Method Description TOpenSessionReqTOpenSessionReq. setClient_protocol(TProtocolVersion client_protocol)TStatementConfTStatementConf. setClient_protocol(TProtocolVersion client_protocol)TOpenSessionRespTOpenSessionResp. setServerProtocolVersion(TProtocolVersion serverProtocolVersion)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TProtocolVersion Constructor Description TOpenSessionResp(TStatus status, TProtocolVersion serverProtocolVersion)
-