|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RowSetInternal
An interface provided by a RowSet object to either a RowSetReader or a RowSetWriter, providing facilities to read and update the internal state of the RowSet.
| Method Summary | |
|---|---|
Connection |
getConnection()
Gets the Connection associated with this RowSet object. |
ResultSet |
getOriginal()
Gets the ResultSet that was the original (unmodified) content of the RowSet. |
ResultSet |
getOriginalRow()
Gets the original value of the current row only. |
Object[] |
getParams()
Gets the parameter values that have been set for this RowSet's command. |
void |
setMetaData(RowSetMetaData theMetaData)
Sets RowSetMetaData for this RowSet. |
| Method Detail |
|---|
Connection getConnection()
throws SQLException
SQLException - if there is a problem accessing the database.
ResultSet getOriginal()
throws SQLException
The ResultSet cursor is positioned before the first row of data
SQLException - if there is a problem accessing the database.
ResultSet getOriginalRow()
throws SQLException
SQLException - if there is a problem accessing the database, or if the
cursor is not on a valid row (before first, after last or
pointing to the insert row).
Object[] getParams()
throws SQLException
SQLException - if there is a problem accessing the database.
void setMetaData(RowSetMetaData theMetaData)
throws SQLException
theMetaData - a RowSetMetaData holding the metadata about the RowSet's
columns.
SQLException - if there is a problem accessing the database.
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||