Class ResultSetLogger

java.lang.Object
org.apache.ibatis.logging.jdbc.BaseJdbcLogger
org.apache.ibatis.logging.jdbc.ResultSetLogger
All Implemented Interfaces:
InvocationHandler

public final class ResultSetLogger extends BaseJdbcLogger implements InvocationHandler
ResultSet proxy to add logging.
Author:
Clinton Begin, Eduardo Macarron