oracle.dacf.dataset
Class QueryViewInfo
java.lang.Object
oracle.dacf.dataset.Query
oracle.dacf.dataset.QueryClauses
oracle.dacf.dataset.QueryViewInfo
- All Implemented Interfaces:
- java.lang.Cloneable
- public class QueryViewInfo
- extends QueryClauses
QueryViewInfo defines an updateable SQL query based on a predefined
Java Business Objects View Object. This class can optionally be instantiated
with updated values for the WHERE and ORDERBY
clauses.
- Version:
- SDK
Constructor Summary |
QueryViewInfo(java.lang.String name)
Constructor requiring the name of a predefined View Object. |
QueryViewInfo(java.lang.String name,
java.lang.String where,
java.lang.String orderby)
Constructs a query using a predefined View Object and a WHERE
and ORDERBY clause. |
Method Summary |
boolean |
equals(java.lang.Object obj)
Returns true if the compared object is identical
to this QueryViewInfo instance. |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryViewInfo
public QueryViewInfo(java.lang.String name)
- Constructor requiring the name of a predefined View Object.
QueryViewInfo
public QueryViewInfo(java.lang.String name,
java.lang.String where,
java.lang.String orderby)
- Constructs a query using a predefined View Object and a WHERE
and ORDERBY clause.
- Parameters:
name
- the View Object name.where
- value for the WHERE clause.orderby
- value for the ORDERBY clause.
equals
public boolean equals(java.lang.Object obj)
- Returns true if the compared object is identical
to this QueryViewInfo instance.
- Specified by:
equals
in class Query
- Parameters:
obj
- the object you want to compare.
- Returns:
- true if the compared object is identical; false
otherwise
Copyright © 1997, 2003, Oracle. All rights reserved.