Package | Description |
---|---|
org.postgresql.core.v3 |
Modifier and Type | Class and Description |
---|---|
class |
CopyDualImpl |
class |
CopyInImpl
COPY FROM STDIN operation.
|
class |
CopyOutImpl
Anticipated flow of a COPY TO STDOUT operation:
|
Modifier and Type | Method and 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.
|
void |
QueryExecutorImpl.writeToCopy(CopyOperationImpl op,
ByteStreamWriter from)
Sends data during a live COPY IN operation.
|
Copyright © 2021 PostgreSQL Global Development Group. All rights reserved.