| Package | Description |
|---|---|
| org.postgresql.core | |
| org.postgresql.util |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteBufferByteStreamWriter
A
ByteStreamWriter that writes a java.nio.ByteBuffer to a byte array
parameter. |
Copyright © 2020 PostgreSQL Global Development Group. All rights reserved.