Package Summary Overview Summary |
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.rowset.RowSetFactoryImpl
public final class RowSetFactoryImpl
This is the implementation specific class for the javax.sql.rowset.spi.RowSetFactory
. This is the platform default implementation for the Java SE platform.
Constructor Summary | |
---|---|
RowSetFactoryImpl()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RowSetFactoryImpl()
Method Detail |
---|
public CachedRowSetcreateCachedRowSet() throws SQLException
RowSetFactory
Creates a new instance of a CachedRowSet.
createCachedRowSet
in interface RowSetFactory
SQLException
- if a CachedRowSet cannot be created. public FilteredRowSetcreateFilteredRowSet() throws SQLException
RowSetFactory
Creates a new instance of a FilteredRowSet.
createFilteredRowSet
in interface RowSetFactory
SQLException
- if a FilteredRowSet cannot be created. public JdbcRowSetcreateJdbcRowSet() throws SQLException
RowSetFactory
Creates a new instance of a JdbcRowSet.
createJdbcRowSet
in interface RowSetFactory
SQLException
- if a JdbcRowSet cannot be created. public JoinRowSetcreateJoinRowSet() throws SQLException
RowSetFactory
Creates a new instance of a JoinRowSet.
createJoinRowSet
in interface RowSetFactory
SQLException
- if a JoinRowSet cannot be created. public WebRowSetcreateWebRowSet() throws SQLException
RowSetFactory
Creates a new instance of a WebRowSet.
createWebRowSet
in interface RowSetFactory
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 |