Interface DBSQLObject

All Superinterfaces:
ELElement, ELObject
All Known Subinterfaces:
DBCheckConstraint, DBColumn, DBColumnSet, DBForeignKey, DBIndex, DBIndexedColumn, DBPackage, DBSQLGeneric, DBStoredProcedure, DBTable, DBTableColumn, DBTrigger, DBUniqueKey, DBView, DBViewColumn, DBViewFrom, DBViewSubselectFrom

public interface DBSQLObject extends ELElement
DBSQLObject is the superclass of all database elements, which can be assigned by a DBPrivilege to grant or revoke user access. SQL objects can reference each other, if there exist a configured relationship.
Note:
The interface DBSQLObject describes an abstract ability of an object. Therefore no instances of this type can be found in the repository!