Package com.gengoai.sql.constraint
Class CheckConstraint
- java.lang.Object
-
- com.gengoai.sql.constraint.Constraint
-
- com.gengoai.sql.constraint.CheckConstraint
-
- All Implemented Interfaces:
Serializable
public class CheckConstraint extends Constraint
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.gengoai.sql.constraint.Constraint
name
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CheckConstraint(String name, @NonNull SQLElement expression)
-
-
-
Constructor Detail
-
CheckConstraint
protected CheckConstraint(String name, @NonNull @NonNull SQLElement expression)
-
-