Uses of Interface
de.mid.innovator.srv2api.icw2db.DBSQLGeneric
-
Packages that use DBSQLGeneric 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 DBSQLGeneric in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that return DBSQLGeneric Modifier and Type Method Description static DBSQLGeneric
DBSQLGenericHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Generic SQL with template and container.static DBSQLGeneric
DBSQLGenericHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Generic SQL with stereotype and container.DBSQLGeneric
DBSQLGeneric. getOwningSQLGeneric()
Reference to the owningDBSQLGeneric
.Methods in de.mid.innovator.srv2api.icw2db that return types with arguments of type DBSQLGeneric Modifier and Type Method Description java.util.List<DBSQLGeneric>
DBColumn. getOwnedSQLGeneric(K_CONTROL_OPTION... behaviourFlags)
List of all owned SQL generic objects.java.util.List<DBSQLGeneric>
DBColumnSet. getOwnedSQLGeneric(K_CONTROL_OPTION... behaviourFlags)
List of all owned SQL generic objects.java.util.List<DBSQLGeneric>
DBIndex. getOwnedSQLGeneric(K_CONTROL_OPTION... behaviourFlags)
List of all owned SQL generic objects.java.util.List<DBSQLGeneric>
DBPackage. getOwnedSQLGeneric(K_CONTROL_OPTION... behaviourFlags)
List of all owned SQL generic objects.java.util.List<DBSQLGeneric>
DBSQLGeneric. getOwnedSQLGeneric(K_CONTROL_OPTION... behaviourFlags)
List of all owned SQL generic objects.
-