Uses of Interface
cc.carm.lib.easysql.api.function.SQLHandler
-
Packages that use SQLHandler Package Description cc.carm.lib.easysql.api cc.carm.lib.easysql.api.function -
-
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语句static @NotNull NamedSQLTableSQLTable. of(@NotNull java.lang.String tableName, @Nullable SQLHandler<TableCreateBuilder> table) -
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)
-