Uses of Interface
cc.carm.lib.easysql.api.action.PreparedSQLUpdateAction
-
Packages that use PreparedSQLUpdateAction Package Description cc.carm.lib.easysql.api cc.carm.lib.easysql.api.action -
-
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<java.lang.Integer>>
SQLManager. createInsert(@NotNull java.lang.String tableName)
创建一条插入操作。default @NotNull InsertBuilder<PreparedSQLUpdateAction<java.lang.Integer>>
SQLTable. createInsert()
default @NotNull InsertBuilder<PreparedSQLUpdateAction<java.lang.Integer>>
SQLTable. createInsert(@NotNull SQLManager sqlManager)
ReplaceBuilder<PreparedSQLUpdateAction<java.lang.Integer>>
SQLManager. createReplace(@NotNull java.lang.String tableName)
创建一条替换操作。default @NotNull ReplaceBuilder<PreparedSQLUpdateAction<java.lang.Integer>>
SQLTable. createReplace()
default @NotNull ReplaceBuilder<PreparedSQLUpdateAction<java.lang.Integer>>
SQLTable. createReplace(@NotNull SQLManager sqlManager)
-
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 PreparedSQLUpdateAction<T>
PreparedSQLUpdateAction. setParams(@Nullable java.lang.Iterable<java.lang.Object> params)
设定SQL语句中所有 ?PreparedSQLUpdateAction<T>
PreparedSQLUpdateAction. setParams(java.lang.Object... params)
设定SQL语句中所有 ?
-