public final class PreparedStatementLogger extends BaseJdbcLogger implements InvocationHandler
EXECUTE_METHODS, SET_METHODS
Modifier and Type | Method and Description |
---|---|
PreparedStatement |
getPreparedStatement() |
Object |
invoke(Object proxy,
Method method,
Object[] params) |
static PreparedStatement |
newInstance(PreparedStatement stmt,
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 PreparedStatement newInstance(PreparedStatement stmt, Log statementLog)
public PreparedStatement getPreparedStatement()
Copyright © 2010–2014 MyBatis.org. All rights reserved.