Uses of Interface
de.mid.innovator.srv2api.icw2db.DBUniqueKey
-
Packages that use DBUniqueKey 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 DBUniqueKey in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that return DBUniqueKey Modifier and Type Method Description static DBUniqueKey
DBUniqueKeyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Key (in Database Schema) with template and container.static DBUniqueKey
DBUniqueKeyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Key (in Database Schema) with stereotype and container.DBUniqueKey
DBTable. maintainCreatePrimaryKey()
This maintaining method creates the primary key if it doesn't already exist.
Returns the newly-created primary key or null.Methods in de.mid.innovator.srv2api.icw2db that return types with arguments of type DBUniqueKey Modifier and Type Method Description static java.util.List<DBUniqueKey>
DBUniqueKeyHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates aDBUniqueKey
for the givenERUniqueKey
(ER element) in the givenDBTable
(DB element).
This standard mapping creates aMEMappingDependency
with the ER key as requirement element and with the newly created DB key as implementation element.java.util.List<DBUniqueKey>
DBTableColumn. getDBUniqueKey(K_CONTROL_OPTION... behaviourFlags)
java.util.List<DBUniqueKey>
DBTable. getOwnedUniqueKey(K_CONTROL_OPTION... behaviourFlags)
java.util.List<DBUniqueKey>
DBView. getOwnedUniqueKey(K_CONTROL_OPTION... behaviourFlags)
java.util.List<DBUniqueKey>
DBMergedInstance. getUniqueKey()
List of all unique keys assigned to thisDBMergedInstance
.Method parameters in de.mid.innovator.srv2api.icw2db with type arguments of type DBUniqueKey Modifier and Type Method Description void
DBMergedInstance. setUniqueKey(java.util.List<? extends DBUniqueKey> values)
Set the value of Foreign Key UniqueKey.
-