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