Class PostgresDictionary.PostgresPreparedStatement

java.lang.Object
org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement
org.apache.openjpa.jdbc.sql.PostgresDictionary.PostgresPreparedStatement
All Implemented Interfaces:
AutoCloseable, PreparedStatement, Statement, Wrapper, Closeable
Enclosing class:
PostgresDictionary

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