Uses of Interface
org.postgresql.copy.CopyOut
-
Packages that use CopyOut Package Description org.postgresql.copy org.postgresql.core.v3 -
-
Uses of CopyOut in org.postgresql.copy
Subinterfaces of CopyOut in org.postgresql.copy Modifier and Type Interface Description interface
CopyDual
Bidirectional via copy stream protocol.Classes in org.postgresql.copy that implement CopyOut Modifier and Type Class Description class
PGCopyInputStream
InputStream for reading from a PostgreSQL COPY TO STDOUT operation.Methods in org.postgresql.copy that return CopyOut Modifier and Type Method Description CopyOut
CopyManager. copyOut(java.lang.String sql)
Constructors in org.postgresql.copy with parameters of type CopyOut Constructor Description PGCopyInputStream(CopyOut op)
Use given CopyOut operation for reading. -
Uses of CopyOut in org.postgresql.core.v3
Classes in org.postgresql.core.v3 that implement CopyOut Modifier and Type Class Description class
CopyDualImpl
class
CopyOutImpl
Anticipated flow of a COPY TO STDOUT operation:
-