Searched refs:TransactionalWriter (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/spi/
H A DTransactionalWriter.java48 public interface TransactionalWriter extends RowSetWriter { interface in inherits:RowSetWriter
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java305 * additional TransactionalWriter method
312 private TransactionalWriter tWriter = null;
539 * <code>TransactionalWriter<code> interface
547 if ((theInterfaces[i].getName()).indexOf("TransactionalWriter") > 0) {
560 tWriter = (TransactionalWriter)provider.getRowSetWriter();
887 tWriter = (TransactionalWriter)rowSetWriter;
891 tWriter = (TransactionalWriter)rowSetWriter;
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DCachedRowSetWriter.java68 public class CachedRowSetWriter implements TransactionalWriter, Serializable {

Completed in 125 milliseconds