Uses of Interface
de.mid.innovator.srv2api.icw2db.DBView
-
Packages that use DBView 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 DBView in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that return DBView Modifier and Type Method Description static DBView
DBViewHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Database View with template and container.static DBView
DBViewHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Database View with stereotype and container.DBView
DBView. getOwningCombinedView()
Reference to the combined view of thisDBView
.DBView
DBTrigger. getOwningView()
DBView
DBUniqueKey. getOwningView()
Reference to theDBView
of theDBUniqueKey
.Methods in de.mid.innovator.srv2api.icw2db that return types with arguments of type DBView Modifier and Type Method Description java.util.List<DBView>
DBView. getOwnedSubView(K_CONTROL_OPTION... behaviourFlags)
List of sub views of this combined view.java.util.List<DBView>
DBColumn. getPropagationViews(K_CONTROL_OPTION... behaviourFlags)
java.util.List<DBView>
DBColumn. getPropagationViews(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getPropagationViews and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2db with parameters of type DBView Modifier and Type Method Description java.util.List<DBViewColumn>
DBColumn. getUsingViewColumnByRef(DBView refObj, K_CONTROL_OPTION... behaviourFlags)
List of all view columns that view this column (DBViewColumn
orDBTableColumn
).
If there is aDBView
given byargument refObj
, the result will be restricted to the columns owned by this view.java.util.List<DBViewColumn>
DBColumn. getUsingViewColumnByRef(MMStereotype stereotype, DBView refObj, K_CONTROL_OPTION... behaviourFlags)
The method calls getUsingViewColumnByRef and filters its return values according to the given stereotype value.
-