|
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
oracle.dacf.dataset.QueryInfo
This class allows access to the clauses of an updateable, dynamically-defined SQL statememt used to build a View Object from an Entity Object or set of Entity Objects. At a minimum, the SELECT and the FROM clauses of the SQL statement must be defined for the proper performance of QueryInfo.
Field Summary |
Fields inherited from class oracle.dacf.dataset.QueryClauses |
_orderby, _where |
Fields inherited from class oracle.dacf.dataset.Query |
_DesignTimeHasChanged_ |
Constructor Summary | |
QueryInfo(java.lang.String name,
java.lang.String entityClassName,
java.lang.String selectClause,
java.lang.String fromClause,
java.lang.String whereClause,
java.lang.String orderByClause)
Constructor requiring a query name, name of the Entity Object on which the View Object will be built and a SQL SELECT statement. |
|
QueryInfo(java.lang.String name,
java.lang.String entityClassName,
java.lang.String selectClause,
java.lang.String fromClause,
java.lang.String whereClause,
java.lang.String orderByClause,
java.lang.String groupByClause)
Deprecated. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Returns true if the specified QueryInfo instance is identical to this QueryInfo object. |
java.lang.String |
getEntityClassName()
Returns the name of the Entity Object used for this QueryInfo. |
java.lang.String |
getFromClause()
Returns the FROM clause for the SQL query used to build this QueryInfo object. |
java.lang.String |
getSelectClause()
Returns the SELECT clause for the SQL query used to build this QueryInfo object. |
void |
setEntityClassName(java.lang.String entityClassName)
Specifies the name of the Entity Object used for this QueryInfo. |
void |
setFromClause(java.lang.String fromClause)
Sets the FROM clause for the SQL query. |
void |
setSelectClause(java.lang.String selectClause)
Specifies the SELECT clause for the SQL query used to build this QueryInfo object. |
Methods inherited from class oracle.dacf.dataset.QueryClauses |
getOrderByClause, getWhereClause, setOrderByClause, setWhereClause |
Methods inherited from class oracle.dacf.dataset.Query |
clone, getName, getQueryParams, setName, setQueryParams |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QueryInfo(java.lang.String name, java.lang.String entityClassName, java.lang.String selectClause, java.lang.String fromClause, java.lang.String whereClause, java.lang.String orderByClause)
name
- name of the query.entityClassName
- name of the Entity Object upon which the
View Object will be built.selectClause
- text of the SQL SELECT clause.fromClause
- text of the SQL FROM clause.whereClause
- text of the SQL WHERE clause.orderByClause
- text of the SQL ORDER BY clause.public QueryInfo(java.lang.String name, java.lang.String entityClassName, java.lang.String selectClause, java.lang.String fromClause, java.lang.String whereClause, java.lang.String orderByClause, java.lang.String groupByClause)
Method Detail |
public boolean equals(java.lang.Object obj)
equals
in class Query
public java.lang.String getEntityClassName()
public void setEntityClassName(java.lang.String entityClassName)
public java.lang.String getSelectClause()
public void setSelectClause(java.lang.String selectClause)
public java.lang.String getFromClause()
public void setFromClause(java.lang.String fromClause)
fromClause
- the FROM 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.