Uses of Interface
cc.carm.lib.easysql.api.function.SQLExceptionHandler
-
Packages that use SQLExceptionHandler Package Description cc.carm.lib.easysql.action cc.carm.lib.easysql.action.query cc.carm.lib.easysql.api cc.carm.lib.easysql.api.function.defaults -
-
Uses of SQLExceptionHandler in cc.carm.lib.easysql.action
Methods in cc.carm.lib.easysql.action with parameters of type SQLExceptionHandler Modifier and Type Method Description voidAbstractSQLAction. executeAsync(SQLHandler<T> success, SQLExceptionHandler failure) -
Uses of SQLExceptionHandler in cc.carm.lib.easysql.action.query
Methods in cc.carm.lib.easysql.action.query with parameters of type SQLExceptionHandler Modifier and Type Method Description voidQueryActionImpl. executeAsync(SQLHandler<SQLQuery> success, SQLExceptionHandler failure) -
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()默认的异常处理器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)设定通用的异常处理器。 -
Uses of SQLExceptionHandler in cc.carm.lib.easysql.api.function.defaults
Classes in cc.carm.lib.easysql.api.function.defaults that implement SQLExceptionHandler Modifier and Type Class Description classDefaultSQLExceptionHandlerMethods in cc.carm.lib.easysql.api.function.defaults that return SQLExceptionHandler Modifier and Type Method Description static @NotNull SQLExceptionHandlerDefaultSQLExceptionHandler. get(java.util.logging.Logger logger)static @Nullable SQLExceptionHandlerDefaultSQLExceptionHandler. getCustomHandler()Methods in cc.carm.lib.easysql.api.function.defaults with parameters of type SQLExceptionHandler Modifier and Type Method Description static voidDefaultSQLExceptionHandler. setCustomHandler(@Nullable SQLExceptionHandler handler)
-