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