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 void
SQLAction. executeAsync(@Nullable SQLHandler<T> success)
异步执行SQL语句void
SQLAction. executeAsync(@Nullable SQLHandler<T> success, @Nullable SQLExceptionHandler failure)
异步执行SQL语句static @NotNull NamedSQLTable
SQLTable. 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)
-