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 interface
CopyDual
Bidirectional via copy stream protocol.Classes in org.postgresql.copy that implement CopyIn Modifier and Type Class Description class
PGCopyOutputStream
OutputStream for buffered input into a PostgreSQL COPY FROM STDIN operation.Methods in org.postgresql.copy that return CopyIn Modifier and Type Method Description CopyIn
CopyManager. 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 class
CopyDualImpl
class
CopyInImpl
COPY FROM STDIN operation.
-