Uses of Interface
de.mid.innovator.srv2api.icw2db.DBIndex
-
Packages that use DBIndex 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 DBIndex in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that return DBIndex Modifier and Type Method Description static DBIndex
DBIndexHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Table Index with template and container.static DBIndex
DBIndexHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Table Index with stereotype and container.DBIndex
DBIndexedColumn. getOwningDBIndex()
Reference to theDBIndex
of thisDBIndexedColumn
.DBIndex
DBSQLGeneric. getOwningIndex()
Reference to the owningDBIndex
.Methods in de.mid.innovator.srv2api.icw2db that return types with arguments of type DBIndex Modifier and Type Method Description java.util.List<DBIndex>
DBTableColumn. getDBIndex(K_CONTROL_OPTION... behaviourFlags)
java.util.List<DBIndex>
DBTableColumn. getDBIndex(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getDBIndex and filters its return values according to the given stereotype value.java.util.List<DBIndex>
DBTable. getOwnedIndex(K_CONTROL_OPTION... behaviourFlags)
Method parameters in de.mid.innovator.srv2api.icw2db with type arguments of type DBIndex Modifier and Type Method Description void
DBTableColumn. setDBIndex(java.util.List<? extends DBIndex> values)
Set the value of View DBIndex.
-