public final class ConnectionLogger extends BaseJdbcLogger implements InvocationHandler
EXECUTE_METHODS, SET_METHODS
Modifier and Type | Method and Description |
---|---|
Connection |
getConnection() |
Object |
invoke(Object proxy,
Method method,
Object[] params) |
static Connection |
newInstance(Connection conn,
Log statementLog) |
clearColumnInfo, debug, getColumn, getColumnString, getParameterValueString, getStatementLog, isDebugEnabled, isTraceEnabled, removeBreakingWhitespace, setColumn, trace
public Object invoke(Object proxy, Method method, Object[] params) throws Throwable
invoke
in interface InvocationHandler
Throwable
public static Connection newInstance(Connection conn, Log statementLog)
public Connection getConnection()
Copyright © 2010-2014 MyBatis.org. All Rights Reserved.