Uses of Interface
cc.carm.lib.easysql.api.function.SQLHandler
-
Packages that use SQLHandler Package Description cc.carm.lib.easysql.action cc.carm.lib.easysql.action.query cc.carm.lib.easysql.api cc.carm.lib.easysql.api.function -
-
Uses of SQLHandler in cc.carm.lib.easysql.action
Methods in cc.carm.lib.easysql.action with parameters of type SQLHandler Modifier and Type Method Description voidAbstractSQLAction. executeAsync(SQLHandler<T> success, SQLExceptionHandler failure) -
Uses of SQLHandler in cc.carm.lib.easysql.action.query
Methods in cc.carm.lib.easysql.action.query with parameters of type SQLHandler Modifier and Type Method Description voidQueryActionImpl. executeAsync(SQLHandler<SQLQuery> success, SQLExceptionHandler failure) -
Uses of SQLHandler in cc.carm.lib.easysql.api
Methods in cc.carm.lib.easysql.api with parameters of type SQLHandler Modifier and Type Method Description default voidSQLAction. executeAsync(@Nullable SQLHandler<T> success)异步执行SQL语句voidSQLAction. executeAsync(@Nullable SQLHandler<T> success, @Nullable SQLExceptionHandler failure)异步执行SQL语句 -
Uses of SQLHandler in cc.carm.lib.easysql.api.function
Methods in cc.carm.lib.easysql.api.function that return SQLHandler Modifier and Type Method Description default @NotNull SQLHandler<T>SQLHandler. andThen(@NotNull SQLHandler<? super T> after)Methods in cc.carm.lib.easysql.api.function with parameters of type SQLHandler Modifier and Type Method Description default @NotNull SQLHandler<T>SQLHandler. andThen(@NotNull SQLHandler<? super T> after)
-