jdk/src/share/classes/com/sun/rowset/internal/SyncResolverImpl.java
changeset 21278 ef8a3a2a72f2
parent 14342 8435a30053c1
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
  4107     }
  4107     }
  4108 
  4108 
  4109     /**
  4109     /**
  4110      * Returns a result set containing the original value of the rowset. The
  4110      * Returns a result set containing the original value of the rowset. The
  4111      * original value is the state of the <code>CachedRowSetImpl</code> after the
  4111      * original value is the state of the <code>CachedRowSetImpl</code> after the
  4112      * last population or synchronization (whichever occured most recently) with
  4112      * last population or synchronization (whichever occurred most recently) with
  4113      * the data source.
  4113      * the data source.
  4114      * <p>
  4114      * <p>
  4115      * The cursor is positioned before the first row in the result set.
  4115      * The cursor is positioned before the first row in the result set.
  4116      * Only rows contained in the result set returned by <code>getOriginal()</code>
  4116      * Only rows contained in the result set returned by <code>getOriginal()</code>
  4117      * are said to have an original value.
  4117      * are said to have an original value.
  4126 
  4126 
  4127     /**
  4127     /**
  4128      * Returns a result set containing the original value of the current
  4128      * Returns a result set containing the original value of the current
  4129      * row only.
  4129      * row only.
  4130      * The original value is the state of the <code>CachedRowSetImpl</code> after
  4130      * The original value is the state of the <code>CachedRowSetImpl</code> after
  4131      * the last population or synchronization (whichever occured most recently)
  4131      * the last population or synchronization (whichever occurred most recently)
  4132      * with the data source.
  4132      * with the data source.
  4133      *
  4133      *
  4134      * @return the original result set of the row
  4134      * @return the original result set of the row
  4135      * @throws SQLException if there is no current row
  4135      * @throws SQLException if there is no current row
  4136      * @see #setOriginalRow
  4136      * @see #setOriginalRow