Skip to content

DatabaseSchema

Defines a database schema containing tables and their structural relationships. DatabaseSchema provides the logical grouping of tables that serve as the data foundation for OLAP cube construction and dimensional modeling.

Extends

  • AbstractElement 🔗

Attributes

NameIdTypeLowerUpper

References

NameTypeLowerUpperContainment
tablesTable🔗0true
Collection of tables within this database schema. Tables include fact tables, dimension tables, and aggregation tables that provide the physical data structure for OLAP operations.

Used by

  • Catalog🔗 → dbschemas
  • AccessDatabaseSchemaGrant🔗 → databaseSchema
  • DatabaseCatalog🔗 → schemas
  • Table🔗 → schema

ClassDiagramm

Released under the Eclipse Public License 2.0