Oracle Data-aware Controls Reference

oracle.dacf.dataset
Interface RowSetManager

All Known Implementing Classes:
oracle.dacf.dataset.RowsetAccessImpl

public interface RowSetManager

Internal: Applications should not use this class.

This interface is used by the framework to access public methods in package private classes across package boundaries.


Method Summary
 void destroy()
           
 oracle.jbo.RowSet getRowSet()
           
 oracle.jbo.RowSetIterator getRowSetIterator()
           
 boolean hasRows()
           
 boolean isFromLinkAccessor()
           
 void setRowSet(oracle.jbo.RowSet rowset)
           
 void setRowSetIterator(oracle.jbo.RowSetIterator rowsetIter)
           
 

Method Detail

destroy

public void destroy()

isFromLinkAccessor

public boolean isFromLinkAccessor()

getRowSet

public oracle.jbo.RowSet getRowSet()

setRowSet

public void setRowSet(oracle.jbo.RowSet rowset)

getRowSetIterator

public oracle.jbo.RowSetIterator getRowSetIterator()

setRowSetIterator

public void setRowSetIterator(oracle.jbo.RowSetIterator rowsetIter)

hasRows

public boolean hasRows()

Oracle Data-aware Controls Reference

 

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