Uses of Interface
de.mid.innovator.srv2api.icw2db.DBIndexedColumn
-
Packages that use DBIndexedColumn 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 DBIndexedColumn in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that return DBIndexedColumn Modifier and Type Method Description static DBIndexedColumn
DBIndexedColumnHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Indexed Table Column with template and container with requirement.static DBIndexedColumn
DBIndexedColumnHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Indexed Table Column with stereotype and container with requirement.Methods in de.mid.innovator.srv2api.icw2db that return types with arguments of type DBIndexedColumn Modifier and Type Method Description java.util.List<DBIndexedColumn>
DBIndex. getOwnedIndexedColumn(K_CONTROL_OPTION... behaviourFlags)
List of indexed columns of thisDBIndex
.
-