Uses of Interface
de.mid.innovator.srv2api.icw2db.DBMergedInstance
-
Packages that use DBMergedInstance Package Description de.mid.innovator.srv2api.icw2db The DB package (specialization of the IM package) describes the concepts needed for modeling a relational database. -
-
Uses of DBMergedInstance in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that return types with arguments of type DBMergedInstance Modifier and Type Method Description java.util.List<DBMergedInstance>
DBForeignKey. getMergedInstance()
List of all instances using thisDBForeignKey
.java.util.List<DBMergedInstance>
DBTableColumn. getMergedInstance()
List of all instances using thisDBTableColumn
.java.util.List<DBMergedInstance>
DBUniqueKey. getMergedInstance()
List of all instances using thisDBUniqueKey
.java.util.List<DBMergedInstance>
DBMergedTable. getOwnedInstance(K_CONTROL_OPTION... behaviourFlags)
List of instances of thisDBMergedTable
.
-