org.apache.ibatis.logging.jdbc
Class BaseJdbcLogger
java.lang.Object
org.apache.ibatis.logging.jdbc.BaseJdbcLogger
- Direct Known Subclasses:
- ConnectionLogger, PreparedStatementLogger, ResultSetLogger, StatementLogger
public class BaseJdbcLogger
- extends Object
Base class for proxies to do logging
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SET_METHODS
protected static final Set<String> SET_METHODS
EXECUTE_METHODS
protected static final Set<String> EXECUTE_METHODS
BaseJdbcLogger
public BaseJdbcLogger()
- Default constructor
setColumn
protected void setColumn(Object key,
Object value)
getColumn
protected Object getColumn(Object key)
getParameterValueString
protected String getParameterValueString()
getColumnString
protected String getColumnString()
clearColumnInfo
protected void clearColumnInfo()
removeBreakingWhitespace
protected String removeBreakingWhitespace(String original)
Copyright © 2010-2011 MyBatis.org. All Rights Reserved.