public class ImpliedForeignKeyConstraint extends ForeignKeyConstraint
| コンストラクタと説明 |
|---|
ImpliedForeignKeyConstraint(TableColumn parentColumn,
TableColumn childColumn) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getName()
Returns the name of the constraint
|
boolean |
isImplied()
Returns
true if this is an implied constraint or
false if it is "real". |
String |
toString()
Returns a string representation of this foreign key constraint.
|
compareTo, getChildColumns, getChildTable, getDeleteRule, getDeleteRuleAlias, getDeleteRuleDescription, getDeleteRuleName, getParentColumns, getParentTable, getUpdateRule, isCascadeOnDelete, isNullOnDelete, isReal, isRestrictDelete, toStringpublic ImpliedForeignKeyConstraint(TableColumn parentColumn, TableColumn childColumn)
parentColumn - childColumn - public String getName()
ForeignKeyConstraintgetName クラス内 ForeignKeyConstraintpublic boolean isImplied()
ForeignKeyConstrainttrue if this is an implied constraint or
false if it is "real".
Subclasses that implement implied constraints should override this method.isImplied クラス内 ForeignKeyConstraintpublic String toString()
ForeignKeyConstrainttoString クラス内 ForeignKeyConstraintCopyright © 2016. All Rights Reserved.