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