Uses of Class
org.postgresql.core.v3.CopyInImpl
-
Packages that use CopyInImpl Package Description org.postgresql.core.v3 -
-
Uses of CopyInImpl in org.postgresql.core.v3
Methods in org.postgresql.core.v3 with parameters of type CopyInImpl Modifier and Type Method Description long
QueryExecutorImpl. endCopy(CopyInImpl op)
Finishes writing to copy and unlocks connectionvoid
QueryExecutorImpl. flushCopy(CopyInImpl op)
void
QueryExecutorImpl. writeToCopy(CopyInImpl op, byte[] data, int off, int siz)
Sends data during a live COPY IN operation.
-