Uses of Class
org.postgresql.core.v3.CopyInImpl

Packages that use CopyInImpl
org.postgresql.core.v3   
 

Uses of CopyInImpl in org.postgresql.core.v3
 

Methods in org.postgresql.core.v3 with parameters of type CopyInImpl
 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 © 2013. All Rights Reserved.