Uses of Interface
cc.carm.lib.easysql.api.function.SQLExceptionHandler
-
Packages that use SQLExceptionHandler Package Description cc.carm.lib.easysql.api cc.carm.lib.easysql.api.function -
-
Uses of SQLExceptionHandler in cc.carm.lib.easysql.api
Methods in cc.carm.lib.easysql.api that return SQLExceptionHandler Modifier and Type Method Description default SQLExceptionHandlerSQLAction. defaultExceptionHandler()获取管理器提供的默认异常处理器。@NotNull SQLExceptionHandlerSQLManager. getExceptionHandler()获取改管理器提供的默认异常处理器。Methods in cc.carm.lib.easysql.api with parameters of type SQLExceptionHandler Modifier and Type Method Description default <R> RSQLAction. execute(@NotNull SQLFunction<T,R> function, @Nullable SQLExceptionHandler exceptionHandler)执行语句并处理返回值default <R> RSQLAction. execute(@NotNull SQLFunction<T,R> function, R defaultResult, @Nullable SQLExceptionHandler exceptionHandler)执行语句并处理返回值default TSQLAction. execute(@Nullable SQLExceptionHandler exceptionHandler)执行语句并返回值voidSQLAction. executeAsync(@Nullable SQLHandler<T> success, @Nullable SQLExceptionHandler failure)异步执行SQL语句default voidSQLAction. handleException(@Nullable SQLExceptionHandler handler, java.sql.SQLException exception)default voidSQLAction. setExceptionHandler(@Nullable SQLExceptionHandler handler)设定通用的异常处理器。voidSQLManager. setExceptionHandler(@Nullable SQLExceptionHandler handler)设定通用的异常处理器。 -
Uses of SQLExceptionHandler in cc.carm.lib.easysql.api.function
Methods in cc.carm.lib.easysql.api.function that return SQLExceptionHandler Modifier and Type Method Description static SQLExceptionHandlerSQLExceptionHandler. detailed(org.slf4j.Logger logger)默认的异常处理器,将详细的输出相关错误与错误来源。static SQLExceptionHandlerSQLExceptionHandler. silent()“安静“ 的错误处理器,发生错误什么都不做。
-