Uses of Interface
cc.carm.lib.easysql.api.action.query.PreparedQueryAction
-
Packages that use PreparedQueryAction Package Description cc.carm.lib.easysql.action.query cc.carm.lib.easysql.api.action.query cc.carm.lib.easysql.api.builder cc.carm.lib.easysql.builder.impl -
-
Uses of PreparedQueryAction in cc.carm.lib.easysql.action.query
Classes in cc.carm.lib.easysql.action.query that implement PreparedQueryAction Modifier and Type Class Description classPreparedQueryActionImpl -
Uses of PreparedQueryAction in cc.carm.lib.easysql.api.action.query
Methods in cc.carm.lib.easysql.api.action.query that return PreparedQueryAction Modifier and Type Method Description PreparedQueryActionPreparedQueryAction. handleStatement(@Nullable java.util.function.Consumer<java.sql.PreparedStatement> statement)直接对PreparedStatement进行处理PreparedQueryActionPreparedQueryAction. setParams(@Nullable java.lang.Iterable<java.lang.Object> params)设定SQL语句中所有 ?PreparedQueryActionPreparedQueryAction. setParams(@Nullable java.lang.Object... params)设定SQL语句中所有 ? -
Uses of PreparedQueryAction in cc.carm.lib.easysql.api.builder
Methods in cc.carm.lib.easysql.api.builder that return PreparedQueryAction Modifier and Type Method Description PreparedQueryActionQueryBuilder. withPreparedSQL(@NotNull java.lang.String sql)通过一条 SQL语句创建预查询 -
Uses of PreparedQueryAction in cc.carm.lib.easysql.builder.impl
Methods in cc.carm.lib.easysql.builder.impl that return PreparedQueryAction Modifier and Type Method Description PreparedQueryActionQueryBuilderImpl. withPreparedSQL(@NotNull java.lang.String sql)
-