Uses of Interface
org.postgresql.util.ByteStreamWriter
-
Packages that use ByteStreamWriter Package Description org.postgresql.core org.postgresql.util -
-
Uses of ByteStreamWriter in org.postgresql.core
Methods in org.postgresql.core with parameters of type ByteStreamWriter Modifier and Type Method Description void
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.util
Classes in org.postgresql.util that implement ByteStreamWriter Modifier and Type Class Description class
ByteBufferByteStreamWriter
AByteStreamWriter
that writes ajava.nio.ByteBuffer
to a byte array parameter.
-