Uses of Interface
de.mid.innovator.srv2api.icw2db.DBCheckConstraint
Packages that use DBCheckConstraint
Package
Description
The DB package (specialization of the IM package) describes the concepts needed
for modeling a relational database.
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 DBCheckConstraintModifier and TypeMethodDescriptionstatic DBCheckConstraintDBCheckConstraintHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new SQL Check Constraint with template and container.static DBCheckConstraintDBCheckConstraintHelper.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 DBCheckConstraintModifier and TypeMethodDescriptionDBTable.getOwnedDBCheckConstraint(K_CONTROL_OPTION... behaviourFlags) List of check constraints owned by thisDBTable.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 DBCheckConstraintModifier and TypeMethodDescriptionIMSemanticDataType.getOwnedDBCheckConstraint(K_CONTROL_OPTION... behaviourFlags) List of check constraints owned by thisIMSemanticDataType.