|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RowSetInternal
A rowset object presents itself to a reader or writer as an instance of RowSetInternal. The RowSetInternal interface contains additional methods that let the reader or writer access and modify the internal state of the rowset.
Method Summary | |
---|---|
Connection |
getConnection()
Get the Connection passed to the rowset. |
ResultSet |
getOriginal()
Returns a result set containing the original value of the rowset. |
ResultSet |
getOriginalRow()
Returns a result set containing the original value of the current row. |
Object[] |
getParams()
Get the parameters that were set on the rowset. |
void |
setMetaData(RowSetMetaData rowSetMetaData)
Set the rowset's metadata. |
Method Detail |
---|
Connection getConnection() throws SQLException
SQLException
- - if a database-access error occurs.ResultSet getOriginal() throws SQLException
SQLException
- - if a database-access error occurs.ResultSet getOriginalRow() throws SQLException
SQLException
- - if a database-access error occurs.Object[] getParams() throws SQLException
SQLException
- - if a database-access error occurs.void setMetaData(RowSetMetaData rowSetMetaData) throws SQLException
rowSetMetaData
- - metadata object
SQLException
- - if a database-access error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |