Uses of Interface
cc.carm.lib.easysql.api.action.PreparedSQLUpdateBatchAction
-
Packages that use PreparedSQLUpdateBatchAction Package Description cc.carm.lib.easysql.action cc.carm.lib.easysql.api cc.carm.lib.easysql.api.action cc.carm.lib.easysql.manager -
-
Uses of PreparedSQLUpdateBatchAction in cc.carm.lib.easysql.action
Classes in cc.carm.lib.easysql.action that implement PreparedSQLUpdateBatchAction Modifier and Type Class Description classPreparedSQLBatchUpdateActionImplMethods in cc.carm.lib.easysql.action that return PreparedSQLUpdateBatchAction Modifier and Type Method Description PreparedSQLUpdateBatchActionPreparedSQLBatchUpdateActionImpl. addParamsBatch(java.lang.Object... params)PreparedSQLUpdateBatchActionPreparedSQLBatchUpdateActionImpl. setAllParams(java.lang.Iterable<java.lang.Object[]> allParams)PreparedSQLUpdateBatchActionPreparedSQLBatchUpdateActionImpl. setReturnGeneratedKeys(boolean returnGeneratedKey) -
Uses of PreparedSQLUpdateBatchAction in cc.carm.lib.easysql.api
Methods in cc.carm.lib.easysql.api that return types with arguments of type PreparedSQLUpdateBatchAction Modifier and Type Method Description InsertBuilder<PreparedSQLUpdateBatchAction>SQLManager. createInsertBatch(@NotNull java.lang.String tableName)创建支持多组数据的插入操作ReplaceBuilder<PreparedSQLUpdateBatchAction>SQLManager. createReplaceBatch(@NotNull java.lang.String tableName)创建支持多组数据的替换操作 -
Uses of PreparedSQLUpdateBatchAction in cc.carm.lib.easysql.api.action
Methods in cc.carm.lib.easysql.api.action that return PreparedSQLUpdateBatchAction Modifier and Type Method Description PreparedSQLUpdateBatchActionPreparedSQLUpdateBatchAction. addParamsBatch(java.lang.Object... params)添加一组SQL语句中所有 ?default PreparedSQLUpdateBatchActionPreparedSQLUpdateBatchAction. returnGeneratedKeys()设定该操作返回自增键序列。PreparedSQLUpdateBatchActionPreparedSQLUpdateBatchAction. setAllParams(java.lang.Iterable<java.lang.Object[]> allParams)设定多组SQL语句中所有 ?default PreparedSQLUpdateBatchActionPreparedSQLUpdateBatchAction. setKeyIndex(int keyColumnIndex)Deprecated.PreparedSQLUpdateBatchActionPreparedSQLUpdateBatchAction. setReturnGeneratedKeys(boolean returnGeneratedKey)设定该操作是否返回自增键序列。 -
Uses of PreparedSQLUpdateBatchAction in cc.carm.lib.easysql.manager
Methods in cc.carm.lib.easysql.manager that return types with arguments of type PreparedSQLUpdateBatchAction Modifier and Type Method Description InsertBuilder<PreparedSQLUpdateBatchAction>SQLManagerImpl. createInsertBatch(@NotNull java.lang.String tableName)ReplaceBuilder<PreparedSQLUpdateBatchAction>SQLManagerImpl. createReplaceBatch(@NotNull java.lang.String tableName)
-