| Package | Description |
|---|---|
| com.github.pgasync | |
| com.github.pgasync.impl | |
| com.github.pgasync.impl.conversion | |
| com.github.pgasync.impl.netty |
| Class and Description |
|---|
| Connection
A single physical connection to PostgreSQL backend.
|
| ConnectionPool
Pool of backend
Connections. |
| ConnectionPoolBuilder
Builder for creating
ConnectionPool instances. |
| Converter
Converters extend the driver to handle complex data types,
for example json or hstore that have no "standard" Java
representation.
|
| Db
Main interface to PostgreSQL backend.
|
| QueryExecutor
QueryExecutor submits SQL for execution.
|
| ResultSet
SQL result set.
|
| Row
Row in a query result set.
|
| Transaction
A unit of work.
|
| TransactionExecutor
TransactionExecutor begins backend transactions.
|
| Class and Description |
|---|
| Connection
A single physical connection to PostgreSQL backend.
|
| ConnectionPool
Pool of backend
Connections. |
| ConnectionPoolBuilder.PoolProperties
Configuration for a pool.
|
| Db
Main interface to PostgreSQL backend.
|
| QueryExecutor
QueryExecutor submits SQL for execution.
|
| ResultSet
SQL result set.
|
| Row
Row in a query result set.
|
| Transaction
A unit of work.
|
| TransactionExecutor
TransactionExecutor begins backend transactions.
|
| Class and Description |
|---|
| Converter
Converters extend the driver to handle complex data types,
for example json or hstore that have no "standard" Java
representation.
|
| Class and Description |
|---|
| ConnectionPool
Pool of backend
Connections. |
| ConnectionPoolBuilder.PoolProperties
Configuration for a pool.
|
| Db
Main interface to PostgreSQL backend.
|
| QueryExecutor
QueryExecutor submits SQL for execution.
|
| TransactionExecutor
TransactionExecutor begins backend transactions.
|
Copyright © 2014. All Rights Reserved.