Uses of Class
io.trino.hive.thrift.metastore.AddForeignKeyRequest
-
Uses of AddForeignKeyRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return AddForeignKeyRequestModifier and TypeMethodDescriptionAddForeignKeyRequest.deepCopy()ThriftHiveMetastore.add_foreign_key_args.getReq()AddForeignKeyRequest.setForeignKeyCols(List<SQLForeignKey> foreignKeyCols) Methods in io.trino.hive.thrift.metastore with parameters of type AddForeignKeyRequestModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.addForeignKey(AddForeignKeyRequest req, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.AsyncIface.addForeignKey(AddForeignKeyRequest req, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.Client.addForeignKey(AddForeignKeyRequest req) voidThriftHiveMetastore.Iface.addForeignKey(AddForeignKeyRequest req) intAddForeignKeyRequest.compareTo(AddForeignKeyRequest other) booleanAddForeignKeyRequest.equals(AddForeignKeyRequest that) voidThriftHiveMetastore.Client.sendAddForeignKey(AddForeignKeyRequest req) ThriftHiveMetastore.add_foreign_key_args.setReq(AddForeignKeyRequest req) Constructors in io.trino.hive.thrift.metastore with parameters of type AddForeignKeyRequestModifierConstructorDescriptionadd_foreign_key_call(AddForeignKeyRequest req, org.apache.thrift.async.AsyncMethodCallback<Void> 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.