Uses of Interface
org.postgresql.copy.CopyOperation
Packages that use CopyOperation
-
Uses of CopyOperation in org.postgresql.copy
Subinterfaces of CopyOperation in org.postgresql.copyModifier and TypeInterfaceDescriptioninterface
Bidirectional via copy stream protocol.interface
Copy bulk data from client into a PostgreSQL table very fast.interface
Classes in org.postgresql.copy that implement CopyOperationModifier and TypeClassDescriptionclass
InputStream for reading from a PostgreSQL COPY TO STDOUT operation.class
OutputStream for buffered input into a PostgreSQL COPY FROM STDIN operation. -
Uses of CopyOperation in org.postgresql.core
Methods in org.postgresql.core that return CopyOperationModifier and TypeMethodDescriptionIssues a COPY FROM STDIN / COPY TO STDOUT statement and returns handler for associated operation. -
Uses of CopyOperation in org.postgresql.core.v3
Classes in org.postgresql.core.v3 that implement CopyOperationModifier and TypeClassDescriptionclass
class
COPY FROM STDIN operation.class
class
Anticipated flow of a COPY TO STDOUT operation:Methods in org.postgresql.core.v3 that return CopyOperationModifier and TypeMethodDescriptionSends given query to BE to start, initialize and lock connection for a CopyOperation.