Uses of Interface
de.mid.innovator.srv2api.icw2db.DBViewColumn
-
Packages that use DBViewColumn 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 DBViewColumn in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that return DBViewColumn Modifier and Type Method Description static DBViewColumn
DBViewColumnHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Column (of Database View) with template and container.static DBViewColumn
DBViewColumnHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Column (of Database View) with stereotype and container.static DBViewColumn
DBViewColumnHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Column (of Database View) with template and container.static DBViewColumn
DBViewColumnHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Column (of Database View) with stereotype and container.Methods in de.mid.innovator.srv2api.icw2db that return types with arguments of type DBViewColumn Modifier and Type Method Description java.util.List<DBViewColumn>
DBView. getOwnedColumn(K_CONTROL_OPTION... behaviourFlags)
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.java.util.List<DBViewColumn>
DBViewFrom. maintainAddAllColumns()
This maintaining method adds aDBViewColumn
for eachDBColumn
of the referencedDBColumnSet
, if the viewed column is not yet referenced in theDBView
of thisDBViewFrom
.
Returns the list of the created columns.java.util.List<DBViewColumn>
DBViewColumn. maintainAddUnionColumns()
This maintaining method adds aDBViewColumn
in everyDBView
which has a union from clause to the select view of this column and less columns.
Returns the list of the created columns.
-