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 TypeInterfaceDescriptioninterfaceBidirectional via copy stream protocol.interfaceCopy bulk data from client into a PostgreSQL table very fast.interfaceClasses in org.postgresql.copy that implement CopyOperationModifier and TypeClassDescriptionclassInputStream for reading from a PostgreSQL COPY TO STDOUT operation.classOutputStream 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 TypeClassDescriptionclassclassCOPY FROM STDIN operation.classclassAnticipated 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.