Uses of Interface
de.mid.innovator.srv2api.icw2db.DBColumnSet
-
Packages that use DBColumnSet 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 DBColumnSet in de.mid.innovator.srv2api.icw2db
Subinterfaces of DBColumnSet in de.mid.innovator.srv2api.icw2db Modifier and Type Interface Description interface
DBTable
interface
DBView
Methods in de.mid.innovator.srv2api.icw2db with type parameters of type DBColumnSet Modifier and Type Method Description <T extends DBColumnSet>
java.util.List<T>DBView. getFromColumnSet(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends DBColumnSet>
java.util.List<T>DBView. getFromColumnSet(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getFromColumnSet and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2db that return DBColumnSet Modifier and Type Method Description DBColumnSet
DBSQLGeneric. getOwningColumnSet()
Reference to the owningDBColumnSet
.Methods in de.mid.innovator.srv2api.icw2db with parameters of type DBColumnSet Modifier and Type Method Description <T extends DBViewFrom>
java.util.List<T>DBView. getOwnedFromByRef(java.lang.Class<T> returnType, DBColumnSet refObj, K_CONTROL_OPTION... behaviourFlags)
<T extends DBViewFrom>
java.util.List<T>DBView. getOwnedFromByRef(java.lang.Class<T> returnType, MMStereotype stereotype, DBColumnSet refObj, K_CONTROL_OPTION... behaviourFlags)
The method calls getOwnedFromByRef and filters its return values according to the given stereotype value.
-