public abstract class BaseJdbcLogger extends Object
Modifier and Type | Field and Description |
---|---|
protected static Set<String> |
EXECUTE_METHODS |
protected int |
queryStack |
protected static Set<String> |
SET_METHODS |
protected Log |
statementLog |
Constructor and Description |
---|
BaseJdbcLogger(Log log,
int queryStack) |
Modifier and Type | Method and Description |
---|---|
protected void |
clearColumnInfo() |
protected void |
debug(String text,
boolean input) |
protected Object |
getColumn(Object key) |
protected String |
getColumnString() |
protected String |
getParameterValueString() |
protected boolean |
isDebugEnabled() |
protected boolean |
isTraceEnabled() |
protected String |
removeBreakingWhitespace(String original) |
protected void |
setColumn(Object key,
Object value) |
protected void |
trace(String text,
boolean input) |
protected Log statementLog
protected int queryStack
public BaseJdbcLogger(Log log, int queryStack)
protected String getParameterValueString()
protected String getColumnString()
protected void clearColumnInfo()
protected boolean isDebugEnabled()
protected boolean isTraceEnabled()
protected void debug(String text, boolean input)
protected void trace(String text, boolean input)
Copyright © 2010–2015 MyBatis.org. All rights reserved.