org.postgresql.core
public class EncodingPredictor extends Object
Predicts encoding for error messages based on some heuristics.
Modifier and Type | Class and Description |
---|---|
static class |
EncodingPredictor.DecodeResult
In certain cases the encoding is not known for sure (e.g.
|
Constructor and Description |
---|
EncodingPredictor() |
public static EncodingPredictor.DecodeResult decode(byte[] bytes, int offset, int length)
Copyright © 2020 PostgreSQL Global Development Group. All rights reserved.