Class StatementLogProxy
java.lang.Object
com.ibatis.common.jdbc.logging.BaseLogProxy
com.ibatis.common.jdbc.logging.StatementLogProxy
- All Implemented Interfaces:
InvocationHandler
Statement proxy to add logging.
-
Field Summary
Fields inherited from class BaseLogProxy
EXECUTE_METHODS, GET_METHODS, id, SET_METHODS -
Method Summary
Modifier and TypeMethodDescriptionreturn the wrapped statement.static StatementnewInstance(Statement stmt) Creates a logging version of a Statement.Methods inherited from class BaseLogProxy
clearColumnInfo, getColumn, getColumnString, getNextId, getTypeString, getValueString, removeBreakingWhitespace, setColumn
-
Method Details
-
invoke
-
newInstance
-
getStatement
-