|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ColumnExpression
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
| Field Summary | |
|---|---|
static String |
COLUMN_ALIAS
Label for the attribute; Alias for the column expression. |
| Method Summary | |
|---|---|
String |
getColumnAlias()
Gets the value of the attribute: COLUMN_ALIAS. |
void |
setColumnAlias(String a_ColumnAlias)
Sets the value of the attribute: COLUMN_ALIAS. |
| Field Detail |
|---|
static final String COLUMN_ALIAS
| Method Detail |
|---|
String getColumnAlias()
void setColumnAlias(String a_ColumnAlias)
throws WTPropertyVetoException
a_ColumnAlias -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||