|
Oracle Data-aware Controls Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
SessionInfo.getRowSet(java.lang.String name)
Returns the named rowset Identifies a ResultSetInfo based upon the name (bindname) of the ResultSetInfo. |
ResultSetInfo |
RowFilter.getRowSet()
Returns the ResultSetInfo used as the reference for the filter. |
ResultSetInfo |
QueryCriteria.getResultSet()
Returns the ResultSetInfo associated with this QueryCriteria. |
Methods in oracle.dacf.dataset with parameters of type ResultSetInfo | |
void |
SessionInfo.addRowSet(ResultSetInfo resultSetInfo)
Adds a ResultSetInfo to the SessionInfo. |
void |
SessionInfo.removeRowSet(ResultSetInfo resultSetInfo)
Removes a ResultSetInfo from a SessionInfo. |
void |
RowFilter.setRowSet(ResultSetInfo rowSet)
Set the ResultSetInfo that is going to be the reference for the filter. |
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)
|
|
MappingRowsetAccessImpl(java.lang.String name,
javax.infobus.InfoBusEventListener source,
ResultSetInfo rsInfo)
|
|
MappingRowsetAccessImpl(java.lang.String name,
javax.infobus.InfoBusEventListener source,
ResultSetInfo rsInfo,
DacObject parent)
|
|
LiteralRowFilter(ResultSetInfo rowset,
java.lang.String[] names)
|
|
LiteralRowFilter(ResultSetInfo rowset,
java.lang.String[] names,
java.util.Hashtable filterCriteria)
|
|
Oracle Data-aware Controls Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2003, Oracle. All rights reserved.