RowSet object implements in order to
present itself to a RowSetReader or RowSetWriter
object. The RowSetInternal interface contains
methods that let the reader or writer access and modify the internal
state of the rowset.1.4 - | Method from javax.sql.RowSetInternal Summary: |
|---|
| getConnection, getOriginal, getOriginalRow, getParams, setMetaData |
| Method from javax.sql.RowSetInternal Detail: |
|---|
Connection object that was passed to this
RowSet object. |
ResultSet object containing the original
value of this RowSet object.
The cursor is positioned before the first row in the result set.
Only rows contained in the result set returned by the method
|
ResultSet object containing the original value
of the current row only. If the current row has no original value,
an empty result set is returned. If there is no current row,
an exception is thrown. |
RowSet object's command. |
RowSetMetaData object as the
RowSetMetaData object for this RowSet
object. The RowSetReader object associated with the rowset
will use RowSetMetaData methods to set the values giving
information about the rowset's columns. |