public class WrappedStatement extends Object implements InvocationHandler
Constructor and Description |
---|
WrappedStatement(CompiledStatement statement) |
Modifier and Type | Method and Description |
---|---|
CompiledStatement |
getStatementProxy() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
boolean |
isClosed() |
public WrappedStatement(CompiledStatement statement)
public CompiledStatement getStatementProxy()
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
in interface InvocationHandler
Throwable
public boolean isClosed()
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.