Uses of Class
org.postgresql.core.v3.CopyOperationImpl
-
Packages that use CopyOperationImpl Package Description org.postgresql.core.v3 -
-
Uses of CopyOperationImpl in org.postgresql.core.v3
Subclasses of CopyOperationImpl in 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:Methods in org.postgresql.core.v3 with parameters of type CopyOperationImpl 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.void
QueryExecutorImpl. writeToCopy(CopyOperationImpl op, ByteStreamWriter from)
Sends data during a live COPY IN operation.
-