Package wt.query
Interface ColumnExpression
- All Superinterfaces:
wt.query.Expression,OrderByExpression,RelationalExpression
- All Known Implementing Classes:
AnalyticFunction,ClassAttribute,ColumnSubSelectExpression,ConstantExpression,DateExpression,KeywordExpression,SQLFunction,TableColumn
This interface defines an arbitrary expression that can be used to specify
a "column" in a SQL SELECT, ORDER BY, GROUP BY or WHERE clause.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringLabel for the attribute; Alias for the column expression. -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: COLUMN_ALIAS.voidsetColumnAlias(String a_ColumnAlias) Sets the value of the attribute: COLUMN_ALIAS.
-
Field Details
-
COLUMN_ALIAS
Label for the attribute; Alias for the column expression.
Supported API: true- See Also:
-
-
Method Details
-
getColumnAlias
String getColumnAlias()Gets the value of the attribute: COLUMN_ALIAS. Alias for the column expression.
Supported API: true- Specified by:
getColumnAliasin interfaceOrderByExpression- Returns:
- String
-
setColumnAlias
Sets the value of the attribute: COLUMN_ALIAS. Alias for the column expression.
Supported API: true- Parameters:
a_ColumnAlias-- Throws:
WTPropertyVetoException
-