com.ibatis.common.jdbc.logging
public class StatementLogProxy extends BaseLogProxy implements InvocationHandler
| Method Summary | |
|---|---|
| Statement | getStatement()
return the wrapped statement
|
| Object | invoke(Object proxy, Method method, Object[] params) |
| static Statement | newInstance(Statement stmt)
Creates a logging version of a Statement |
Returns: the statement
Parameters: stmt - the statement
Returns: - the proxy