com.ibatis.common.jdbc.logging
public class BaseLogProxy extends Object
| 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) |