Class PGbytea


  • public class PGbytea
    extends Object
    Converts to and from the postgresql bytea datatype used by the backend.
    • Constructor Detail

      • PGbytea

        public PGbytea()
    • Method Detail

      • toPGString

        public static String toPGString​(byte[] buf)