Uses of Interface
org.postgresql.copy.CopyIn
-
Packages that use CopyIn Package Description org.postgresql.copy org.postgresql.core.v3 -
-
Uses of CopyIn in org.postgresql.copy
Subinterfaces of CopyIn in org.postgresql.copy Modifier and Type Interface Description interfaceCopyDualBidirectional via copy stream protocol.Classes in org.postgresql.copy that implement CopyIn Modifier and Type Class Description classPGCopyOutputStreamOutputStream for buffered input into a PostgreSQL COPY FROM STDIN operation.Methods in org.postgresql.copy that return CopyIn Modifier and Type Method Description CopyInCopyManager. copyIn(java.lang.String sql)Constructors in org.postgresql.copy with parameters of type CopyIn Constructor Description PGCopyOutputStream(CopyIn op)Use given CopyIn operation for writing.PGCopyOutputStream(CopyIn op, int bufferSize)Use given CopyIn operation for writing. -
Uses of CopyIn in org.postgresql.core.v3
Classes in org.postgresql.core.v3 that implement CopyIn Modifier and Type Class Description classCopyDualImplclassCopyInImplCOPY FROM STDIN operation.
-