Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TOpenSessionReq
-
Packages that use TOpenSessionReq Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TOpenSessionReq in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated declared as TOpenSessionReq Modifier and Type Field Description TOpenSessionReqTCLIService.OpenSession_args. reqMethods in com.databricks.jdbc.model.client.thrift.generated that return TOpenSessionReq Modifier and Type Method Description TOpenSessionReqTOpenSessionReq. deepCopy()TOpenSessionReqTCLIService.OpenSession_args. getReq()TOpenSessionReqTOpenSessionReq. setCanUseMultipleCatalogs(boolean canUseMultipleCatalogs)TOpenSessionReqTOpenSessionReq. setClient_protocol(TProtocolVersion client_protocol)TOpenSessionReqTOpenSessionReq. setClient_protocol_i64(long client_protocol_i64)TOpenSessionReqTOpenSessionReq. setConfiguration(Map<String,String> configuration)TOpenSessionReqTOpenSessionReq. setConnectionProperties(Map<String,String> connectionProperties)TOpenSessionReqTOpenSessionReq. setGetInfos(List<TGetInfoType> getInfos)TOpenSessionReqTOpenSessionReq. setInitialNamespace(TNamespace initialNamespace)TOpenSessionReqTOpenSessionReq. setPassword(String password)TOpenSessionReqTOpenSessionReq. setUsername(String username)Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TOpenSessionReq Modifier and Type Method Description intTOpenSessionReq. compareTo(TOpenSessionReq other)booleanTOpenSessionReq. equals(TOpenSessionReq that)voidTCLIService.AsyncClient. OpenSession(TOpenSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TOpenSessionResp> resultHandler)voidTCLIService.AsyncIface. OpenSession(TOpenSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TOpenSessionResp> resultHandler)TOpenSessionRespTCLIService.Client. OpenSession(TOpenSessionReq req)TOpenSessionRespTCLIService.Iface. OpenSession(TOpenSessionReq req)voidTCLIService.Client. send_OpenSession(TOpenSessionReq req)TCLIService.OpenSession_argsTCLIService.OpenSession_args. setReq(TOpenSessionReq req)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TOpenSessionReq Constructor Description OpenSession_args(TOpenSessionReq req)OpenSession_call(TOpenSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TOpenSessionResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TOpenSessionReq(TOpenSessionReq other)Performs a deep copy on other.
-