Uses of Interface
de.mid.innovator.srv2api.icw2db.DBTrigger
-
Packages that use DBTrigger 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 DBTrigger in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that return DBTrigger Modifier and Type Method Description static DBTrigger
DBTriggerHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Database Trigger with template and container.static DBTrigger
DBTriggerHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Database Trigger with stereotype and container.Methods in de.mid.innovator.srv2api.icw2db that return types with arguments of type DBTrigger Modifier and Type Method Description java.util.List<DBTrigger>
DBTable. getOwnedDBTrigger(K_CONTROL_OPTION... behaviourFlags)
java.util.List<DBTrigger>
DBView. getOwnedDBTrigger(K_CONTROL_OPTION... behaviourFlags)
-