Overview Summary


Package com.sun.rowset.internal

Class Summary
BaseRowThe abstract base class from which the classes Row The class BaseRow stores a row's original values as an array of Object values, which can be retrieved with the method getOrigRow.
CachedRowSetReaderThe facility called by the RIOptimisticProvider object internally to read data into it.
CachedRowSetWriterThe facility called on internally by the RIOptimisticProvider implementation to propagate changes back to the data source from which the rowset got its data.
InsertRowA class used internally to manage a CachedRowSet object's insert row.
RowA class that keeps track of a row's values.
SyncResolverImplThere will be two sets of data which will be maintained by the rowset at the time of synchronization.
WebRowSetXmlReaderAn implementation of the XmlReader interface, which reads and parses an XML formatted WebRowSet object.
WebRowSetXmlWriterAn implementation of the XmlWriter interface, which writes a WebRowSet object to an output stream as an XML document.
XmlErrorHandlerAn implementation of the DefaultHandler interface, which handles all the errors, fatalerrors and warnings while reading the xml file.
XmlReaderContentHandlerThe document handler that receives parse events that an XML parser sends while it is parsing an XML document representing a WebRowSet object.
XmlResolverAn implementation of the EntityResolver interface, which reads and parses an XML formatted WebRowSet object.
 



Java is a trademark or registered trademark of Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A All Rights Reserved.