Merge pull request #6388 from taosdata/docs/Update-Latest-Feature

[TD-4533] <docs>: describe parameter "size" in "setString" & "setNStr…
This commit is contained in:
Elias Soong 2021-06-06 15:58:39 +08:00 committed by GitHub
commit efa03cb0f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -361,6 +361,7 @@ public void setShort(int columnIndex, ArrayList<Short> list) throws SQLException
public void setString(int columnIndex, ArrayList<String> list, int size) throws SQLException
public void setNString(int columnIndex, ArrayList<String> list, int size) throws SQLException
```
其中 setString 和 setNString 都要求用户在 size 参数里声明表定义中对应列的列宽。
### <a class="anchor" id="subscribe"></a>订阅