Uses of Interface
de.mid.innovator.srv2api.icw2db.DBIndex
Packages that use DBIndex
Package
Description
The DB package (specialization of the IM package) describes the concepts needed
for modeling a relational database.
-
Uses of DBIndex in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that return DBIndexModifier and TypeMethodDescriptionstatic DBIndexDBIndexHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Table Index with template and container.static DBIndexDBIndexHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Table Index with stereotype and container.DBIndexedColumn.getOwningDBIndex()Reference to theDBIndexof thisDBIndexedColumn.DBSQLGeneric.getOwningIndex()Reference to the owningDBIndex.Methods in de.mid.innovator.srv2api.icw2db that return types with arguments of type DBIndexModifier and TypeMethodDescriptionDBTableColumn.getDBIndex(K_CONTROL_OPTION... behaviourFlags) DBTableColumn.getDBIndex(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getDBIndex and filters its return values according to the given stereotype value.DBTable.getOwnedIndex(K_CONTROL_OPTION... behaviourFlags) Method parameters in de.mid.innovator.srv2api.icw2db with type arguments of type DBIndexModifier and TypeMethodDescriptionvoidDBTableColumn.setDBIndex(List<? extends DBIndex> values) Set the value of View DBIndex.