Skip to content

InlineTable โ€‹

Represents a table with data embedded directly in the schema definition rather than referencing external database tables. InlineTable allows small lookup tables, dimension data, or test data to be included directly in the OLAP schema, eliminating the need for separate database tables for static reference data.

Extends โ€‹

Attributes โ€‹

NameIdTypeLowerUpper

References โ€‹

NameTypeLowerUpperContainment
rowsRow๐Ÿ”—0โˆžtrue
Collection of data rows that define the actual content of this inline table. Each row contains column values that correspond to the table's column definitions, providing the embedded data directly in the schema.

Used by โ€‹

ClassDiagramm โ€‹

Released under the Eclipse Public License 2.0