Package com.ibatis.common.jdbc.logging
Class ResultSetLogProxy
java.lang.Object
com.ibatis.common.jdbc.logging.BaseLogProxy
com.ibatis.common.jdbc.logging.ResultSetLogProxy
- All Implemented Interfaces:
InvocationHandler
ResultSet proxy to add logging.
-
Field Summary
Fields inherited from class com.ibatis.common.jdbc.logging.BaseLogProxy
EXECUTE_METHODS, GET_METHODS, id, SET_METHODS
-
Method Summary
Methods inherited from class com.ibatis.common.jdbc.logging.BaseLogProxy
clearColumnInfo, getColumn, getColumnString, getNextId, getTypeString, getValueString, removeBreakingWhitespace, setColumn
-
Method Details
-
invoke
- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-
newInstance
Creates a logging version of a ResultSet.- Parameters:
rs
- - the ResultSet to proxy- Returns:
- - the ResultSet with logging
-
getRs
Get the wrapped result set.- Returns:
- the resultSet
-