|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 | |
java.sql.Connection |
getConnection()
Get the Connection passed to the rowset. |
java.sql.ResultSet |
getOriginal()
Returns a result set containing the original value of the rowset. |
java.sql.ResultSet |
getOriginalRow()
Returns a result set containing the original value of the current row only. |
java.lang.Object[] |
getParams()
Get the parameters that were set on the rowset. |
void |
setMetaData(RowSetMetaData md)
Set the rowset's metadata. |
| Method Detail |
public java.lang.Object[] getParams()
throws java.sql.SQLException
public java.sql.Connection getConnection()
throws java.sql.SQLException
public void setMetaData(RowSetMetaData md)
throws java.sql.SQLException
a - metadata object
public java.sql.ResultSet getOriginal()
throws java.sql.SQLException
public java.sql.ResultSet getOriginalRow()
throws java.sql.SQLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||