Searched defs:getOriginal (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/
H A DRowSetInternal.java82 * <code>getOriginal</code> are said to have an original value.
87 public ResultSet getOriginal() throws SQLException; method in interface:RowSetInternal
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DCachedRowSet.java1188 public ResultSet getOriginal() throws SQLException; method in interface:CachedRowSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java3723 public ResultSet getOriginal() throws SQLException { method in class:JoinRowSetImpl
3724 return crsInternal.getOriginal();
3730 * Only rows contained in the result set returned by getOriginal()
H A DCachedRowSetImpl.java6276 * Only rows contained in the result set returned by <code>getOriginal()</code>
6283 public ResultSet getOriginal() throws SQLException { method in class:CachedRowSetImpl
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java4108 * Only rows contained in the result set returned by <code>getOriginal()</code>
4115 public ResultSet getOriginal() throws SQLException { method in class:SyncResolverImpl

Completed in 90 milliseconds