Interface | Description |
---|---|
CopyDual |
Bidirectional via copy stream protocol.
|
CopyIn |
Copy bulk data from client into a PostgreSQL table very fast.
|
CopyOperation |
Exchange bulk data between client and PostgreSQL database tables.
|
CopyOut |
Class | Description |
---|---|
CopyManager |
API for PostgreSQL COPY bulk data transfer.
|
PGCopyInputStream |
InputStream for reading from a PostgreSQL COPY TO STDOUT operation.
|
PGCopyOutputStream |
OutputStream for buffered input into a PostgreSQL COPY FROM STDIN operation.
|
Copyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.