Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TGetFunctionsReq
Packages that use TGetFunctionsReq
-
Uses of TGetFunctionsReq 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 TGetFunctionsReqFields in com.databricks.jdbc.model.client.thrift.generated declared as TGetFunctionsReqMethods in com.databricks.jdbc.model.client.thrift.generated that return TGetFunctionsReqModifier and TypeMethodDescriptionTGetFunctionsReq.deepCopy()TCLIService.GetFunctions_args.getReq()TGetFunctionsReq.setCatalogName(String catalogName) TGetFunctionsReq.setFunctionName(String functionName) TGetFunctionsReq.setGetDirectResults(TSparkGetDirectResults getDirectResults) TGetFunctionsReq.setRunAsync(boolean runAsync) TGetFunctionsReq.setSchemaName(String schemaName) TGetFunctionsReq.setSessionHandle(TSessionHandle sessionHandle) Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetFunctionsReqModifier and TypeMethodDescriptionintTGetFunctionsReq.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) TCLIService.Client.GetFunctions(TGetFunctionsReq req) TCLIService.Iface.GetFunctions(TGetFunctionsReq req) voidTCLIService.Client.send_GetFunctions(TGetFunctionsReq req) TCLIService.GetFunctions_args.setReq(TGetFunctionsReq req) Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetFunctionsReqModifierConstructorDescriptionGetFunctions_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.