Uses of Interface
cc.carm.lib.easysql.api.function.SQLDebugHandler
-
Packages that use SQLDebugHandler Package Description cc.carm.lib.easysql.api cc.carm.lib.easysql.api.function -
-
Uses of SQLDebugHandler in cc.carm.lib.easysql.api
Methods in cc.carm.lib.easysql.api that return SQLDebugHandler Modifier and Type Method Description @NotNull SQLDebugHandler
SQLManager. getDebugHandler()
获取调试处理器,用于处理调试信息。Methods in cc.carm.lib.easysql.api with parameters of type SQLDebugHandler Modifier and Type Method Description void
SQLManager. setDebugHandler(@NotNull SQLDebugHandler debugHandler)
设定调试处理器,默认为defaultHandler(Logger)
。 -
Uses of SQLDebugHandler in cc.carm.lib.easysql.api.function
Methods in cc.carm.lib.easysql.api.function that return SQLDebugHandler Modifier and Type Method Description static SQLDebugHandler
SQLDebugHandler. defaultHandler(org.slf4j.Logger logger)
-