Class PostgresDictionary.PostgresConnection

  • All Implemented Interfaces:
    java.lang.AutoCloseable, java.sql.Connection, java.sql.Wrapper, Closeable
    Enclosing class:
    PostgresDictionary

    protected static class PostgresDictionary.PostgresConnection
    extends DelegatingConnection
    Connection wrapper to work around the postgres empty result set bug.
    • Constructor Detail

      • PostgresConnection

        public PostgresConnection​(java.sql.Connection conn,
                                  PostgresDictionary dict)