Package | Description |
---|---|
org.postgresql.core.v3 |
Modifier and Type | Class | Description |
---|---|---|
class |
CopyDualImpl |
|
class |
CopyInImpl |
COPY FROM STDIN operation.
|
class |
CopyOutImpl |
Anticipated flow of a COPY TO STDOUT operation:
|
Modifier and Type | Method | Description |
---|---|---|
void |
QueryExecutorImpl.cancelCopy(CopyOperationImpl op) |
Finishes a copy operation and unlocks connection discarding any exchanged data.
|
long |
QueryExecutorImpl.endCopy(CopyOperationImpl op) |
Finishes writing to copy and unlocks connection.
|
void |
QueryExecutorImpl.flushCopy(CopyOperationImpl op) |
|
void |
QueryExecutorImpl.writeToCopy(CopyOperationImpl op,
byte[] data,
int off,
int siz) |
Sends data during a live COPY IN operation.
|
Copyright © 2019 PostgreSQL Global Development Group. All rights reserved.