public interface RowSetInternal
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection() |
ResultSet |
getOriginal() |
ResultSet |
getOriginalRow() |
Object[] |
getParams() |
void |
setMetaData(RowSetMetaData md) |
Object[] getParams() throws SQLException
SQLExceptionConnection getConnection() throws SQLException
SQLExceptionvoid setMetaData(RowSetMetaData md) throws SQLException
SQLExceptionResultSet getOriginal() throws SQLException
SQLExceptionResultSet getOriginalRow() throws SQLException
SQLException