com.ibatis.common.jdbc.logging
public class PreparedStatementLogProxy extends BaseLogProxy implements InvocationHandler
| Method Summary | |
|---|---|
| PreparedStatement | getPreparedStatement()
Return the wrapped prepared statement |
| Object | invoke(Object proxy, Method method, Object[] params) |
| static PreparedStatement | newInstance(PreparedStatement stmt, String sql)
Creates a logging version of a PreparedStatement |
Returns: the PreparedStatement
Parameters: stmt - the statement sql - the sql statement
Returns: - the proxy