Searched refs:CachedRowSetWriter (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/rowset/providers/
H A DRIOptimisticProvider.java93 private CachedRowSetWriter writer;
126 writer = new CachedRowSetWriter();
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java74 private CachedRowSetWriter crw;
110 crw = new CachedRowSetWriter();
252 * sync data back using CachedRowSetWriter
258 * Note : The use of CachedRowSetWriter to get *same* Connection handle.
259 * The CachedRowSetWriter uses the connection handle
291 * This passes a CachedRowSet as a row the the CachedRowSetWriter
442 void setCachedRowSetWriter(CachedRowSetWriter CRWriter) {
H A DCachedRowSetWriter.java48 * A <code>CachedRowSetWriter</code> object, called a writer, has the public
68 public class CachedRowSetWriter implements TransactionalWriter, Serializable { class in inherits:TransactionalWriter,Serializable
136 * for which this <code>CachedRowSetWriter</code> object is the writer.
154 * for which this <code>CachedRowSetWriter</code> object is the writer.
163 * for which this <code>CachedRowSetWriter</code> object is the writer.
171 * for which this <code>CachedRowSetWriter</code> object is the writer.
202 public CachedRowSetWriter() { method in class:CachedRowSetWriter
455 * <code>CachedRowSetWriter</code> object is the writer has been updated.
1056 * <code>CachedRowSetWriter</code> object is the writer
1229 * <code>CachedRowSetWriter</cod
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java367 rowSetWriter = (CachedRowSetWriter)provider.getRowSetWriter();
892 if (tWriter instanceof CachedRowSetWriter) {
893 ((CachedRowSetWriter)tWriter).commit(this, updateOnInsert);

Completed in 76 milliseconds