Class StatementLogger
java.lang.Object
org.apache.ibatis.logging.jdbc.BaseJdbcLogger
org.apache.ibatis.logging.jdbc.StatementLogger
- All Implemented Interfaces:
InvocationHandler
Statement proxy to add logging.
-
Field Summary
FieldsFields inherited from class BaseJdbcLogger
EXECUTE_METHODS, queryStack, SET_METHODS, statementLog -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateStatementLogger(Statement stmt, Log statementLog, int queryStack) -
Method Summary
Methods inherited from class BaseJdbcLogger
clearColumnInfo, debug, getColumn, getColumnString, getParameterValueString, isDebugEnabled, isTraceEnabled, objectValueString, removeExtraWhitespace, setColumn, trace
-
Field Details
-
statement
-
-
Constructor Details
-
StatementLogger
-
-
Method Details
-
invoke
-
newInstance
-
getStatement
-