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 classCopyDualImplclassCopyInImplCOPY FROM STDIN operation.classCopyOutImplAnticipated flow of a COPY TO STDOUT operation:Methods in org.postgresql.core.v3 with parameters of type CopyOperationImpl Modifier and Type Method Description voidQueryExecutorImpl. cancelCopy(CopyOperationImpl op)Finishes a copy operation and unlocks connection discarding any exchanged data.longQueryExecutorImpl. endCopy(CopyOperationImpl op)Finishes writing to copy and unlocks connection.voidQueryExecutorImpl. flushCopy(CopyOperationImpl op)voidQueryExecutorImpl. writeToCopy(CopyOperationImpl op, byte[] data, int off, int siz)Sends data during a live COPY IN operation.voidQueryExecutorImpl. writeToCopy(CopyOperationImpl op, ByteStreamWriter from)Sends data during a live COPY IN operation.
-