|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.enhydra.jdbc.util.JdbcUtil
org.enhydra.jdbc.core.CoreDataSource
org.enhydra.jdbc.standard.StandardDataSource
org.enhydra.jdbc.standard.StandardConnectionPoolDataSource
org.enhydra.jdbc.informix.InformixConnectionPoolDataSource
public class InformixConnectionPoolDataSource
Field Summary |
---|
Fields inherited from class org.enhydra.jdbc.standard.StandardConnectionPoolDataSource |
---|
DEFAULT_PREPAREDSTMTCACHESIZE |
Fields inherited from class org.enhydra.jdbc.core.CoreDataSource |
---|
logWriter, password, user |
Fields inherited from class org.enhydra.jdbc.util.JdbcUtil |
---|
log |
Constructor Summary | |
---|---|
InformixConnectionPoolDataSource()
|
Method Summary | |
---|---|
javax.sql.PooledConnection |
getPooledConnection()
Create a pooled connection using the default username and password. |
javax.sql.PooledConnection |
getPooledConnection(java.lang.String user,
java.lang.String password)
Create a informix pooled connection using the supplied username and password. |
Methods inherited from class org.enhydra.jdbc.standard.StandardConnectionPoolDataSource |
---|
getMasterPrepStmtCache, getPreparedStmtCacheSize, setPreparedStmtCacheSize, toString |
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 |
Methods inherited from class org.enhydra.jdbc.util.JdbcUtil |
---|
setLogger |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.sql.ConnectionPoolDataSource |
---|
getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter |
Methods inherited from interface javax.sql.DataSource |
---|
getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter |
Constructor Detail |
---|
public InformixConnectionPoolDataSource()
Method Detail |
---|
public javax.sql.PooledConnection getPooledConnection() throws java.sql.SQLException
getPooledConnection
in interface javax.sql.ConnectionPoolDataSource
getPooledConnection
in class StandardConnectionPoolDataSource
java.sql.SQLException
public javax.sql.PooledConnection getPooledConnection(java.lang.String user, java.lang.String password) throws java.sql.SQLException
getPooledConnection
in interface javax.sql.ConnectionPoolDataSource
getPooledConnection
in class StandardConnectionPoolDataSource
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |