Uses of Interface
de.mid.innovator.srv2api.icw2db.DBPrivilege
Packages that use DBPrivilege
Package
Description
The DB package (specialization of the IM package) describes the concepts needed
for modeling a relational database.
-
Uses of DBPrivilege in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that return DBPrivilegeModifier and TypeMethodDescriptionstatic DBPrivilegeDBPrivilegeHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Privilege (in Database System) with template and container.static DBPrivilegeDBPrivilegeHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Privilege (in Database System) with stereotype and container.Methods in de.mid.innovator.srv2api.icw2db that return types with arguments of type DBPrivilegeModifier and TypeMethodDescriptionDBSQLObject.getPrivilege()List of all privileges of thisDBSQLObject.Method parameters in de.mid.innovator.srv2api.icw2db with type arguments of type DBPrivilegeModifier and TypeMethodDescriptionvoidDBSQLObject.setPrivilege(List<? extends DBPrivilege> values) Set the value of Foreign Key Privilege.