Oracle Data-aware Controls Reference

Uses of Class
oracle.dacf.dataset.ResultSetInfo

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

Uses of ResultSetInfo in oracle.dacf.dataset
 

Subclasses of ResultSetInfo in oracle.dacf.dataset
 class LOVRowSetInfo
          This class is derived from ResultSetInfo and defines the query that will be used to populate the LOV.
 class RowSetInfo
          This class contains all of the dataset specific properties and validators.
 

Methods in oracle.dacf.dataset that return ResultSetInfo
 ResultSetInfo RowFilter.getRowSet()
          Returns the ResultSetInfo used as the reference for the filter.
 ResultSetInfo SessionInfo.getRowSet(java.lang.String name)
          Returns the named rowset Identifies a ResultSetInfo based upon the name (bindname) of the ResultSetInfo.
 ResultSetInfo QueryCriteria.getResultSet()
          Returns the ResultSetInfo associated with this QueryCriteria.
 

Methods in oracle.dacf.dataset with parameters of type ResultSetInfo
 void RowFilter.setRowSet(ResultSetInfo rowSet)
          Set the ResultSetInfo that is going to be the reference for the filter.
 void SessionInfo.addRowSet(ResultSetInfo resultSetInfo)
          Adds a ResultSetInfo to the SessionInfo.
 void SessionInfo.removeRowSet(ResultSetInfo resultSetInfo)
          Removes a ResultSetInfo from a SessionInfo.
 void QueryCriteria.setResultSet(ResultSetInfo resultSet)
          Sets the ResultSetInfo associated with this QueryCriteria.
 

Constructors in oracle.dacf.dataset with parameters of type ResultSetInfo
RowFilter(ResultSetInfo rowset, java.lang.String[] names)
           
LiteralRowFilter(ResultSetInfo rowset, java.lang.String[] names)
           
LiteralRowFilter(ResultSetInfo rowset, java.lang.String[] names, java.util.Hashtable filterCriteria)
           
MappingRowsetAccessImpl(java.lang.String name, javax.infobus.InfoBusEventListener source, ResultSetInfo rsInfo)
           
MappingRowsetAccessImpl(java.lang.String name, javax.infobus.InfoBusEventListener source, ResultSetInfo rsInfo, DacObject parent)
           
 


Oracle Data-aware Controls Reference