Package org.postgresql.copy
-
Interface Summary Interface Description CopyIn Copy bulk data from client into a PostgreSQL table very fast.CopyOperation Exchange bulk data between client and PostgreSQL database tables.CopyOut -
Class Summary Class Description CopyManager API for PostgreSQL COPY bulk data transferPGCopyInputStream InputStream for reading from a PostgreSQL COPY TO STDOUT operationPGCopyOutputStream OutputStream for buffered input into a PostgreSQL COPY FROM STDIN operation