Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TGetFunctionsReq
-
Packages that use TGetFunctionsReq Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TGetFunctionsReq in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated declared as TGetFunctionsReq Modifier and Type Field Description TGetFunctionsReqTCLIService.GetFunctions_args. reqMethods in com.databricks.jdbc.model.client.thrift.generated that return TGetFunctionsReq Modifier and Type Method Description TGetFunctionsReqTGetFunctionsReq. deepCopy()TGetFunctionsReqTCLIService.GetFunctions_args. getReq()TGetFunctionsReqTGetFunctionsReq. setCatalogName(String catalogName)TGetFunctionsReqTGetFunctionsReq. setFunctionName(String functionName)TGetFunctionsReqTGetFunctionsReq. setGetDirectResults(TSparkGetDirectResults getDirectResults)TGetFunctionsReqTGetFunctionsReq. setRunAsync(boolean runAsync)TGetFunctionsReqTGetFunctionsReq. setSchemaName(String schemaName)TGetFunctionsReqTGetFunctionsReq. setSessionHandle(TSessionHandle sessionHandle)Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetFunctionsReq Modifier and Type Method Description intTGetFunctionsReq. compareTo(TGetFunctionsReq other)booleanTGetFunctionsReq. equals(TGetFunctionsReq that)voidTCLIService.AsyncClient. GetFunctions(TGetFunctionsReq req, org.apache.thrift.async.AsyncMethodCallback<TGetFunctionsResp> resultHandler)voidTCLIService.AsyncIface. GetFunctions(TGetFunctionsReq req, org.apache.thrift.async.AsyncMethodCallback<TGetFunctionsResp> resultHandler)TGetFunctionsRespTCLIService.Client. GetFunctions(TGetFunctionsReq req)TGetFunctionsRespTCLIService.Iface. GetFunctions(TGetFunctionsReq req)voidTCLIService.Client. send_GetFunctions(TGetFunctionsReq req)TCLIService.GetFunctions_argsTCLIService.GetFunctions_args. setReq(TGetFunctionsReq req)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetFunctionsReq Constructor Description GetFunctions_args(TGetFunctionsReq req)GetFunctions_call(TGetFunctionsReq req, org.apache.thrift.async.AsyncMethodCallback<TGetFunctionsResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TGetFunctionsReq(TGetFunctionsReq other)Performs a deep copy on other.
-