| Package | Description |
|---|---|
| org.postgresql.copy | |
| org.postgresql.core.v3 |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
CopyDual |
Bidirectional via copy stream protocol.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
PGCopyInputStream |
InputStream for reading from a PostgreSQL COPY TO STDOUT operation.
|
| Modifier and Type | Method | Description |
|---|---|---|
CopyOut |
CopyManager.copyOut(java.lang.String sql) |
| Constructor | Description |
|---|---|
PGCopyInputStream(CopyOut op) |
Use given CopyOut operation for reading.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
CopyDualImpl |
|
class |
CopyOutImpl |
Anticipated flow of a COPY TO STDOUT operation:
|
Copyright © 2018 PostgreSQL Global Development Group. All rights reserved.