Uses of Interface
de.mid.innovator.srv2api.icw2db.DBPrivilege
-
Packages that use DBPrivilege 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 DBPrivilege in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that return DBPrivilege Modifier and Type Method Description static DBPrivilege
DBPrivilegeHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Privilege (in Database System) with template and container.static DBPrivilege
DBPrivilegeHelper. 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 DBPrivilege Modifier and Type Method Description java.util.List<DBPrivilege>
DBSQLObject. getPrivilege()
List of all privileges of thisDBSQLObject
.Method parameters in de.mid.innovator.srv2api.icw2db with type arguments of type DBPrivilege Modifier and Type Method Description void
DBSQLObject. setPrivilege(java.util.List<? extends DBPrivilege> values)
Set the value of Foreign Key Privilege.
-