Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TGetPrimaryKeysReq
Packages that use TGetPrimaryKeysReq
-
Uses of TGetPrimaryKeysReq 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 TGetPrimaryKeysReqFields in com.databricks.jdbc.model.client.thrift.generated declared as TGetPrimaryKeysReqMethods in com.databricks.jdbc.model.client.thrift.generated that return TGetPrimaryKeysReqModifier and TypeMethodDescriptionTGetPrimaryKeysReq.deepCopy()TCLIService.GetPrimaryKeys_args.getReq()TGetPrimaryKeysReq.setCatalogName(String catalogName) TGetPrimaryKeysReq.setGetDirectResults(TSparkGetDirectResults getDirectResults) TGetPrimaryKeysReq.setRunAsync(boolean runAsync) TGetPrimaryKeysReq.setSchemaName(String schemaName) TGetPrimaryKeysReq.setSessionHandle(TSessionHandle sessionHandle) TGetPrimaryKeysReq.setTableName(String tableName) Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetPrimaryKeysReqModifier and TypeMethodDescriptionintTGetPrimaryKeysReq.compareTo(TGetPrimaryKeysReq other) booleanTGetPrimaryKeysReq.equals(TGetPrimaryKeysReq that) voidTCLIService.AsyncClient.GetPrimaryKeys(TGetPrimaryKeysReq req, org.apache.thrift.async.AsyncMethodCallback<TGetPrimaryKeysResp> resultHandler) voidTCLIService.AsyncIface.GetPrimaryKeys(TGetPrimaryKeysReq req, org.apache.thrift.async.AsyncMethodCallback<TGetPrimaryKeysResp> resultHandler) TCLIService.Client.GetPrimaryKeys(TGetPrimaryKeysReq req) TCLIService.Iface.GetPrimaryKeys(TGetPrimaryKeysReq req) voidTCLIService.Client.send_GetPrimaryKeys(TGetPrimaryKeysReq req) TCLIService.GetPrimaryKeys_args.setReq(TGetPrimaryKeysReq req) Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetPrimaryKeysReqModifierConstructorDescriptionGetPrimaryKeys_call(TGetPrimaryKeysReq req, org.apache.thrift.async.AsyncMethodCallback<TGetPrimaryKeysResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) Performs a deep copy on other.