public class RailsForeignKeyConstraint extends ForeignKeyConstraint
DbAnalyzer.getRailsConstraints(java.util.Map) for
details on Rails naming conventions.| コンストラクタと説明 |
|---|
RailsForeignKeyConstraint(TableColumn parentColumn,
TableColumn childColumn) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getName()
Normally the name of the constraint, but this one is implied by
Rails naming conventions.
|
compareTo, getChildColumns, getChildTable, getDeleteRule, getDeleteRuleAlias, getDeleteRuleDescription, getDeleteRuleName, getParentColumns, getParentTable, getUpdateRule, isCascadeOnDelete, isImplied, isNullOnDelete, isReal, isRestrictDelete, toString, toStringpublic RailsForeignKeyConstraint(TableColumn parentColumn, TableColumn childColumn)
parentColumn - childColumn - public String getName()
getName クラス内 ForeignKeyConstraintCopyright © 2016. All Rights Reserved.