Class Hierarchy Previous Next Index
java.lang.Object | +----COM.cloudscape.core.AbstractDataSource | +----COM.cloudscape.core.LocalConnectionPoolDataSource
A LocalConnectionPoolDataSource is an implementation of the javax.sql.ConnectionPoolDataSource interface. A LocalConnectionPoolDataSource object can be obtained via a DataSourceFactory.
A ConnectionPoolDataSource is a factory for PooledConnection objects. An object that implements this interface will typically be registered with a JNDI service.
LocalConnectionPoolDataSource is serializable and referenceable.
See AbstractDataSource for DataSource properties.
public LocalConnectionPoolDataSource()
public javax.sql.PooledConnection getPooledConnection() throws java.sql.SQLException
public javax.sql.PooledConnection getPooledConnection(java.lang.String username, java.lang.String password) throws java.sql.SQLException
user
- the database user on whose behalf the Connection is being made
Class Hierarchy Previous Next Index