Class StatementCache.WrappedPreparedStatement

  • All Implemented Interfaces:
    InvocationHandler
    Enclosing class:
    StatementCache

    public static class StatementCache.WrappedPreparedStatement
    extends Object
    implements InvocationHandler
    Block from actually doing close. Wrap ResultSet in a WrapperResultSet so that getStatement method can return proxy Statement vs default non-wrapped Statement.