Uses of Interface
de.mid.innovator.srv2api.icw2db.DBViewColumn
Packages that use DBViewColumn
Package
Description
The DB package (specialization of the IM package) describes the concepts needed
for modeling a relational database.
-
Uses of DBViewColumn in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that return DBViewColumnModifier and TypeMethodDescriptionstatic DBViewColumnDBViewColumnHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Column (of Database View) with template and container.static DBViewColumnDBViewColumnHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Column (of Database View) with stereotype and container.static DBViewColumnDBViewColumnHelper.createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Column (of Database View) with template and container.static DBViewColumnDBViewColumnHelper.createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Column (of Database View) with stereotype and container.DBViewColumn.getCombinedColumn()Gets the combined view column that is affected by this sub select column.Methods in de.mid.innovator.srv2api.icw2db that return types with arguments of type DBViewColumnModifier and TypeMethodDescriptionDBViewColumn.getCombiningColumns()Gets all combining subselect columns that affect this combined column.DBView.getOwnedColumn(K_CONTROL_OPTION... behaviourFlags) DBColumn.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.DBViewFrom.maintainAddAllColumns()This maintaining method adds aDBViewColumnfor eachDBColumnof the referencedDBColumnSet, if the viewed column is not yet referenced in theDBViewof thisDBViewFrom.
Returns the list of the created columns.DBViewColumn.maintainAddUnionColumns()This maintaining method adds aDBViewColumnin everyDBViewwhich has a union from clause to the select view of this column and less columns.
Returns the list of the created columns.