public interface RowSetFactory
RowSet implementations.
| Modifier and Type | Method and Description |
|---|---|
CachedRowSet |
createCachedRowSet()
Creates a new instance of a CachedRowSet.
|
FilteredRowSet |
createFilteredRowSet()
Creates a new instance of a FilteredRowSet.
|
JdbcRowSet |
createJdbcRowSet()
Creates a new instance of a JdbcRowSet.
|
JoinRowSet |
createJoinRowSet()
Creates a new instance of a JoinRowSet.
|
WebRowSet |
createWebRowSet()
Creates a new instance of a WebRowSet.
|
CachedRowSetcreateCachedRowSet() throws SQLException
Creates a new instance of a CachedRowSet.
SQLException - if a CachedRowSet cannot be created.
FilteredRowSetcreateFilteredRowSet() throws SQLException
Creates a new instance of a FilteredRowSet.
SQLException - if a FilteredRowSet cannot be created.
JdbcRowSetcreateJdbcRowSet() throws SQLException
Creates a new instance of a JdbcRowSet.
SQLException - if a JdbcRowSet cannot be created.
JoinRowSetcreateJoinRowSet() throws SQLException
Creates a new instance of a JoinRowSet.
SQLException - if a JoinRowSet cannot be created.
WebRowSetcreateWebRowSet() throws SQLException
Creates a new instance of a WebRowSet.
SQLException - if a WebRowSet cannot be created.