Uses of Interface
de.mid.innovator.srv2api.icw2db.DBCheckConstraint
-
Packages that use DBCheckConstraint Package Description de.mid.innovator.srv2api.icw2db The DB package (specialization of the IM package) describes the concepts needed for modeling a relational database.de.mid.innovator.srv2api.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling. -
-
Uses of DBCheckConstraint in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that return DBCheckConstraint Modifier and Type Method Description static DBCheckConstraint
DBCheckConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new SQL Check Constraint with template and container.static DBCheckConstraint
DBCheckConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new SQL Check Constraint with stereotype and container.Methods in de.mid.innovator.srv2api.icw2db that return types with arguments of type DBCheckConstraint Modifier and Type Method Description java.util.List<DBCheckConstraint>
DBTable. getOwnedDBCheckConstraint(K_CONTROL_OPTION... behaviourFlags)
List of check constraints owned by thisDBTable
.java.util.List<DBCheckConstraint>
DBTableColumn. getOwnedDBCheckConstraint(K_CONTROL_OPTION... behaviourFlags)
List of check constraints owned by thisDBTableColumn
. -
Uses of DBCheckConstraint in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im that return types with arguments of type DBCheckConstraint Modifier and Type Method Description java.util.List<DBCheckConstraint>
IMSemanticDataType. getOwnedDBCheckConstraint(K_CONTROL_OPTION... behaviourFlags)
List of check constraints owned by thisIMSemanticDataType
.
-