Uses of Interface
cc.carm.lib.easysql.api.SQLQuery
-
Packages that use SQLQuery Package Description cc.carm.lib.easysql.action.query cc.carm.lib.easysql.api cc.carm.lib.easysql.api.action.query cc.carm.lib.easysql.manager cc.carm.lib.easysql.query -
-
Uses of SQLQuery in cc.carm.lib.easysql.action.query
Method parameters in cc.carm.lib.easysql.action.query with type arguments of type SQLQuery Modifier and Type Method Description voidQueryActionImpl. executeAsync(SQLHandler<SQLQuery> success, SQLExceptionHandler failure) -
Uses of SQLQuery in cc.carm.lib.easysql.api
Methods in cc.carm.lib.easysql.api that return types with arguments of type SQLQuery Modifier and Type Method Description @NotNull java.util.Map<java.util.UUID,SQLQuery>SQLManager. getActiveQuery()得到正使用的查询。 -
Uses of SQLQuery in cc.carm.lib.easysql.api.action.query
Method parameters in cc.carm.lib.easysql.api.action.query with type arguments of type SQLQuery Modifier and Type Method Description default <R> RQueryAction. executeFunction(@NotNull SQLFunction<@NotNull SQLQuery,R> function, R defaultResult) -
Uses of SQLQuery in cc.carm.lib.easysql.manager
Methods in cc.carm.lib.easysql.manager that return types with arguments of type SQLQuery Modifier and Type Method Description @NotNull java.util.Map<java.util.UUID,SQLQuery>SQLManagerImpl. getActiveQuery() -
Uses of SQLQuery in cc.carm.lib.easysql.query
Classes in cc.carm.lib.easysql.query that implement SQLQuery Modifier and Type Class Description classSQLQueryImpl
-