Package com.exedio.dsmf
Class UniqueConstraint
java.lang.Object
com.exedio.dsmf.Node
com.exedio.dsmf.Constraint
com.exedio.dsmf.UniqueConstraint
-
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
ConstructorsConstructorDescriptionUniqueConstraint
(Table table, Column column, String name, String clause) Deprecated. -
Method Summary
Methods inherited from class com.exedio.dsmf.Constraint
check, checkL, create, create, drop, drop, getColumn, getName, getRequiredCondition, getTable, getType, isSupported, toString
Methods inherited from class com.exedio.dsmf.Node
exists, getCumulativeColor, getError, getParticularColor, required
-
Constructor Details
-
UniqueConstraint
Deprecated.UseTable.newUnique(Column,String,String)
instead
-
-
Method Details
-
getClause
-
Table.newUnique(Column,String,String)
instead