|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
ADVANCED_QUERY
Label for the attribute; Indicates if the expression uses advanced query capabilities. |
static String |
ADVANCED_QUERY_ENABLED
Label for the attribute; Indicates if advanced query capabilities are enabled. |
static String |
COLUMN_ALIAS
Label for the attribute; Alias for the column expression. |
static String |
JAVA_TYPE
Label for the attribute; The java type of this expression. |
Fields inherited from interface wt.query.Expression |
FROM_COUNT |
Fields inherited from interface wt.query.RelationalExpression |
BIND_PARAMETER |
Method Summary | |
String |
getColumnAlias()
Gets the value of the attribute: COLUMN_ALIAS. |
Class |
getJavaType()
Gets the value of the attribute: JAVA_TYPE. |
boolean |
isAdvancedQuery()
Gets the value of the attribute: ADVANCED_QUERY. |
boolean |
isAdvancedQueryEnabled()
Gets the value of the attribute: ADVANCED_QUERY_ENABLED. |
void |
setAdvancedQueryEnabled(boolean a_AdvancedQueryEnabled)
Sets the value of the attribute: ADVANCED_QUERY_ENABLED. |
void |
setColumnAlias(String a_ColumnAlias)
Sets the value of the attribute: COLUMN_ALIAS. |
Methods inherited from interface wt.query.Expression |
getFromCount, setFromAlias, validate |
Methods inherited from interface wt.query.RelationalExpression |
getBindParameter, getClassAttributes, getExpression |
Field Detail |
public static final String COLUMN_ALIAS
public static final String JAVA_TYPE
public static final String ADVANCED_QUERY
public static final String ADVANCED_QUERY_ENABLED
Method Detail |
public String getColumnAlias()
getColumnAlias
in interface OrderByExpression
public void setColumnAlias(String a_ColumnAlias) throws WTPropertyVetoException
a_ColumnAlias
-
WTPropertyVetoException
public Class getJavaType() throws WTException
WTException
public boolean isAdvancedQuery() throws WTException
WTException
public boolean isAdvancedQueryEnabled()
public void setAdvancedQueryEnabled(boolean a_AdvancedQueryEnabled)
a_AdvancedQueryEnabled
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |