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