Uses of Class
org.postgresql.core.EncodingPredictor.DecodeResult
Packages that use EncodingPredictor.DecodeResult
-
Uses of EncodingPredictor.DecodeResult in org.postgresql.core
Methods in org.postgresql.core that return EncodingPredictor.DecodeResultModifier and TypeMethodDescriptionEncodingPredictor.decode
(byte[] bytes, int offset, int length) 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