Class EncodingPredictor.DecodeResult

  • Enclosing class:
    EncodingPredictor

    public static class EncodingPredictor.DecodeResult
    extends java.lang.Object
    In certain cases the encoding is not known for sure (e.g. before authentication). In such cases, backend might send messages in "native to database" encoding, thus pgjdbc has to guess the encoding nad
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String encoding  
      java.lang.String result  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • result

        public final java.lang.String result
      • encoding

        public final java.lang.String encoding