Package com.exedio.dsmf
Class ForeignKeyConstraint
java.lang.Object
com.exedio.dsmf.Node
com.exedio.dsmf.Constraint
com.exedio.dsmf.ForeignKeyConstraint
-
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
ConstructorsConstructorDescriptionForeignKeyConstraint
(Column column, String name, String targetTable, String targetColumn) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionMethods 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
-
ForeignKeyConstraint
@Deprecated public ForeignKeyConstraint(Column column, String name, String targetTable, String targetColumn) Deprecated.UseColumn.newForeignKey(String,String,String)
instead
-
-
Method Details
-
getForeignKeyColumn
-
getTargetTable
-
getTargetColumn
-
Column.newForeignKey(String,String,String)
instead