Package wt.query

Class KeywordExpression

java.lang.Object
wt.query.KeywordExpression
All Implemented Interfaces:
Serializable, ColumnExpression, wt.query.Expression, OrderByExpression, RelationalExpression

public class KeywordExpression extends Object implements ColumnExpression, Serializable
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
See Also: