Package org.postgresql.copy
-
Interface Summary Interface Description CopyDual Bidirectional via copy stream protocol.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 transfer.PGCopyInputStream InputStream for reading from a PostgreSQL COPY TO STDOUT operation.PGCopyOutputStream OutputStream for buffered input into a PostgreSQL COPY FROM STDIN operation.