Uses of Class
com.gengoai.sql.constraint.NotNullConstraint
-
Packages that use NotNullConstraint Package Description com.gengoai.sql com.gengoai.sql.constraint -
-
Uses of NotNullConstraint in com.gengoai.sql
Methods in com.gengoai.sql with parameters of type NotNullConstraint Modifier and Type Method Description protected void
SQLDialect. notNullConstraint(NotNullConstraint notNullConstraint, boolean isTableConstraint, StringBuilder builder)
Not null constraint. -
Uses of NotNullConstraint in com.gengoai.sql.constraint
Methods in com.gengoai.sql.constraint that return NotNullConstraint Modifier and Type Method Description default NotNullConstraint
ConstraintBuilder. notNull(@NonNull SQLElement column)
default NotNullConstraint
ConstraintBuilder. notNull(@NonNull String column)
-