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, tracepublic Object invoke(Object proxy, Method method, Object[] params) throws Throwable
invoke in interface InvocationHandlerThrowablepublic static PreparedStatement newInstance(PreparedStatement stmt, Log statementLog)
public PreparedStatement getPreparedStatement()
Copyright © 2010-2014 MyBatis.org. All Rights Reserved.