Package net.jextra.fauxjo
Class StatementCache.WrappedPreparedStatement
- java.lang.Object
-
- net.jextra.fauxjo.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.
-
-
Constructor Summary
Constructors Constructor Description WrappedPreparedStatement(PreparedStatement statement)
-
-
-
Constructor Detail
-
WrappedPreparedStatement
public WrappedPreparedStatement(PreparedStatement statement)
-
-