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 | Field and Description |
---|---|
private CopyOut |
PGCopyInputStream.op |
Modifier and Type | Method and Description |
---|---|
CopyOut |
CopyManager.copyOut(java.lang.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:
|