1
mirror of https://github.com/CarmJos/EasySQL.git synced 2026-06-04 15:28:20 +08:00

[v0.2.1-fix] 补全缺失的javadoc

This commit is contained in:
2021-12-14 20:23:51 +08:00
parent ebc96e5176
commit 139d213160
4 changed files with 5 additions and 4 deletions
@@ -70,6 +70,7 @@ public interface SQLManager {
* 执行多条不需要返回结果的SQL更改(UPDATE、REPLACE、DELETE)
*
* @param sql SQL语句内容
* @param paramsBatch SQL语句中对应?的参数组
* @return 对应参数返回的行数
* @see PreparedSQLUpdateBatchAction
*/
@@ -26,7 +26,7 @@ public interface PreparedSQLUpdateBatchAction extends SQLAction<List<Integer>> {
* 设定自增主键的序列
*
* @param keyColumnIndex 自增主键的序列
* 若该值 > 0,则 {@link #execute()} 返回自增主键数值
* 若该值 0,则 {@link #execute()} 返回自增主键数值
* 若该值 ≤ 0,则 {@link #execute()} 返回变更的行数
* @return {@link PreparedSQLUpdateBatchAction}
*/
@@ -8,7 +8,7 @@ public interface SQLUpdateAction extends SQLAction<Integer> {
* 设定自增主键的序列
*
* @param keyColumnIndex 自增主键的序列
* 若该值 > 0,则 {@link #execute()} 返回自增主键数值
* 若该值 0,则 {@link #execute()} 返回自增主键数值
* 若该值 ≤ 0,则 {@link #execute()} 返回变更的行数
* @return {@link SQLUpdateAction}
*/
+1 -1
View File
@@ -21,7 +21,7 @@
<name>EasySQL</name>
<description>简单便捷的数据库操作工具,可自选连接池。</description>
<url>https://github.com/CarmJos/${name}</url>
<url>https://github.com/CarmJos/${project.name}</url>
<developers>
<developer>