BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.jdbc.rowset
Class RowSetFactory

java.lang.Object
  |
  +--weblogic.jdbc.rowset.RowSetFactory

public abstract class RowSetFactory
extends java.lang.Object

RowSetFactory is a factory class for creating javax.sql.RowSet implementations.

   RowSetFactory factory = RowSetFactory.newInstance();
   RowSet rs             = factory.newCachedRowSet();

 

Author:
Copyright © 2004 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
protected RowSetFactory()
           
 
Method Summary
abstract  WLCachedRowSet newCachedRowSet()
          Creates a new WLCachedRowSet instance.
static RowSetFactory newInstance()
          Creates a new RowSetFactory instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowSetFactory

protected RowSetFactory()
Method Detail

newInstance

public static RowSetFactory newInstance()
Creates a new RowSetFactory instance

Returns:
a RowSetFactory instance

newCachedRowSet

public abstract WLCachedRowSet newCachedRowSet()
Creates a new WLCachedRowSet instance.

Returns:
a new WLCachedRowSet instance

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81