Uses of Interface
org.postgresql.copy.CopyIn
Packages that use CopyIn
-
Uses of CopyIn in org.postgresql.copy
Subinterfaces of CopyIn in org.postgresql.copyClasses in org.postgresql.copy that implement CopyInModifier and TypeClassDescriptionclass
OutputStream for buffered input into a PostgreSQL COPY FROM STDIN operation.Fields in org.postgresql.copy declared as CopyInMethods in org.postgresql.copy that return CopyInConstructors in org.postgresql.copy with parameters of type CopyInModifierConstructorDescriptionUse 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