com.sun.rowset.internal |
|
Java Source File Name | Type | Comment |
BaseRow.java | Class | The 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 .
This class also provides methods for getting and setting individual
values in the row.
A row's original values are the values it contained before it was last
modified. |
CachedRowSetReader.java | Class | The facility called by the RIOptimisticProvider object
internally to read data into it. |
CachedRowSetWriter.java | Class | The facility called on internally by the RIOptimisticProvider implementation to
propagate changes back to the data source from which the rowset got its data.
A CachedRowSetWriter object, called a writer, has the public
method writeData for writing modified data to the underlying data source.
This method is invoked by the rowset internally and is never invoked directly by an application.
A writer also has public methods for setting and getting
the CachedRowSetReader object, called a reader, that is associated
with the writer. |
InsertRow.java | Class | A class used internally to manage a CachedRowSet object's
insert row. |
Row.java | Class | A class that keeps track of a row's values. |
SyncResolverImpl.java | Class | There will be two sets of data which will be maintained by the rowset at the
time of synchronization. |
WebRowSetXmlReader.java | Class | An implementation of the XmlReader interface, which
reads and parses an XML formatted WebRowSet object. |
WebRowSetXmlWriter.java | Class | An implementation of the XmlWriter interface, which writes a
WebRowSet object to an output stream as an XML document. |
XmlErrorHandler.java | Class | An implementation of the DefaultHandler interface, which
handles all the errors, fatalerrors and warnings while reading the xml file. |
XmlReaderContentHandler.java | Class | The document handler that receives parse events that an XML parser sends while it
is parsing an XML document representing a WebRowSet object. |
XmlResolver.java | Class | An implementation of the EntityResolver interface, which
reads and parses an XML formatted WebRowSet object. |