Package | Description |
---|---|
org.postgresql.core | |
org.postgresql.util |
Modifier and Type | Method and Description |
---|---|
static EncodingPredictor.DecodeResult |
EncodingPredictor.decode(byte[] bytes,
int offset,
int length) |
EncodingPredictor.DecodeResult |
PGStream.receiveErrorString(int len)
Receives a fixed-size string from the backend, and tries to avoid "UTF-8 decode failed"
errors.
|
Constructor and Description |
---|
ServerErrorMessage(EncodingPredictor.DecodeResult serverError) |
Copyright © 2019 PostgreSQL Global Development Group. All rights reserved.