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🔗0true
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

  • InlineTableQuery🔗 → table

ClassDiagramm

Released under the Eclipse Public License 2.0