public interface ConnectionFactory<ConnectionType>
| Modifier and Type | Method and Description |
|---|---|
XPooledConnection<ConnectionType> |
createPooledConnection()
Opens a new physical connection to the underlying resource and wraps it in a
pooling-capable
XPooledConnection. |
XPooledConnection<ConnectionType> createPooledConnection() throws CreateConnectionException
XPooledConnection.XPooledConnection wrapping the physical connection.CreateConnectionException - If no connection could be created.Copyright © 2020. All Rights Reserved.