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 |
PGCopyOutputStream |
OutputStream for buffered input into a PostgreSQL COPY FROM STDIN operation.
|
Modifier and Type | Method | Description |
---|---|---|
CopyIn |
CopyManager.copyIn(java.lang.String sql) |
Constructor | Description |
---|---|
PGCopyOutputStream(CopyIn op) |
Use given CopyIn operation for writing.
|
PGCopyOutputStream(CopyIn op,
int bufferSize) |
Use given CopyIn operation for writing.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CopyDualImpl |
|
class |
CopyInImpl |
COPY FROM STDIN operation.
|
Copyright © 2018 PostgreSQL Global Development Group. All rights reserved.