类 DbStdOutImpl
java.lang.Object
com.sie.mbm.mom.framework.db.flex.config.DbStdOutImpl
- 所有已实现的接口:
org.apache.ibatis.logging.Log
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidvoidvoidextractOrInitSqlList(Map<String, Object> extInfo) 从 extInfo 中安全提取 "sql" 对应的 List, 如果不存在或类型不对,则返回一个新的 ArrayList 。 booleanbooleanprivate voidvoidvoid
-
构造器详细资料
-
DbStdOutImpl
-
-
方法详细资料
-
isDebugEnabled
public boolean isDebugEnabled()- 指定者:
isDebugEnabled在接口中org.apache.ibatis.logging.Log
-
isTraceEnabled
public boolean isTraceEnabled()- 指定者:
isTraceEnabled在接口中org.apache.ibatis.logging.Log
-
error
- 指定者:
error在接口中org.apache.ibatis.logging.Log
-
error
- 指定者:
error在接口中org.apache.ibatis.logging.Log
-
debug
- 指定者:
debug在接口中org.apache.ibatis.logging.Log
-
setLog
-
trace
- 指定者:
trace在接口中org.apache.ibatis.logging.Log
-
warn
- 指定者:
warn在接口中org.apache.ibatis.logging.Log
-
extractOrInitSqlList
从 extInfo 中安全提取 "sql" 对应的 List, 如果不存在或类型不对,则返回一个新的 ArrayList 。
-