Uses of Interface
cc.carm.lib.easysql.api.action.PreparedSQLUpdateAction
-
Packages that use PreparedSQLUpdateAction Package Description cc.carm.lib.easysql.action cc.carm.lib.easysql.api cc.carm.lib.easysql.api.action cc.carm.lib.easysql.builder.impl cc.carm.lib.easysql.manager -
-
Uses of PreparedSQLUpdateAction in cc.carm.lib.easysql.action
Classes in cc.carm.lib.easysql.action that implement PreparedSQLUpdateAction Modifier and Type Class Description classPreparedSQLUpdateActionImplMethods in cc.carm.lib.easysql.action that return PreparedSQLUpdateAction Modifier and Type Method Description PreparedSQLUpdateActionPreparedSQLUpdateActionImpl. setParams(@Nullable java.lang.Iterable<java.lang.Object> params) -
Uses of PreparedSQLUpdateAction in cc.carm.lib.easysql.api
Methods in cc.carm.lib.easysql.api that return types with arguments of type PreparedSQLUpdateAction Modifier and Type Method Description InsertBuilder<PreparedSQLUpdateAction>SQLManager. createInsert(@NotNull java.lang.String tableName)创建一条插入操作ReplaceBuilder<PreparedSQLUpdateAction>SQLManager. createReplace(@NotNull java.lang.String tableName)创建一条替换操作 -
Uses of PreparedSQLUpdateAction in cc.carm.lib.easysql.api.action
Methods in cc.carm.lib.easysql.api.action that return PreparedSQLUpdateAction Modifier and Type Method Description PreparedSQLUpdateActionPreparedSQLUpdateAction. setParams(@Nullable java.lang.Iterable<java.lang.Object> params)设定SQL语句中所有 ?PreparedSQLUpdateActionPreparedSQLUpdateAction. setParams(java.lang.Object... params)设定SQL语句中所有 ? -
Uses of PreparedSQLUpdateAction in cc.carm.lib.easysql.builder.impl
Methods in cc.carm.lib.easysql.builder.impl that return PreparedSQLUpdateAction Modifier and Type Method Description PreparedSQLUpdateActionDeleteBuilderImpl. build()PreparedSQLUpdateActionUpdateBuilderImpl. build() -
Uses of PreparedSQLUpdateAction in cc.carm.lib.easysql.manager
Methods in cc.carm.lib.easysql.manager that return types with arguments of type PreparedSQLUpdateAction Modifier and Type Method Description InsertBuilder<PreparedSQLUpdateAction>SQLManagerImpl. createInsert(@NotNull java.lang.String tableName)ReplaceBuilder<PreparedSQLUpdateAction>SQLManagerImpl. createReplace(@NotNull java.lang.String tableName)
-