src/share/classes/javax/sql/rowset/JdbcRowSet.java

Print this page

        

*** 114,124 **** * The implementation of the <code>RowSet</code> method <code>execute</code> in the * <code>JdbcRowSet</code> reference implementation differs from that in the * <code>CachedRowSet</code>&trade; * reference implementation to account for the different * requirements of connected and disconnected <code>RowSet</code> objects. - * <p> * * @author Jonathan Bruce */ public interface JdbcRowSet extends RowSet, Joinable { --- 114,123 ----