javax.sql
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
SQLException
Connection getConnection() throws SQLException
SQLException
void setMetaData(RowSetMetaData md) throws SQLException
SQLException
ResultSet getOriginal() throws SQLException
SQLException
ResultSet getOriginalRow() throws SQLException
SQLException