Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TGetTypeInfoReq
Packages that use TGetTypeInfoReq
-
Uses of TGetTypeInfoReq 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 TGetTypeInfoReqFields in com.databricks.jdbc.model.client.thrift.generated declared as TGetTypeInfoReqMethods in com.databricks.jdbc.model.client.thrift.generated that return TGetTypeInfoReqModifier and TypeMethodDescriptionTGetTypeInfoReq.deepCopy()TCLIService.GetTypeInfo_args.getReq()TGetTypeInfoReq.setGetDirectResults(TSparkGetDirectResults getDirectResults) TGetTypeInfoReq.setRunAsync(boolean runAsync) TGetTypeInfoReq.setSessionHandle(TSessionHandle sessionHandle) Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetTypeInfoReqModifier and TypeMethodDescriptionintTGetTypeInfoReq.compareTo(TGetTypeInfoReq other) booleanTGetTypeInfoReq.equals(TGetTypeInfoReq that) voidTCLIService.AsyncClient.GetTypeInfo(TGetTypeInfoReq req, org.apache.thrift.async.AsyncMethodCallback<TGetTypeInfoResp> resultHandler) voidTCLIService.AsyncIface.GetTypeInfo(TGetTypeInfoReq req, org.apache.thrift.async.AsyncMethodCallback<TGetTypeInfoResp> resultHandler) TCLIService.Client.GetTypeInfo(TGetTypeInfoReq req) TCLIService.Iface.GetTypeInfo(TGetTypeInfoReq req) voidTCLIService.Client.send_GetTypeInfo(TGetTypeInfoReq req) TCLIService.GetTypeInfo_args.setReq(TGetTypeInfoReq req) Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetTypeInfoReqModifierConstructorDescriptionGetTypeInfo_call(TGetTypeInfoReq req, org.apache.thrift.async.AsyncMethodCallback<TGetTypeInfoResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) TGetTypeInfoReq(TGetTypeInfoReq other) Performs a deep copy on other.