< prev index next >

src/java.sql.rowset/share/classes/com/sun/rowset/JoinRowSetImpl.java

Print this page

        

*** 4061,4078 **** public void execute(Connection conn) throws SQLException { crsInternal.execute(conn); } /** ! * Provide interface coverage for getURL(int) in ResultSet->RowSet */ public java.net.URL getURL(int columnIndex) throws SQLException { return crsInternal.getURL(columnIndex); } /** ! * Provide interface coverage for getURL(String) in ResultSet->RowSet */ public java.net.URL getURL(String columnName) throws SQLException { return crsInternal.getURL(columnName); } --- 4061,4080 ---- public void execute(Connection conn) throws SQLException { crsInternal.execute(conn); } /** ! * Provide interface coverage for getURL(int) in ! * ResultSet{@literal ->}RowSet */ public java.net.URL getURL(int columnIndex) throws SQLException { return crsInternal.getURL(columnIndex); } /** ! * Provide interface coverage for getURL(String) in ! * ResultSet{@literal ->}RowSet */ public java.net.URL getURL(String columnName) throws SQLException { return crsInternal.getURL(columnName); }
< prev index next >