未验证 提交 dd96e81a 编写于 作者: O openharmony_ci 提交者: Gitee

!6847 【RDB】3.1Release 开发指南文档修复

Merge pull request !6847 from Cap_W/OpenHarmony-3.1-Release
......@@ -130,8 +130,8 @@
| ResultSet | goToPreviousRow(): boolean | 将结果集向前移动一行。 |
| ResultSet | getColumnIndex(columnName: string): number | 根据指定的列名获取列索引。 |
| ResultSet | getColumnName(columnIndex: number): string | 根据指定的列索引获取列名。 |
| ResultSet | goToFirstRow(): boolean | 判断结果集当前位置是否在第一行。 |
| ResultSet | goToLastRow(): boolean | 判断结果集当前位置是否在最后一行。 |
| ResultSet | goToFirstRow(): boolean | 将结果集移动到第一行。 |
| ResultSet | goToLastRow(): boolean | 将结果集移动到最后一行。 |
| ResultSet | getString(columnIndex: number): string | 获取当前行指定列的值,以String类型返回。 |
| ResultSet | getBlob(columnIndex: number): Uint8Array | 获取当前行指定列的值,以字节数组形式返回。 |
| ResultSet | getDouble(columnIndex: number): number | 获取当前行指定列的值,以double型返回。 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册