Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TOpenSessionReq
Packages that use TOpenSessionReq
-
Uses of TOpenSessionReq 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 TOpenSessionReqFields in com.databricks.jdbc.model.client.thrift.generated declared as TOpenSessionReqMethods in com.databricks.jdbc.model.client.thrift.generated that return TOpenSessionReqModifier and TypeMethodDescriptionTOpenSessionReq.deepCopy()TCLIService.OpenSession_args.getReq()TOpenSessionReq.setCanUseMultipleCatalogs(boolean canUseMultipleCatalogs) TOpenSessionReq.setClient_protocol(TProtocolVersion client_protocol) TOpenSessionReq.setClient_protocol_i64(long client_protocol_i64) TOpenSessionReq.setConfiguration(Map<String, String> configuration) TOpenSessionReq.setConnectionProperties(Map<String, String> connectionProperties) TOpenSessionReq.setGetInfos(List<TGetInfoType> getInfos) TOpenSessionReq.setInitialNamespace(TNamespace initialNamespace) TOpenSessionReq.setPassword(String password) TOpenSessionReq.setUsername(String username) Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TOpenSessionReqModifier and TypeMethodDescriptionintTOpenSessionReq.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) TCLIService.Client.OpenSession(TOpenSessionReq req) TCLIService.Iface.OpenSession(TOpenSessionReq req) voidTCLIService.Client.send_OpenSession(TOpenSessionReq req) TCLIService.OpenSession_args.setReq(TOpenSessionReq req) Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TOpenSessionReqModifierConstructorDescriptionOpenSession_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.