Uses of Class
io.trino.hive.thrift.metastore.SQLNotNullConstraint
-
Uses of SQLNotNullConstraint in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return SQLNotNullConstraintModifier and TypeMethodDescriptionSQLNotNullConstraint.deepCopy()SQLNotNullConstraint.setCatName(String catName) SQLNotNullConstraint.setColumnName(String column_name) SQLNotNullConstraint.setEnableCstr(boolean enable_cstr) SQLNotNullConstraint.setRelyCstr(boolean rely_cstr) SQLNotNullConstraint.setTableDb(String table_db) SQLNotNullConstraint.setTableName(String table_name) SQLNotNullConstraint.setValidateCstr(boolean validate_cstr) Methods in io.trino.hive.thrift.metastore that return types with arguments of type SQLNotNullConstraintModifier and TypeMethodDescriptionAddNotNullConstraintRequest.getNotNullConstraintCols()AddNotNullConstraintRequest.getNotNullConstraintColsIterator()NotNullConstraintsResponse.getNotNullConstraints()ThriftHiveMetastore.create_table_with_constraints_args.getNotNullConstraints()NotNullConstraintsResponse.getNotNullConstraintsIterator()ThriftHiveMetastore.create_table_with_constraints_args.getNotNullConstraintsIterator()Methods in io.trino.hive.thrift.metastore with parameters of type SQLNotNullConstraintModifier and TypeMethodDescriptionvoidAddNotNullConstraintRequest.addToNotNullConstraintCols(SQLNotNullConstraint elem) voidNotNullConstraintsResponse.addToNotNullConstraints(SQLNotNullConstraint elem) voidThriftHiveMetastore.create_table_with_constraints_args.addToNotNullConstraints(SQLNotNullConstraint elem) intSQLNotNullConstraint.compareTo(SQLNotNullConstraint other) booleanSQLNotNullConstraint.equals(SQLNotNullConstraint that) Method parameters in io.trino.hive.thrift.metastore with type arguments of type SQLNotNullConstraintModifier and TypeMethodDescriptionAddNotNullConstraintRequest.setNotNullConstraintCols(List<SQLNotNullConstraint> notNullConstraintCols) NotNullConstraintsResponse.setNotNullConstraints(List<SQLNotNullConstraint> notNullConstraints) ThriftHiveMetastore.create_table_with_constraints_args.setNotNullConstraints(List<SQLNotNullConstraint> notNullConstraints) Constructors in io.trino.hive.thrift.metastore with parameters of type SQLNotNullConstraintModifierConstructorDescriptionPerforms a deep copy on other.Constructor parameters in io.trino.hive.thrift.metastore with type arguments of type SQLNotNullConstraintModifierConstructorDescriptionAddNotNullConstraintRequest(List<SQLNotNullConstraint> notNullConstraintCols) NotNullConstraintsResponse(List<SQLNotNullConstraint> notNullConstraints)