| Package Summary Overview Summary |
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RowSetFactory
An interface that defines the implementation of a factory that is used to obtain different types of RowSet implementations.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||