Package org.apache.ibatis.logging.jdbc
Class ResultSetLogger
java.lang.Object
org.apache.ibatis.logging.jdbc.BaseJdbcLogger
org.apache.ibatis.logging.jdbc.ResultSetLogger
- All Implemented Interfaces:
- InvocationHandler
ResultSet proxy to add logging.
- Author:
- Clinton Begin, Eduardo Macarron
- 
Field SummaryFields inherited from class org.apache.ibatis.logging.jdbc.BaseJdbcLoggerEXECUTE_METHODS, queryStack, SET_METHODS, statementLog
- 
Method SummaryMethods inherited from class org.apache.ibatis.logging.jdbc.BaseJdbcLoggerclearColumnInfo, debug, getColumn, getColumnString, getParameterValueString, isDebugEnabled, isTraceEnabled, objectValueString, removeExtraWhitespace, setColumn, trace
- 
Method Details- 
invoke- Specified by:
- invokein interface- InvocationHandler
- Throws:
- Throwable
 
- 
newInstanceCreates a logging version of a ResultSet.- Parameters:
- rs- the ResultSet to proxy
- statementLog- the statement log
- queryStack- the query stack
- Returns:
- the ResultSet with logging
 
- 
getRsGet the wrapped result set.- Returns:
- the resultSet
 
 
-