| Package | Description |
|---|---|
| com.github.pgasync | |
| com.github.pgasync.impl | |
| com.github.pgasync.impl.netty |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Connection
A single physical connection to PostgreSQL backend.
|
interface |
ConnectionPool
Pool of backend
Connections. |
interface |
Db
Main interface to PostgreSQL backend.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PgConnection
A connection to PostgreSQL backed.
|
class |
PgConnectionPool
Pool for backend connections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NettyPgConnectionPool
PgConnectionPool that uses NettyPgProtocolStream. |
Copyright © 2014. All Rights Reserved.