org.apache.ibatis.logging.jdbc
Class BaseJdbcLogger

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


Field Summary
protected static Set<String> EXECUTE_METHODS
           
protected static Set<String> SET_METHODS
           
 
Constructor Summary
BaseJdbcLogger()
          Default constructor
 
Method Summary
protected  void clearColumnInfo()
           
protected  Object getColumn(Object key)
           
protected  String getColumnString()
           
protected  String getParameterValueString()
           
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<String> SET_METHODS

EXECUTE_METHODS

protected static final Set<String> EXECUTE_METHODS
Constructor Detail

BaseJdbcLogger

public BaseJdbcLogger()
Default constructor

Method Detail

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. All Rights Reserved.