protected class StatementDecoratorInterceptor.StatementProxy<T extends Statement> extends Object implements InvocationHandler
| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | closed | 
| protected T | delegate | 
| Constructor and Description | 
|---|
| StatementDecoratorInterceptor.StatementProxy(T delegate,
                                            String sql) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | closeInvoked() | 
| Object | getActualProxy() | 
| Object | getConnection() | 
| Constructor<?> | getConstructor() | 
| T | getDelegate() | 
| String | getSql() | 
| Object | invoke(Object proxy,
      Method method,
      Object[] args) | 
| void | setActualProxy(Object proxy) | 
| void | setConnection(Object proxy) | 
| void | setConstructor(Constructor<?> constructor) | 
| String | toString() | 
public T getDelegate()
public String getSql()
public void setConnection(Object proxy)
public Object getConnection()
public void setActualProxy(Object proxy)
public Object getActualProxy()
public Constructor<?> getConstructor()
public void setConstructor(Constructor<?> constructor)
public void closeInvoked()
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowableCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.