org.enhydra.jdbc.informix
Class InformixConnectionPoolDataSource
java.lang.Object
org.enhydra.jdbc.util.JdbcUtil
org.enhydra.jdbc.core.CoreDataSource
org.enhydra.jdbc.standard.StandardDataSource
org.enhydra.jdbc.standard.StandardConnectionPoolDataSource
org.enhydra.jdbc.informix.InformixConnectionPoolDataSource
- All Implemented Interfaces:
- Serializable, Wrapper, Referenceable, ObjectFactory, CommonDataSource, ConnectionPoolDataSource, DataSource
public class InformixConnectionPoolDataSource
- extends StandardConnectionPoolDataSource
- See Also:
- Serialized Form
| Fields inherited from class org.enhydra.jdbc.util.JdbcUtil |
log |
| Methods inherited from class org.enhydra.jdbc.standard.StandardDataSource |
equals, getConnection, getConnection, getDriverName, getObjectInstance, getReference, getTransactionIsolation, getUrl, hashCode, setDriverName, setTransactionIsolation, setUrl |
| Methods inherited from class org.enhydra.jdbc.core.CoreDataSource |
getDescription, getLoginTimeout, getLogWriter, getPassword, getThreadFactory, getUser, isDebug, isVerbose, setDebug, setDescription, setLoginTimeout, setLogWriter, setPassword, setThreadFactory, setUser, setVerbose, shutdown |
InformixConnectionPoolDataSource
public InformixConnectionPoolDataSource()
getPooledConnection
public PooledConnection getPooledConnection()
throws SQLException
- Create a pooled connection using the default username and password.
- Specified by:
getPooledConnection in interface ConnectionPoolDataSource- Overrides:
getPooledConnection in class StandardConnectionPoolDataSource
- Throws:
SQLException
getPooledConnection
public PooledConnection getPooledConnection(String user,
String password)
throws SQLException
- Create a informix pooled connection using the supplied username and password.
- Specified by:
getPooledConnection in interface ConnectionPoolDataSource- Overrides:
getPooledConnection in class StandardConnectionPoolDataSource
- Throws:
SQLException
Copyright © 2011. All Rights Reserved.