Uses of Interface
cc.carm.lib.easysql.api.SQLQuery
-
Packages that use SQLQuery Package Description cc.carm.lib.easysql.api cc.carm.lib.easysql.api.action.query cc.carm.lib.easysql.api.function -
-
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> R
QueryAction. executeFunction(@NotNull SQLFunction<@NotNull SQLQuery,R> function, R defaultResult)
-
Uses of SQLQuery in cc.carm.lib.easysql.api.function
Methods in cc.carm.lib.easysql.api.function with parameters of type SQLQuery Modifier and Type Method Description void
SQLDebugHandler. afterQuery(@NotNull SQLQuery query, long executeNanoTime, long closeNanoTime)
该方法将在close()
执行后调用。
-