com.ibatis.common.jdbc.logging
public class ResultSetLogProxy extends BaseLogProxy implements InvocationHandler
| Method Summary | |
|---|---|
| ResultSet | getRs()
Get the wrapped result set |
| Object | invoke(Object proxy, Method method, Object[] params) |
| static ResultSet | newInstance(ResultSet rs)
Creates a logging version of a ResultSet
|
Returns: the resultSet
Parameters: rs - the ResultSet to proxy
Returns: - the ResultSet with logging