Class PostgresDictionary.PostgresPreparedStatement

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

    protected static class PostgresDictionary.PostgresPreparedStatement
    extends DelegatingPreparedStatement
    Statement wrapper to work around the postgres empty result set bug.
    • Constructor Detail

      • PostgresPreparedStatement

        public PostgresPreparedStatement​(java.sql.PreparedStatement ps,
                                         java.sql.Connection conn,
                                         PostgresDictionary dict)