Uses of Interface
de.mid.innovator.srv2api.icw2db.DBColumnSet
Packages that use DBColumnSet
Package
Description
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.icw2dbModifier and TypeInterfaceDescriptioninterfaceinterfaceMethods in de.mid.innovator.srv2api.icw2db with type parameters of type DBColumnSetModifier and TypeMethodDescription<T extends DBColumnSet>
List<T> DBView.getFromColumnSet(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends DBColumnSet>
List<T> DBView.getFromColumnSet(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 DBColumnSetModifier and TypeMethodDescriptionDBSQLGeneric.getOwningColumnSet()Reference to the owningDBColumnSet.Methods in de.mid.innovator.srv2api.icw2db with parameters of type DBColumnSetModifier and TypeMethodDescription<T extends DBViewFrom>
List<T> DBView.getOwnedFromByRef(Class<T> returnType, DBColumnSet refObj, K_CONTROL_OPTION... behaviourFlags) <T extends DBViewFrom>
List<T> DBView.getOwnedFromByRef(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.