|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.query.KeywordExpression
public class KeywordExpression
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
| Field Summary | |
|---|---|
static KeywordExpression |
NULL
Constant keyword expression representing SQL NULL. |
| Fields inherited from interface wt.query.ColumnExpression |
|---|
COLUMN_ALIAS |
| Method Summary | |
|---|---|
String |
getColumnAlias()
Gets the value of the attribute: columnAlias; Alias for the column expression. |
static KeywordExpression |
newKeywordExpression(KeywordExpression a_keyword)
Creates a new KeywordExpression from the specified KeywordExpression constant. |
static KeywordExpression |
newKeywordExpression(KeywordExpression a_keyword,
Class a_javaType)
Creates a new KeywordExpression from the specified KeywordExpression constant and type. |
void |
setColumnAlias(String a_ColumnAlias)
Sets the value of the attribute: columnAlias; Alias for the column expression. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final KeywordExpression NULL
| Method Detail |
|---|
public static KeywordExpression newKeywordExpression(KeywordExpression a_keyword)
a_keyword - Specifies the keyword.
public static KeywordExpression newKeywordExpression(KeywordExpression a_keyword,
Class a_javaType)
throws WTException
a_keyword - Specifies the keyword.a_javaType - Specifies the type of the Keyword expression.
WTExceptionpublic String getColumnAlias()
getColumnAlias in interface ColumnExpression
public void setColumnAlias(String a_ColumnAlias)
throws WTPropertyVetoException
setColumnAlias in interface ColumnExpressiona_ColumnAlias -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||