|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dacf.dataset.Query
oracle.dacf.dataset.QueryClauses
QueryClauses is the abstract base class for defining a query where the WHERE and ORDERBY clauses can be isolated and manipulated. The query can be either a predefined View Object or a dynamically created query. This class is subclassed by:
QueryInfo
,
QueryViewInfo
Field Summary | |
protected java.lang.String |
_orderby
|
protected java.lang.String |
_where
|
Fields inherited from class oracle.dacf.dataset.Query |
_DesignTimeHasChanged_ |
Constructor Summary | |
QueryClauses()
|
Method Summary | |
java.lang.String |
getOrderByClause()
Returns the ORDERBY clause for the query. |
java.lang.String |
getWhereClause()
Returns the WHERE clause for the SQL query. |
void |
setOrderByClause(java.lang.String orderbyClause)
Sets the ORDERBY clause for the query. |
void |
setWhereClause(java.lang.String whereClause)
Sets the WHERE clause for the SQL query. |
Methods inherited from class oracle.dacf.dataset.Query |
clone, equals, getName, getQueryParams, setName, setQueryParams |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String _where
protected java.lang.String _orderby
Constructor Detail |
public QueryClauses()
Method Detail |
public java.lang.String getWhereClause()
public void setWhereClause(java.lang.String whereClause)
Be careful when using this method: this method can change the entire definition of a dynamic query, but is needed to support augmentation of a predefined query.
whereClause
- the WHERE clause for the query.public java.lang.String getOrderByClause()
public void setOrderByClause(java.lang.String orderbyClause)
orderbyClause
- the ORDERBY clause for the query.
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.