public final class ResultSetLogger extends BaseJdbcLogger implements InvocationHandler
EXECUTE_METHODS, queryStack, SET_METHODS, statementLog| Modifier and Type | Method and Description |
|---|---|
ResultSet |
getRs()
Get the wrapped result set.
|
Object |
invoke(Object proxy,
Method method,
Object[] params) |
static ResultSet |
newInstance(ResultSet rs,
Log statementLog,
int queryStack)
Creates a logging version of a ResultSet.
|
clearColumnInfo, debug, getColumn, getColumnString, getParameterValueString, isDebugEnabled, isTraceEnabled, objectValueString, removeExtraWhitespace, setColumn, tracepublic Object invoke(Object proxy, Method method, Object[] params) throws Throwable
invoke in interface InvocationHandlerThrowablepublic static ResultSet newInstance(ResultSet rs, Log statementLog, int queryStack)
rs - the ResultSet to proxystatementLog - the statement logqueryStack - the query stackpublic ResultSet getRs()
Copyright © 2009–2021 MyBatis.org. All rights reserved.