com.ibatis.common.jdbc.logging
Class BaseLogProxy

java.lang.Object
  extended by 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


Field Summary
protected static Set EXECUTE_METHODS
           
protected static Set GET_METHODS
           
protected  int id
           
protected static Set SET_METHODS
           
 
Constructor Summary
BaseLogProxy()
          Default constructor
 
Method Summary
protected  void clearColumnInfo()
           
protected  Object getColumn(Object key)
           
protected  String getColumnString()
           
protected static int getNextId()
           
protected  String getTypeString()
           
protected  String getValueString()
           
protected  String removeBreakingWhitespace(String original)
           
protected  void setColumn(Object key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

BaseLogProxy

public BaseLogProxy()
Default constructor

Method Detail

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.