Class Summary |
BaseRow | 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 . |
CachedRowSetReader | The facility called by the RIOptimisticProvider object internally to read data into it. |
CachedRowSetWriter | The facility called on internally by the RIOptimisticProvider implementation to propagate changes back to the data source from which the rowset got its data. |
InsertRow | A class used internally to manage a CachedRowSet object's insert row. |
Row | A class that keeps track of a row's values. |
SyncResolverImpl | There will be two sets of data which will be maintained by the rowset at the time of synchronization. |
WebRowSetXmlReader | An implementation of the XmlReader interface, which reads and parses an XML formatted WebRowSet object. |
WebRowSetXmlWriter | An implementation of the XmlWriter interface, which writes a WebRowSet object to an output stream as an XML document. |
XmlErrorHandler | An implementation of the DefaultHandler interface, which handles all the errors, fatalerrors and warnings while reading the xml file. |
XmlReaderContentHandler | The document handler that receives parse events that an XML parser sends while it is parsing an XML document representing a WebRowSet object. |
XmlResolver | An implementation of the EntityResolver interface, which reads and parses an XML formatted WebRowSet object. |