|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.jdbc.rowset.RowSetFactory
RowSetFactory is a factory class for creating
javax.sql.RowSet
implementations.
RowSetFactory factory = RowSetFactory.newInstance(); RowSet rs = factory.newCachedRowSet();
Constructor Summary | |
protected |
RowSetFactory()
|
Method Summary | |
abstract DataSource |
getDataSource()
Get the DataSource object that will be automatically set on any RowSet instance created from this RowSetFactory. |
abstract String |
getDataSourceName()
Get the DataSource name that will be automatically set on any RowSet instance created from this RowSetFactory. |
abstract String |
getPassword()
Get the password that will be automatically set on any RowSet instance created from this RowSetFactory. |
abstract String |
getUrl()
Get the URL that will be automatically set on any RowSet instance created from this RowSetFactory. |
abstract String |
getUsername()
Get the username that will be automatically set on any RowSet instance created from this RowSetFactory. |
abstract WLCachedRowSet |
newCachedRowSet()
Creates a new WLCachedRowSet instance. |
static RowSetFactory |
newInstance()
Creates a new RowSetFactory instance. |
abstract JdbcRowSet |
newJdbcRowSet()
Creates a new JdbcRowSet instance. |
abstract JoinRowSet |
newJoinRowSet()
Creates a new JoinRowSet instance. |
abstract void |
setDataSource(DataSource ds)
Set the DataSource object that will be automatically set on any RowSet instance created from this RowSetFactory. |
abstract void |
setDataSourceName(String s)
Set the DataSource name that will be automatically set on any RowSet instance created from this RowSetFactory. |
abstract void |
setPassword(String s)
Set the password that will be automatically set on any RowSet instance created from this RowSetFactory. |
abstract void |
setUrl(String s)
Set the URL that will be automatically set on any RowSet instance created from this RowSetFactory. |
abstract void |
setUsername(String s)
Set the username that will be automatically set on any RowSet instance created from this RowSetFactory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected RowSetFactory()
Method Detail |
public abstract DataSource getDataSource()
public abstract String getDataSourceName()
public abstract String getPassword()
public abstract String getUrl()
public abstract String getUsername()
public abstract WLCachedRowSet newCachedRowSet()
WLCachedRowSet
instance.
WLCachedRowSet
instancepublic static RowSetFactory newInstance()
RowSetFactory
instance.
public abstract JdbcRowSet newJdbcRowSet()
JdbcRowSet
instance.
public abstract JoinRowSet newJoinRowSet()
JoinRowSet
instance.
public abstract void setDataSource(DataSource ds)
public abstract void setDataSourceName(String s)
public abstract void setPassword(String s)
public abstract void setUrl(String s)
public abstract void setUsername(String s)
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs91 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |