Package com.exedio.dsmf
Class ForeignKeyConstraint
- java.lang.Object
-
- com.exedio.dsmf.Node
-
- com.exedio.dsmf.Constraint
-
- com.exedio.dsmf.ForeignKeyConstraint
-
public final class ForeignKeyConstraint 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 ForeignKeyConstraint(Column column, String name, String targetTable, String targetColumn)
Deprecated.UseColumn.newForeignKey(String,String,String)
instead
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getForeignKeyColumn()
String
getTargetColumn()
String
getTargetTable()
-
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
-
ForeignKeyConstraint
@Deprecated public ForeignKeyConstraint(Column column, String name, String targetTable, String targetColumn)
Deprecated.UseColumn.newForeignKey(String,String,String)
instead
-
-