| Class | Description |
|---|---|
| PgClient |
Defines the client operations with a Postgres Database.
|
| PgConnection |
A connection to Postgres.
|
| PgCursor |
A cursor that reads progressively the rows from Postgres, it is usefull for reading very large result.
|
| PgIterator |
An iterator for processing postgres items synchronously.
|
| PgPool |
A pool of connection.
|
| PgPreparedQuery |
A prepared query.
|
| PgResult<T> |
Represents the result of an operation on database.
|
| PgRowSet |
A set of rows.
|
| PgStream<T> |
A row oriented stream.
|
| PgTransaction |
A transaction that allows to control the transaction and receive events.
|
| Row | |
| Tuple |
A general purpose tuple.
|
Copyright © 2019 Eclipse. All rights reserved.