Uses of Interface
de.mid.innovator.srv2api.icw2db.DBSQLObject
Packages that use DBSQLObject
Package
Description
The DB package (specialization of the IM package) describes the concepts needed
for modeling a relational database.
-
Uses of DBSQLObject in de.mid.innovator.srv2api.icw2db
Subinterfaces of DBSQLObject in de.mid.innovator.srv2api.icw2dbModifier and TypeInterfaceDescriptioninterfaceinterfaceThis is a utility class for DBColumn that provides static methods for creation or other purposes.interfaceinterfaceinterfaceinterfaceinterfaceADBPackageis both aMEPackagefor organizing elements in a tree and aDBSQLObjectfor modeling privileges or relationships to other SQL objects.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceADBViewSubselectFromof aDBViewpoints to anDBColumnSetto use its columns in subselects wihtin expressions.Methods in de.mid.innovator.srv2api.icw2db with type parameters of type DBSQLObjectModifier and TypeMethodDescription<T extends DBSQLObject>
List<T> DBSQLObject.getReferencedSQLObject(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of all SQL Objects using thisDBSQLObject.<T extends DBSQLObject>
List<T> DBSQLObject.getReferencingSQLObject(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of all SQL Objects used by thisDBSQLObject.<T extends DBSQLObject>
List<T> DBPrivilege.getSQLObject(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of all SQL objects of thisDBPrivilege.Method parameters in de.mid.innovator.srv2api.icw2db with type arguments of type DBSQLObjectModifier and TypeMethodDescriptionvoidDBSQLObject.setReferencedSQLObject(List<? extends DBSQLObject> values) Set the value of Foreign Key ReferencedSQLObject.voidDBSQLObject.setReferencingSQLObject(List<? extends DBSQLObject> values) Set the value of Foreign Key ReferencingSQLObject.voidDBPrivilege.setSQLObject(List<? extends DBSQLObject> values) Set the value of Foreign Key SQLObject.