Package com.exedio.dsmf
Class CheckConstraint
java.lang.Object
com.exedio.dsmf.Node
com.exedio.dsmf.Constraint
com.exedio.dsmf.CheckConstraint
-
Nested Class Summary
Nested classes/interfaces inherited from class com.exedio.dsmf.Constraint
Constraint.Type
Nested classes/interfaces inherited from class com.exedio.dsmf.Node
Node.Color
-
Constructor Summary
ConstructorsConstructorDescriptionCheckConstraint
(Column column, String name, String condition) Deprecated.CheckConstraint
(Table table, String name, String condition) Deprecated.UseTable.newCheck(String,String)
instead -
Method Summary
Methods inherited from class com.exedio.dsmf.Constraint
check, create, create, drop, drop, getColumn, getName, getRequiredCondition, getTable, getType, toString
Methods inherited from class com.exedio.dsmf.Node
exists, getCumulativeColor, getError, getParticularColor, required
-
Constructor Details
-
CheckConstraint
Deprecated.UseColumn.newCheck(String,String)
instead -
CheckConstraint
Deprecated.UseTable.newCheck(String,String)
instead
-
-
Method Details
-
isSupported
public boolean isSupported()- Overrides:
isSupported
in classConstraint
-
checkL
public long checkL()- Overrides:
checkL
in classConstraint
-
Column.newCheck(String,String)
instead