| Package | Description |
|---|---|
| io.reactiverse.rxjava.pgclient | |
| io.reactiverse.rxjava.pgclient.pubsub |
| Class and 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
Represents the result of an operation on database.
|
| PgRowSet
A set of rows.
|
| PgStream
A row oriented stream.
|
| PgTransaction
A transaction that allows to control the transaction and receive events.
|
| Row |
| Tuple
A general purpose tuple.
|
| Class and Description |
|---|
| PgConnection
A connection to Postgres.
|
Copyright © 2019 Eclipse. All rights reserved.