Searched refs:getOriginalRow (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/
H A DRowSetInternal.java101 public ResultSet getOriginalRow() throws SQLException; method in interface:RowSetInternal
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DCachedRowSet.java1207 public ResultSet getOriginalRow() throws SQLException; method in interface:CachedRowSet
1221 * @see #getOriginalRow
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DCachedRowSetWriter.java468 ResultSet origVals = crs.getOriginalRow();
935 ResultSet origVals = crs.getOriginalRow();
H A DWebRowSetXmlWriter.java341 rs = caller.getOriginalRow();
H A DSyncResolverImpl.java4130 public ResultSet getOriginalRow() throws SQLException { method in class:SyncResolverImpl
4139 * @see #getOriginalRow
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java3737 public ResultSet getOriginalRow() throws SQLException { method in class:JoinRowSetImpl
3738 return crsInternal.getOriginalRow();
H A DCachedRowSetImpl.java6314 public ResultSet getOriginalRow() throws SQLException { method in class:CachedRowSetImpl
6339 * @see #getOriginalRow

Completed in 272 milliseconds