Skip to content

Table

Abstract base class for database tables that serve as data sources for OLAP operations. Table defines common structure and metadata for physical tables, views, and queries used in dimensional modeling.

Extends

  • AbstractElement 🔗

Attributes

NameIdTypeLowerUpper

References

NameTypeLowerUpperContainment
columnsColumn🔗0true
Collection of columns that define the table structure. Columns specify data types, constraints, and metadata required for OLAP dimension and measure mappings.
schemaDatabaseSchema🔗01false
Reference to the parent database schema that contains this table. Establishes the schema-table relationship for proper database organization and namespace management.

Used by

  • TableQuery🔗 → table
  • AggregationName🔗 → name
  • AccessTableGrant🔗 → table
  • DatabaseSchema🔗 → tables
  • Column🔗 → table

ClassDiagramm

Released under the Eclipse Public License 2.0