Uses of Interface
org.postgresql.util.ByteStreamWriter
Packages that use ByteStreamWriter
Package
Description
-
Uses of ByteStreamWriter in org.postgresql.copy
Methods in org.postgresql.copy with parameters of type ByteStreamWriterModifier and TypeMethodDescriptionlong
CopyManager.copyIn
(String sql, ByteStreamWriter from) Use COPY FROM STDIN for very fast copying from an ByteStreamWriter into a database table.void
CopyIn.writeToCopy
(ByteStreamWriter from) Writes a ByteStreamWriter to an open and writable copy operation.void
PGCopyOutputStream.writeToCopy
(ByteStreamWriter from) -
Uses of ByteStreamWriter in org.postgresql.core
Methods in org.postgresql.core with parameters of type ByteStreamWriterModifier and TypeMethodDescriptionvoid
PGStream.send
(ByteStreamWriter writer) Send a fixed-size array of bytes to the backend.void
ParameterList.setBytea
(int index, ByteStreamWriter writer) Binds a binary bytea value stored as a ByteStreamWriter. -
Uses of ByteStreamWriter in org.postgresql.core.v3
Methods in org.postgresql.core.v3 with parameters of type ByteStreamWriterModifier and TypeMethodDescriptionvoid
CompositeParameterList.setBytea
(int index, ByteStreamWriter writer) void
SimpleParameterList.setBytea
(int index, ByteStreamWriter writer) private static void
SimpleParameterList.streamBytea
(PGStream pgStream, ByteStreamWriter writer) void
CopyDualImpl.writeToCopy
(ByteStreamWriter from) void
CopyInImpl.writeToCopy
(ByteStreamWriter from) void
QueryExecutorImpl.writeToCopy
(CopyOperationImpl op, ByteStreamWriter from) Sends data during a live COPY IN operation. -
Uses of ByteStreamWriter in org.postgresql.fastpath
Fields in org.postgresql.fastpath declared as ByteStreamWriterModifier and TypeFieldDescriptionprivate final ByteStreamWriter
FastpathArg.ByteStreamWriterFastpathArg.writer
Methods in org.postgresql.fastpath with parameters of type ByteStreamWriterModifier and TypeMethodDescriptionstatic FastpathArg
FastpathArg.of
(ByteStreamWriter writer) Deprecated.Constructors in org.postgresql.fastpath with parameters of type ByteStreamWriterModifierConstructorDescription(package private)
-
Uses of ByteStreamWriter in org.postgresql.jdbc
Methods in org.postgresql.jdbc with parameters of type ByteStreamWriterModifier and TypeMethodDescriptionprivate void
PgPreparedStatement.setByteStreamWriter
(int parameterIndex, ByteStreamWriter x) -
Uses of ByteStreamWriter in org.postgresql.largeobject
Methods in org.postgresql.largeobject with parameters of type ByteStreamWriterModifier and TypeMethodDescriptionvoid
LargeObject.write
(ByteStreamWriter writer) Writes some data from a given writer to the object. -
Uses of ByteStreamWriter in org.postgresql.util
Classes in org.postgresql.util that implement ByteStreamWriterModifier and TypeClassDescriptionclass
AByteStreamWriter
that writes ajava.nio.ByteBuffer
to a byte array parameter.(package private) class
AByteStreamWriter
that writes ajava.nio.ByteBuffer
to a byte array parameter.Methods in org.postgresql.util that return ByteStreamWriter