Package de.mid.innovator.srv2api.icw2db
The DB package (specialization of the IM package) describes the concepts needed
for modeling a relational database.
-
Interface Summary Interface Description DBAuthorization This is a utility class for DBAuthorization that provides static methods for creation or other purposes.DBAuthorizationIdentifier This is a utility class for DBAuthorizationIdentifier that provides static methods for creation or other purposes.DBCheckConstraint DBColumn This is a utility class for DBColumn that provides static methods for creation or other purposes.DBColumnSet DBConnection ADBConnection
holds all data needed to connect a real Database System.DBForeignKey DBGroup DBIndex DBIndexedColumn DBMergedInstance The merge methods ofDBTable
are creating aDBMergedTable
to keep information which was the assimilated table.DBMergedTable The merge methods ofDBTable
are creating aDBMergedTable
to keep information which was the assimilated table.DBPackage ADBPackage
is both aMEPackage
for organizing elements in a tree and aDBSQLObject
for modeling privileges or relationships to other SQL objects.DBPrivilege DBProcedureExpression DBRole DBRoleAuthorization DBSiblingConstraint DBSQLGeneric DBSQLObject DBSQLObject
is the superclass of all database elements, which can be assigned by aDBPrivilege
to grant or revoke user access.DBStoredProcedure DBTable DBTableColumn DBTrigger DBUniqueKey DBUser DBView DBViewColumn DBViewElement This is a utility class for DBViewElement that provides static methods for creation or other purposes.DBViewFrom DBViewSubselectFrom ADBViewSubselectFrom
of aDBView
points to anDBColumnSet
to use its columns in subselects wihtin expressions. -
Class Summary Class Description ARG_DBConnectionCmd ARG_DBMergeToUnique ARG_DBSplitOclReqOut ARG_ModifyDBConnection ARG_SplitOclCmd DBCheckConstraintHelper This is a utility class for DBCheckConstraint that provides static methods for creation or other purposes.DBConnectionHelper ADBConnection
holds all data needed to connect a real Database System.DBForeignKeyHelper This is a utility class for DBForeignKey that provides static methods for creation or other purposes.DBGroupHelper This is a utility class for DBGroup that provides static methods for creation or other purposes.DBIndexedColumnHelper This is a utility class for DBIndexedColumn that provides static methods for creation or other purposes.DBIndexHelper This is a utility class for DBIndex that provides static methods for creation or other purposes.DBMergedTableHelper The merge methods ofDBTable
are creating aDBMergedTable
to keep information which was the assimilated table.DBPackageHelper ADBPackage
is both aMEPackage
for organizing elements in a tree and aDBSQLObject
for modeling privileges or relationships to other SQL objects.DBPrivilegeHelper This is a utility class for DBPrivilege that provides static methods for creation or other purposes.DBProcedureExpressionHelper This is a utility class for DBProcedureExpression that provides static methods for creation or other purposes.DBRoleAuthorizationHelper This is a utility class for DBRoleAuthorization that provides static methods for creation or other purposes.DBRoleHelper This is a utility class for DBRole that provides static methods for creation or other purposes.DBSiblingConstraintHelper This is a utility class for DBSiblingConstraint that provides static methods for creation or other purposes.DBSQLGenericHelper This is a utility class for DBSQLGeneric that provides static methods for creation or other purposes.DBStoredProcedureHelper This is a utility class for DBStoredProcedure that provides static methods for creation or other purposes.DBTableColumnHelper This is a utility class for DBTableColumn that provides static methods for creation or other purposes.DBTableHelper DBTriggerHelper This is a utility class for DBTrigger that provides static methods for creation or other purposes.DBUniqueKeyHelper This is a utility class for DBUniqueKey that provides static methods for creation or other purposes.DBUserHelper This is a utility class for DBUser that provides static methods for creation or other purposes.DBViewColumnHelper This is a utility class for DBViewColumn that provides static methods for creation or other purposes.DBViewFromHelper This is a utility class for DBViewFrom that provides static methods for creation or other purposes.DBViewHelper This is a utility class for DBView that provides static methods for creation or other purposes.DBViewSubselectFromHelper ADBViewSubselectFrom
of aDBView
points to anDBColumnSet
to use its columns in subselects wihtin expressions.