Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TGetTypeInfoReq
-
Packages that use TGetTypeInfoReq Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TGetTypeInfoReq in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated declared as TGetTypeInfoReq Modifier and Type Field Description TGetTypeInfoReqTCLIService.GetTypeInfo_args. reqMethods in com.databricks.jdbc.model.client.thrift.generated that return TGetTypeInfoReq Modifier and Type Method Description TGetTypeInfoReqTGetTypeInfoReq. deepCopy()TGetTypeInfoReqTCLIService.GetTypeInfo_args. getReq()TGetTypeInfoReqTGetTypeInfoReq. setGetDirectResults(TSparkGetDirectResults getDirectResults)TGetTypeInfoReqTGetTypeInfoReq. setRunAsync(boolean runAsync)TGetTypeInfoReqTGetTypeInfoReq. setSessionHandle(TSessionHandle sessionHandle)Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetTypeInfoReq Modifier and Type Method Description intTGetTypeInfoReq. 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)TGetTypeInfoRespTCLIService.Client. GetTypeInfo(TGetTypeInfoReq req)TGetTypeInfoRespTCLIService.Iface. GetTypeInfo(TGetTypeInfoReq req)voidTCLIService.Client. send_GetTypeInfo(TGetTypeInfoReq req)TCLIService.GetTypeInfo_argsTCLIService.GetTypeInfo_args. setReq(TGetTypeInfoReq req)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetTypeInfoReq Constructor Description GetTypeInfo_args(TGetTypeInfoReq req)GetTypeInfo_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.
-