SQLExpressionColumn โ
Represents a virtual column defined by SQL expressions rather than physical table columns. SQLExpressionColumn enables computed columns, derived values, and complex calculations in OLAP mappings.
Extends โ
- Column ๐
Attributes โ
Name | Id | Type | Lower | Upper |
---|
References โ
Name | Type | Lower | Upper | Containment |
---|---|---|---|---|
sqls | SqlStatement๐ | 1 | โ | true |
Collection of SQL statements that define the expression for this column. Multiple statements support database-specific SQL expressions for different database dialects. |
Used by โ
- SQLExpressionBaseMeasure๐ โ column