Oracle Data-aware Controls Reference

Uses of Class
oracle.dacf.dataset.Query

Packages that use Query
oracle.dacf.control.swing   
oracle.dacf.dataset This packages provides that classes, facilities and mechanisms necessary for defining that data model for the DAC Java client. 
 

Uses of Query in oracle.dacf.control.swing
 

Methods in oracle.dacf.control.swing with parameters of type Query
 void TreeQueryListener.queryDefChanged(Query q)
           
 

Uses of Query in oracle.dacf.dataset
 

Subclasses of Query in oracle.dacf.dataset
 class QueryClauses
          QueryClauses is the abstract base class for defining a query where the WHERE and ORDERBY clauses can be isolated and manipulated.
 class 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.
 class QueryStatementInfo
          Creates a view object based on an arbitrary SQL statement.
 class QueryViewInfo
          QueryViewInfo defines an updateable SQL query based on a predefined Java Business Objects View Object.
 

Methods in oracle.dacf.dataset that return Query
 Query ResultSetInfo.getQueryInfo()
          Returns the QueryInfo object for the ResultSetInfo.
 

Methods in oracle.dacf.dataset with parameters of type Query
 void ResultSetInfo.setQueryInfo(Query info)
          Set the QueryInfo object for the ResultSetInfo.
 void QueryListener.queryDefChanged(Query q)
           
 


Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.