Uses of Class
io.trino.hive.thrift.metastore.SQLCheckConstraint
-
Uses of SQLCheckConstraint in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return SQLCheckConstraintModifier and TypeMethodDescriptionSQLCheckConstraint.deepCopy()SQLCheckConstraint.setCatName(String catName) SQLCheckConstraint.setCheckExpression(String check_expression) SQLCheckConstraint.setColumnName(String column_name) SQLCheckConstraint.setEnableCstr(boolean enable_cstr) SQLCheckConstraint.setRelyCstr(boolean rely_cstr) SQLCheckConstraint.setTableDb(String table_db) SQLCheckConstraint.setTableName(String table_name) SQLCheckConstraint.setValidateCstr(boolean validate_cstr) Methods in io.trino.hive.thrift.metastore that return types with arguments of type SQLCheckConstraintModifier and TypeMethodDescriptionAddCheckConstraintRequest.getCheckConstraintCols()AddCheckConstraintRequest.getCheckConstraintColsIterator()CheckConstraintsResponse.getCheckConstraints()ThriftHiveMetastore.create_table_with_constraints_args.getCheckConstraints()CheckConstraintsResponse.getCheckConstraintsIterator()ThriftHiveMetastore.create_table_with_constraints_args.getCheckConstraintsIterator()Methods in io.trino.hive.thrift.metastore with parameters of type SQLCheckConstraintModifier and TypeMethodDescriptionvoidAddCheckConstraintRequest.addToCheckConstraintCols(SQLCheckConstraint elem) voidCheckConstraintsResponse.addToCheckConstraints(SQLCheckConstraint elem) voidThriftHiveMetastore.create_table_with_constraints_args.addToCheckConstraints(SQLCheckConstraint elem) intSQLCheckConstraint.compareTo(SQLCheckConstraint other) booleanSQLCheckConstraint.equals(SQLCheckConstraint that) Method parameters in io.trino.hive.thrift.metastore with type arguments of type SQLCheckConstraintModifier and TypeMethodDescriptionAddCheckConstraintRequest.setCheckConstraintCols(List<SQLCheckConstraint> checkConstraintCols) CheckConstraintsResponse.setCheckConstraints(List<SQLCheckConstraint> checkConstraints) ThriftHiveMetastore.create_table_with_constraints_args.setCheckConstraints(List<SQLCheckConstraint> checkConstraints) Constructors in io.trino.hive.thrift.metastore with parameters of type SQLCheckConstraintModifierConstructorDescriptionPerforms a deep copy on other.Constructor parameters in io.trino.hive.thrift.metastore with type arguments of type SQLCheckConstraintModifierConstructorDescriptionAddCheckConstraintRequest(List<SQLCheckConstraint> checkConstraintCols) CheckConstraintsResponse(List<SQLCheckConstraint> checkConstraints)