Uses of Interface
de.mid.innovator.srv2api.icw2db.DBViewFrom
Packages that use DBViewFrom
Package
Description
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.icw2dbModifier and TypeInterfaceDescriptioninterfaceADBViewSubselectFromof aDBViewpoints to anDBColumnSetto use its columns in subselects wihtin expressions.Methods in de.mid.innovator.srv2api.icw2db with type parameters of type DBViewFromModifier and TypeMethodDescription<T extends DBViewFrom>
List<T> DBView.getOwnedFrom(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of from clauses of thisDBView.<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.<T extends DBViewFrom>
List<T> DBColumnSet.getViewFrom(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of from clauses that use thisDBColumnSetin a view.Methods in de.mid.innovator.srv2api.icw2db that return DBViewFromModifier and TypeMethodDescriptionstatic DBViewFromDBViewFromHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new From Clause (in Database View) with template and container with requirement.static DBViewFromDBViewFromHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new From Clause (in Database View) with stereotype and container with requirement.static DBViewFromDBViewFromHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new From Clause (in Database View) with template and container with requirement.static DBViewFromDBViewFromHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new From Clause (in Database View) with stereotype and container with requirement.