public class P6ConnectionPoolDataSource extends P6DataSource implements ConnectionPoolDataSource, XADataSource
rds, rdsName
Constructor and Description |
---|
P6ConnectionPoolDataSource() |
P6ConnectionPoolDataSource(DataSource ds) |
Modifier and Type | Method and Description |
---|---|
PooledConnection |
getPooledConnection() |
PooledConnection |
getPooledConnection(String user,
String password) |
XAConnection |
getXAConnection() |
XAConnection |
getXAConnection(String user,
String password) |
bindDataSource, getConnection, getConnection, getLoginTimeout, getLogWriter, getParentLogger, getRealDataSource, getReference, isWrapperFor, setLoginTimeout, setLogWriter, setRealDataSource, unwrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLoginTimeout, getLogWriter, getParentLogger, setLoginTimeout, setLogWriter
public P6ConnectionPoolDataSource()
public P6ConnectionPoolDataSource(DataSource ds)
public PooledConnection getPooledConnection() throws SQLException
getPooledConnection
in interface ConnectionPoolDataSource
SQLException
public PooledConnection getPooledConnection(String user, String password) throws SQLException
getPooledConnection
in interface ConnectionPoolDataSource
SQLException
public XAConnection getXAConnection() throws SQLException
getXAConnection
in interface XADataSource
SQLException
public XAConnection getXAConnection(String user, String password) throws SQLException
getXAConnection
in interface XADataSource
SQLException
Copyright © 2002-2014 P6Spy. All Rights Reserved.