Package wt.query
Class KeywordExpression
java.lang.Object
wt.query.KeywordExpression
- All Implemented Interfaces:
Serializable,ColumnExpression,wt.query.Expression,OrderByExpression,RelationalExpression
This class represents an expression that evaluates to a SQL keyword that can
be used in a SQL statement. There is no special significance to the values
represented by this class. When the value evaluates to a string
representation it is not quoted and cannot be replaced with a bind parameter.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThis enumerated type class represents datastore keywords. -
Field Summary
Fields inherited from interface wt.query.ColumnExpression
COLUMN_ALIAS -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: columnAlias; Alias for the column expression.voidsetColumnAlias(String a_ColumnAlias) Sets the value of the attribute: columnAlias; Alias for the column expression.
-
Method Details
-
getColumnAlias
Gets the value of the attribute: columnAlias; Alias for the column expression.
Supported API: true- Specified by:
getColumnAliasin interfaceColumnExpression- Specified by:
getColumnAliasin interfaceOrderByExpression- Returns:
- String
-
setColumnAlias
Sets the value of the attribute: columnAlias; Alias for the column expression.
Supported API: true- Specified by:
setColumnAliasin interfaceColumnExpression- Parameters:
a_ColumnAlias-- Throws:
WTPropertyVetoException
-