Package com.exedio.dsmf
Class PrimaryKeyConstraint
- java.lang.Object
-
- com.exedio.dsmf.Node
-
- com.exedio.dsmf.Constraint
-
- com.exedio.dsmf.PrimaryKeyConstraint
-
public final class PrimaryKeyConstraint extends Constraint
-
-
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
Constructors Constructor Description PrimaryKeyConstraint(Column column, String name)
Deprecated.UseColumn.newPrimaryKey(String)
instead
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPrimaryKeyColumn()
-
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 Detail
-
PrimaryKeyConstraint
@Deprecated public PrimaryKeyConstraint(Column column, String name)
Deprecated.UseColumn.newPrimaryKey(String)
instead
-
-
Method Detail
-
getPrimaryKeyColumn
public String getPrimaryKeyColumn()
-
-