@Deprecated
public interface PooledConnectionManager
Modifier and Type | Method and Description |
---|---|
PooledObject |
allocateConnection(java.lang.Object key,
org.firebirdsql.pool.PooledConnectionQueue queue)
Deprecated.
Allocate pooled connection using specified key.
|
PooledObject allocateConnection(java.lang.Object key, org.firebirdsql.pool.PooledConnectionQueue queue) throws java.sql.SQLException
key
- Key of the poolqueue
- The queue that will own the connectionPooledConnection
.java.sql.SQLException
- if something went wrong.Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.