com.ibatis.common.jdbc.logging

Class BaseLogProxy

public class BaseLogProxy extends Object

Base class for proxies to do logging
Field Summary
protected static SetEXECUTE_METHODS
protected static SetGET_METHODS
protected intid
protected static SetSET_METHODS
Constructor Summary
BaseLogProxy()
Default constructor
Method Summary
protected voidclearColumnInfo()
protected ObjectgetColumn(Object key)
protected StringgetColumnString()
protected static intgetNextId()
protected StringgetTypeString()
protected StringgetValueString()
protected StringremoveBreakingWhitespace(String original)
protected voidsetColumn(Object key, Object value)

Field Detail

EXECUTE_METHODS

protected static final Set EXECUTE_METHODS

GET_METHODS

protected static final Set GET_METHODS

id

protected int id

SET_METHODS

protected static final Set SET_METHODS

Constructor Detail

BaseLogProxy

public BaseLogProxy()
Default constructor

Method Detail

clearColumnInfo

protected void clearColumnInfo()

getColumn

protected Object getColumn(Object key)

getColumnString

protected String getColumnString()

getNextId

protected static int getNextId()

getTypeString

protected String getTypeString()

getValueString

protected String getValueString()

removeBreakingWhitespace

protected String removeBreakingWhitespace(String original)

setColumn

protected void setColumn(Object key, Object value)
Copyright © 2011. All Rights Reserved.