| Package | Description |
|---|---|
| com.github.pgasync | |
| com.github.pgasync.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionPool.release(Connection connection)
Releases a connection back to the pool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionPool.getConnection(java.util.function.Consumer<Connection> handler,
java.util.function.Consumer<java.lang.Throwable> onError)
Executes a
Consumer callback when a connection is
available. |
| Modifier and Type | Class and Description |
|---|---|
class |
PgConnection
A connection to PostgreSQL backed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PgConnectionPool.release(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
PgConnectionPool.getConnection(java.util.function.Consumer<Connection> onConnection,
java.util.function.Consumer<java.lang.Throwable> onError) |
Copyright © 2014. All Rights Reserved.