Uses of Class
io.trino.hive.thrift.metastore.ThriftHiveMetastore.create_table_with_constraints_args
-
Uses of ThriftHiveMetastore.create_table_with_constraints_args in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return ThriftHiveMetastore.create_table_with_constraints_argsModifier and TypeMethodDescriptionThriftHiveMetastore.create_table_with_constraints_args.deepCopy()ThriftHiveMetastore.AsyncProcessor.create_table_with_constraints.getEmptyArgsInstance()ThriftHiveMetastore.Processor.create_table_with_constraints.getEmptyArgsInstance()ThriftHiveMetastore.create_table_with_constraints_args.setCheckConstraints(List<SQLCheckConstraint> checkConstraints) ThriftHiveMetastore.create_table_with_constraints_args.setDefaultConstraints(List<SQLDefaultConstraint> defaultConstraints) ThriftHiveMetastore.create_table_with_constraints_args.setForeignKeys(List<SQLForeignKey> foreignKeys) ThriftHiveMetastore.create_table_with_constraints_args.setNotNullConstraints(List<SQLNotNullConstraint> notNullConstraints) ThriftHiveMetastore.create_table_with_constraints_args.setPrimaryKeys(List<SQLPrimaryKey> primaryKeys) ThriftHiveMetastore.create_table_with_constraints_args.setUniqueConstraints(List<SQLUniqueConstraint> uniqueConstraints) Methods in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.create_table_with_constraints_argsModifier and TypeMethodDescriptionintThriftHiveMetastore.create_table_with_constraints_args.compareTo(ThriftHiveMetastore.create_table_with_constraints_args other) booleanThriftHiveMetastore.create_table_with_constraints_args.equals(ThriftHiveMetastore.create_table_with_constraints_args that) ThriftHiveMetastore.Processor.create_table_with_constraints.getResult(I iface, ThriftHiveMetastore.create_table_with_constraints_args args) voidThriftHiveMetastore.AsyncProcessor.create_table_with_constraints.start(I iface, ThriftHiveMetastore.create_table_with_constraints_args args, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.create_table_with_constraints_argsModifierConstructorDescriptionPerforms a deep copy on other.