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