Package com.gengoai.sql.constraint
Class NotNullConstraint
- java.lang.Object
-
- com.gengoai.sql.constraint.Constraint
-
- com.gengoai.sql.constraint.ConstraintWithConflictClause<NotNullConstraint>
-
- com.gengoai.sql.constraint.NotNullConstraint
-
- All Implemented Interfaces:
Serializable
public class NotNullConstraint extends ConstraintWithConflictClause<NotNullConstraint>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.gengoai.sql.constraint.Constraint
name
-
-
Constructor Summary
Constructors Constructor Description NotNullConstraint(String name, @NonNull SQLElement column)
-
Method Summary
-
Methods inherited from class com.gengoai.sql.constraint.ConstraintWithConflictClause
onConflict, toString
-
Methods inherited from class com.gengoai.sql.constraint.Constraint
constraint
-
-
-
-
Constructor Detail
-
NotNullConstraint
public NotNullConstraint(String name, @NonNull @NonNull SQLElement column)
-
-