Uses of Interface
de.mid.innovator.srv2api.icw2db.DBSiblingConstraint
-
Packages that use DBSiblingConstraint 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 DBSiblingConstraint in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that return DBSiblingConstraint Modifier and Type Method Description static DBSiblingConstraint
DBSiblingConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Constraint (of disjoint DB Tables) with template and container.static DBSiblingConstraint
DBSiblingConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Constraint (of disjoint DB Tables) with stereotype and container.static DBSiblingConstraint
DBSiblingConstraintHelper. createByER(SrvContext srvCtx, ELContainerAble ohDBElement, MENamedElement ohERElement)
This method creates aDBSiblingConstraint
for the givenERGeneralizationSet
(ER element) in the givenMEModel
(DB element).Methods in de.mid.innovator.srv2api.icw2db that return types with arguments of type DBSiblingConstraint Modifier and Type Method Description java.util.List<DBSiblingConstraint>
DBTable. getOwnedDBSiblingConstraint(K_CONTROL_OPTION... behaviourFlags)
List of constraints (disjoint tables) owned by this database table.
-