Uses of Interface
de.mid.innovator.srv2api.icw2db.DBViewFrom
-
Packages that use DBViewFrom 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 DBViewFrom in de.mid.innovator.srv2api.icw2db
Subinterfaces of DBViewFrom in de.mid.innovator.srv2api.icw2db Modifier and Type Interface Description interface
DBViewSubselectFrom
ADBViewSubselectFrom
of aDBView
points to anDBColumnSet
to use its columns in subselects wihtin expressions.Methods in de.mid.innovator.srv2api.icw2db with type parameters of type DBViewFrom Modifier and Type Method Description <T extends DBViewFrom>
java.util.List<T>DBView. getOwnedFrom(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
List of from clauses of thisDBView
.<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.<T extends DBViewFrom>
java.util.List<T>DBColumnSet. getViewFrom(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
List of from clauses that use thisDBColumnSet
in a view.Methods in de.mid.innovator.srv2api.icw2db that return DBViewFrom Modifier and Type Method Description static DBViewFrom
DBViewFromHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Database View) with template and container with requirement.static DBViewFrom
DBViewFromHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Database View) with stereotype and container with requirement.static DBViewFrom
DBViewFromHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Database View) with template and container with requirement.static DBViewFrom
DBViewFromHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new From Clause (in Database View) with stereotype and container with requirement.
-