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 ​

Attributes ​

NameIdTypeLowerUpper

References ​

NameTypeLowerUpperContainment
columnsColumnπŸ”—0∞true
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 ​

ClassDiagramm ​

Released under the Eclipse Public License 2.0