Package | Description |
---|---|
org.postgresql.core.v3 |
Modifier and Type | Method and Description |
---|---|
long |
QueryExecutorImpl.endCopy(CopyInImpl op)
Finishes writing to copy and unlocks connection
|
void |
QueryExecutorImpl.flushCopy(CopyInImpl op) |
void |
QueryExecutorImpl.writeToCopy(CopyInImpl op,
byte[] data,
int off,
int siz)
Sends data during a live COPY IN operation.
|
Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.