Package Summary  Overview Summary


com.sun.rowset
Class RowSetFactoryImpl

java.lang.Object
  extended by javax.sql.rowset.RowSetFactory
      extended by com.sun.rowset.RowSetFactoryImpl



public final class RowSetFactoryImpl
extends RowSetFactory

This is the implementation specific class for the javax.sql.RowSetFactory. This is the platform default implementation for the Java SE platform.


Constructor Summary
RowSetFactoryImpl()
           
 
Method Summary
 CachedRowSetcreateCachedRowSet()
          Creates a new instance of a CachedRowSet.
 FilteredRowSetcreateFilteredRowSet()
          Creates a new instance of a FilteredRowSet.
 JdbcRowSetcreateJdbcRowSet()
          Creates a new instance of a JdbcRowSet.
 JoinRowSetcreateJoinRowSet()
          Creates a new instance of a JoinRowSet.
 WebRowSetcreateWebRowSet()
          Creates a new instance of a WebRowSet.
 
Methods inherited from class javax.sql.rowset.RowSetFactory
newInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowSetFactoryImpl

public RowSetFactoryImpl()
Method Detail

createCachedRowSet

public CachedRowSetcreateCachedRowSet()
                                throws SQLException
Description copied from class: RowSetFactory

Creates a new instance of a CachedRowSet.

Specified by:
createCachedRowSet in class RowSetFactory
Returns:
A new instance of a CachedRowSet.
Throws:
SQLException - if a CachedRowSet cannot be created.

createFilteredRowSet

public FilteredRowSetcreateFilteredRowSet()
                                    throws SQLException
Description copied from class: RowSetFactory

Creates a new instance of a FilteredRowSet.

Specified by:
createFilteredRowSet in class RowSetFactory
Returns:
A new instance of a FilteredRowSet.
Throws:
SQLException - if a FilteredRowSet cannot be created.

createJdbcRowSet

public JdbcRowSetcreateJdbcRowSet()
                            throws SQLException
Description copied from class: RowSetFactory

Creates a new instance of a JdbcRowSet.

Specified by:
createJdbcRowSet in class RowSetFactory
Returns:
A new instance of a JdbcRowSet.
Throws:
SQLException - if a JdbcRowSet cannot be created.

createJoinRowSet

public JoinRowSetcreateJoinRowSet()
                            throws SQLException
Description copied from class: RowSetFactory

Creates a new instance of a JoinRowSet.

Specified by:
createJoinRowSet in class RowSetFactory
Returns:
A new instance of a JoinRowSet.
Throws:
SQLException - if a JoinRowSet cannot be created.

createWebRowSet

public WebRowSetcreateWebRowSet()
                          throws SQLException
Description copied from class: RowSetFactory

Creates a new instance of a WebRowSet.

Specified by:
createWebRowSet in class RowSetFactory
Returns:
A new instance of a WebRowSet.
Throws:
SQLException - if a WebRowSet cannot be created.


Java is a trademark or registered trademark of Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A All Rights Reserved.