Uses of Interface
de.mid.innovator.srv2api.icw2im.IMViewSubselectFrom
-
Packages that use IMViewSubselectFrom Package Description de.mid.innovator.srv2api.icw2db The DB package (specialization of the IM package) describes the concepts needed for modeling a relational database.de.mid.innovator.srv2api.icw2er The ER package (specialization of the IM package) deals with the modeling concepts for the Entity Relationship Model and, in particular, entities, attributes and their relationships.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters. -
-
Uses of IMViewSubselectFrom in de.mid.innovator.srv2api.icw2db
Subinterfaces of IMViewSubselectFrom in de.mid.innovator.srv2api.icw2db Modifier and Type Interface Description interface
DBViewSubselectFrom
ADBViewSubselectFrom
of aDBView
points to anDBColumnSet
to use its columns in subselects wihtin expressions. -
Uses of IMViewSubselectFrom in de.mid.innovator.srv2api.icw2er
Subinterfaces of IMViewSubselectFrom in de.mid.innovator.srv2api.icw2er Modifier and Type Interface Description interface
ERViewSubselectFrom
AERViewSubselectFrom
of aERView
points to anERAttributeSet
to use its attributes in subselects wihtin expressions.
-