| Interface | Description |
|---|---|
| Connection |
A single physical connection to PostgreSQL backend.
|
| ConnectionPool |
Pool of backend
Connections. |
| Converter<T> |
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 | Description |
|---|---|
| ConnectionPoolBuilder |
Builder for creating
ConnectionPool instances. |
| ConnectionPoolBuilder.PoolProperties |
Configuration for a pool.
|
| Exception | Description |
|---|---|
| SqlException |
Backend or client error.
|
Copyright © 2014. All Rights Reserved.