|
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
Query provides the basic functions of a DAC Query definition. This class provides methods for getting and setting the query name, getting and setting the query parameters, and testing for equality. The query can be either a predefined View Object or a dynamically created query.
This class is subclassed by:
QueryStatementInfo
,
QueryClauses
Field Summary | |
protected static boolean |
_DEBUG
|
boolean |
_DesignTimeHasChanged_
|
Constructor Summary | |
Query()
|
Method Summary | |
java.lang.Object |
clone()
|
abstract boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getName()
Returns the query name. |
java.lang.Object[] |
getQueryParams()
Returns this query's parameters. |
void |
setName(java.lang.String name)
Sets the query name. |
void |
setQueryParams(java.lang.Object[] nuQueryParams)
Stores this query's parameters. |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public boolean _DesignTimeHasChanged_
protected static final boolean _DEBUG
Constructor Detail |
public Query()
Method Detail |
public java.lang.Object clone()
public abstract boolean equals(java.lang.Object obj)
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the query name.public void setQueryParams(java.lang.Object[] nuQueryParams)
nuQueryParams
- the parameters to be used with this query.getQueryParams()
public java.lang.Object[] getQueryParams()
#setQueryParams()
|
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.