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
Name | Id | Type | Lower | Upper |
---|
References
Name | Type | Lower | Upper | Containment |
---|---|---|---|---|
columns | Column🔗 | 0 | ∞ | true |
Collection of columns that define the table structure. Columns specify data types, constraints, and metadata required for OLAP dimension and measure mappings. | ||||
schema | DatabaseSchema🔗 | 0 | 1 | false |
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