com.ibatis.common.jdbc.logging
Class BaseLogProxy
java.lang.Object
com.ibatis.common.jdbc.logging.BaseLogProxy
- Direct Known Subclasses:
- ConnectionLogProxy, PreparedStatementLogProxy, ResultSetLogProxy, StatementLogProxy
public class BaseLogProxy
- 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 SET_METHODS
GET_METHODS
protected static final Set GET_METHODS
EXECUTE_METHODS
protected static final Set EXECUTE_METHODS
id
protected int id
BaseLogProxy
public BaseLogProxy()
- Default constructor
setColumn
protected void setColumn(Object key,
Object value)
getColumn
protected Object getColumn(Object key)
getValueString
protected String getValueString()
getTypeString
protected String getTypeString()
getColumnString
protected String getColumnString()
clearColumnInfo
protected void clearColumnInfo()
removeBreakingWhitespace
protected String removeBreakingWhitespace(String original)
getNextId
protected static int getNextId()
Copyright © 2010. All Rights Reserved.