Interface ConstraintInfo.JoinTable
- All Superinterfaces:
ConstraintInfo
- All Known Implementing Classes:
JoinTable
- Enclosing interface:
ConstraintInfo
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.dbrefactoring.api.model.ConstraintInfo
ConstraintInfo.ForeignKey, ConstraintInfo.JoinTable, ConstraintInfo.UniqueColumns
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getTableName
String getTableName() -
getSourceCol
ColumnInfo getSourceCol() -
getTargetCol
ColumnInfo getTargetCol()
-