Uses of Class
io.trino.hive.thrift.metastore.SQLPrimaryKey
-
Uses of SQLPrimaryKey in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return SQLPrimaryKeyModifier and TypeMethodDescriptionSQLPrimaryKey.deepCopy()SQLPrimaryKey.setCatName(String catName) SQLPrimaryKey.setColumnName(String column_name) SQLPrimaryKey.setEnableCstr(boolean enable_cstr) SQLPrimaryKey.setKeySeq(int key_seq) SQLPrimaryKey.setRelyCstr(boolean rely_cstr) SQLPrimaryKey.setTableDb(String table_db) SQLPrimaryKey.setTableName(String table_name) SQLPrimaryKey.setValidateCstr(boolean validate_cstr) Methods in io.trino.hive.thrift.metastore that return types with arguments of type SQLPrimaryKeyModifier and TypeMethodDescriptionAddPrimaryKeyRequest.getPrimaryKeyCols()AddPrimaryKeyRequest.getPrimaryKeyColsIterator()PrimaryKeysResponse.getPrimaryKeys()ThriftHiveMetastore.create_table_with_constraints_args.getPrimaryKeys()PrimaryKeysResponse.getPrimaryKeysIterator()ThriftHiveMetastore.create_table_with_constraints_args.getPrimaryKeysIterator()Methods in io.trino.hive.thrift.metastore with parameters of type SQLPrimaryKeyModifier and TypeMethodDescriptionvoidAddPrimaryKeyRequest.addToPrimaryKeyCols(SQLPrimaryKey elem) voidPrimaryKeysResponse.addToPrimaryKeys(SQLPrimaryKey elem) voidThriftHiveMetastore.create_table_with_constraints_args.addToPrimaryKeys(SQLPrimaryKey elem) intSQLPrimaryKey.compareTo(SQLPrimaryKey other) booleanSQLPrimaryKey.equals(SQLPrimaryKey that) Method parameters in io.trino.hive.thrift.metastore with type arguments of type SQLPrimaryKeyModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.createTableWithConstraints(Table tbl, List<SQLPrimaryKey> primaryKeys, List<SQLForeignKey> foreignKeys, List<SQLUniqueConstraint> uniqueConstraints, List<SQLNotNullConstraint> notNullConstraints, List<SQLDefaultConstraint> defaultConstraints, List<SQLCheckConstraint> checkConstraints, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.AsyncIface.createTableWithConstraints(Table tbl, List<SQLPrimaryKey> primaryKeys, List<SQLForeignKey> foreignKeys, List<SQLUniqueConstraint> uniqueConstraints, List<SQLNotNullConstraint> notNullConstraints, List<SQLDefaultConstraint> defaultConstraints, List<SQLCheckConstraint> checkConstraints, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.Client.createTableWithConstraints(Table tbl, List<SQLPrimaryKey> primaryKeys, List<SQLForeignKey> foreignKeys, List<SQLUniqueConstraint> uniqueConstraints, List<SQLNotNullConstraint> notNullConstraints, List<SQLDefaultConstraint> defaultConstraints, List<SQLCheckConstraint> checkConstraints) voidThriftHiveMetastore.Iface.createTableWithConstraints(Table tbl, List<SQLPrimaryKey> primaryKeys, List<SQLForeignKey> foreignKeys, List<SQLUniqueConstraint> uniqueConstraints, List<SQLNotNullConstraint> notNullConstraints, List<SQLDefaultConstraint> defaultConstraints, List<SQLCheckConstraint> checkConstraints) voidThriftHiveMetastore.Client.sendCreateTableWithConstraints(Table tbl, List<SQLPrimaryKey> primaryKeys, List<SQLForeignKey> foreignKeys, List<SQLUniqueConstraint> uniqueConstraints, List<SQLNotNullConstraint> notNullConstraints, List<SQLDefaultConstraint> defaultConstraints, List<SQLCheckConstraint> checkConstraints) AddPrimaryKeyRequest.setPrimaryKeyCols(List<SQLPrimaryKey> primaryKeyCols) PrimaryKeysResponse.setPrimaryKeys(List<SQLPrimaryKey> primaryKeys) ThriftHiveMetastore.create_table_with_constraints_args.setPrimaryKeys(List<SQLPrimaryKey> primaryKeys) Constructors in io.trino.hive.thrift.metastore with parameters of type SQLPrimaryKeyConstructor parameters in io.trino.hive.thrift.metastore with type arguments of type SQLPrimaryKeyModifierConstructorDescriptionAddPrimaryKeyRequest(List<SQLPrimaryKey> primaryKeyCols) create_table_with_constraints_args(Table tbl, List<SQLPrimaryKey> primaryKeys, List<SQLForeignKey> foreignKeys, List<SQLUniqueConstraint> uniqueConstraints, List<SQLNotNullConstraint> notNullConstraints, List<SQLDefaultConstraint> defaultConstraints, List<SQLCheckConstraint> checkConstraints) create_table_with_constraints_call(Table tbl, List<SQLPrimaryKey> primaryKeys, List<SQLForeignKey> foreignKeys, List<SQLUniqueConstraint> uniqueConstraints, List<SQLNotNullConstraint> notNullConstraints, List<SQLDefaultConstraint> defaultConstraints, List<SQLCheckConstraint> checkConstraints, 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) PrimaryKeysResponse(List<SQLPrimaryKey> primaryKeys)