提交 fe6618ef 编写于 作者: A Annie_wang

update docs

Signed-off-by: NAnnie_wang <annie.wangli@huawei.com>
上级 a2cecc46
......@@ -331,7 +331,7 @@ Obtains the value in the specified column in the current row as a string.
getLong(columnIndex: number): number
Obtains the value in the specified column in the current row as a Long.
Obtains the value in the specified column in the current row as a Long integer.
**System capability**: SystemCapability.DistributedDataManager.RelationalStore.Core
......@@ -343,9 +343,9 @@ Obtains the value in the specified column in the current row as a Long.
**Return value**
| Type| Description|
| -------- | -------- |
| number | Value in the specified column as a Long.|
| Type| Description|
| -------- | -------- |
| number | Value in the specified column as a Long integer.<br>The value range supported by this API is **Number.MIN_SAFE_INTEGER** to **Number.MAX_SAFE_INTEGER**. If the value is out of this range, use [getDouble](#getdouble).|
**Example**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册