Methods Summary |
---|
public java.sql.Connection | getConnection()Gets the connection associated with this {@code RowSet} object.
|
public java.sql.ResultSet | getOriginal()Gets the {@code ResultSet} that was the original (unmodified) content of
the {@code RowSet}.
The {@code ResultSet}'s cursor is positioned before the first row of
data.
|
public java.sql.ResultSet | getOriginalRow()Gets the original value of the current row only. If the current row did
not have an original value, then an empty value is returned.
|
public java.lang.Object[] | getParams()Gets the parameter values that have been set for this {@code RowSet}'s
command.
|
public void | setMetaData(javax.sql.RowSetMetaData theMetaData)Sets {@code RowSetMetaData} for this {@code RowSet}. The {@code
RowSetMetaData} is used by a {@code RowSetReader} to set values giving
information about the {@code RowSet}'s columns.
|