Uses of Interface
de.mid.innovator.srv2api.icw2db.DBViewSubselectFrom
-
Packages that use DBViewSubselectFrom 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 DBViewSubselectFrom in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that return DBViewSubselectFrom Modifier and Type Method Description static DBViewSubselectFrom
DBViewSubselectFromHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Subselect From Clause (in Database View) with template and container with requirement.static DBViewSubselectFrom
DBViewSubselectFromHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Subselect From Clause (in Database View) with stereotype and container with requirement.Methods in de.mid.innovator.srv2api.icw2db that return types with arguments of type DBViewSubselectFrom Modifier and Type Method Description java.util.List<DBViewSubselectFrom>
DBView. getOwnedSubselectFrom(K_CONTROL_OPTION... behaviourFlags)
List of subselect from clauses of thisDBView
.
-