API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sql. ConnectionPoolDataSource View Source
Author(s)
Since
1.4
Version
Serial
Hierarchy
 CommonDataSource
      ConnectionPoolDataSource
Subinterfaces
Description
public interface ConnectionPoolDataSource
  A factory for PooledConnection objects.
See also:   
Methods
Hide/Show inherited methods
public PooledConnection getPooledConnection () throws SQLException
  Attempts to establish a physical database connection that can be used as a pooled connection.
public PooledConnection getPooledConnection (String user, String password) throws SQLException
  Attempts to establish a physical database connection that can be used as a pooled connection.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar