Uses of Class
org.postgresql.core.EncodingPredictor.DecodeResult
-
Packages that use EncodingPredictor.DecodeResult Package Description org.postgresql.core org.postgresql.util -
-
Uses of EncodingPredictor.DecodeResult in org.postgresql.core
Methods in org.postgresql.core that return EncodingPredictor.DecodeResult Modifier and Type Method 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. -
Uses of EncodingPredictor.DecodeResult in org.postgresql.util
Constructors in org.postgresql.util with parameters of type EncodingPredictor.DecodeResult Constructor Description ServerErrorMessage(EncodingPredictor.DecodeResult serverError)
-