Uses of Interface
org.postgresql.copy.CopyOperation
-
Packages that use CopyOperation Package Description org.postgresql.copy org.postgresql.core org.postgresql.core.v3 -
-
Uses of CopyOperation in org.postgresql.copy
Subinterfaces of CopyOperation in org.postgresql.copy Modifier and Type Interface Description interfaceCopyDualBidirectional via copy stream protocol.interfaceCopyInCopy bulk data from client into a PostgreSQL table very fast.interfaceCopyOutClasses in org.postgresql.copy that implement CopyOperation Modifier and Type Class Description classPGCopyInputStreamInputStream for reading from a PostgreSQL COPY TO STDOUT operation.classPGCopyOutputStreamOutputStream for buffered input into a PostgreSQL COPY FROM STDIN operation. -
Uses of CopyOperation in org.postgresql.core
Methods in org.postgresql.core that return CopyOperation Modifier and Type Method Description CopyOperationQueryExecutor. startCopy(java.lang.String sql, boolean suppressBegin)Issues 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 CopyOperation Modifier and Type Class Description classCopyDualImplclassCopyInImplCOPY FROM STDIN operation.classCopyOperationImplclassCopyOutImplAnticipated flow of a COPY TO STDOUT operation:Methods in org.postgresql.core.v3 that return CopyOperation Modifier and Type Method Description CopyOperationQueryExecutorImpl. startCopy(java.lang.String sql, boolean suppressBegin)Sends given query to BE to start, initialize and lock connection for a CopyOperation.
-