A factory for PooledConnection objects. An object that implements this interface will typically be registered with a naming service that is based on the Java™ Naming and Directory Interface (JNDI).
A factory for PooledConnection objects. An object that implements this interface will typically be registered with a naming service that is based on the Java™ Naming and Directory Interface (JNDI).
(get-pooled-connection this)(get-pooled-connection this user password)Attempts to establish a physical database connection that can be used as a pooled connection.
user - the database user on whose behalf the connection is being made - java.lang.String
password - the user's password - java.lang.String
returns: a PooledConnection object that is a physical
connection to the database that this
ConnectionPoolDataSource object represents - javax.sql.PooledConnection
throws: java.sql.SQLException - if a database access error occurs
Attempts to establish a physical database connection that can
 be used as a pooled connection.
user - the database user on whose behalf the connection is being made - `java.lang.String`
password - the user's password - `java.lang.String`
returns: a PooledConnection object that is a physical
         connection to the database that this
         ConnectionPoolDataSource object represents - `javax.sql.PooledConnection`
throws: java.sql.SQLException - if a database access error occurscljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |