Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TGetInfoReq
Packages that use TGetInfoReq
-
Uses of TGetInfoReq 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 TGetInfoReqFields in com.databricks.jdbc.model.client.thrift.generated declared as TGetInfoReqMethods in com.databricks.jdbc.model.client.thrift.generated that return TGetInfoReqModifier and TypeMethodDescriptionTGetInfoReq.deepCopy()TCLIService.GetInfo_args.getReq()TGetInfoReq.setInfoType(TGetInfoType infoType) TGetInfoReq.setSessionHandle(TSessionHandle sessionHandle) Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetInfoReqModifier and TypeMethodDescriptionintTGetInfoReq.compareTo(TGetInfoReq other) booleanTGetInfoReq.equals(TGetInfoReq that) voidTCLIService.AsyncClient.GetInfo(TGetInfoReq req, org.apache.thrift.async.AsyncMethodCallback<TGetInfoResp> resultHandler) voidTCLIService.AsyncIface.GetInfo(TGetInfoReq req, org.apache.thrift.async.AsyncMethodCallback<TGetInfoResp> resultHandler) TCLIService.Client.GetInfo(TGetInfoReq req) TCLIService.Iface.GetInfo(TGetInfoReq req) voidTCLIService.Client.send_GetInfo(TGetInfoReq req) TCLIService.GetInfo_args.setReq(TGetInfoReq req) Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetInfoReqModifierConstructorDescriptionGetInfo_args(TGetInfoReq req) GetInfo_call(TGetInfoReq req, org.apache.thrift.async.AsyncMethodCallback<TGetInfoResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) TGetInfoReq(TGetInfoReq other) Performs a deep copy on other.