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

!1113 修改关系型数据库glob接口描述

Merge pull request !1113 from wangqinxiao/master
......@@ -455,12 +455,12 @@ glob(field: string, value: string): RdbPredicates
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| field | string | 是 | 数据库表中的列名。 |
| value | string | 是 | 指示要与谓词匹配的值。 |
| value | string | 是 | 指示要与谓词匹配的值。<br>支持通配符,*表示0个、1个或多个数字或字符,?表示1个数字或字符。 |
- 返回值:
| 类型 | 说明 |
| -------- | -------- |
| [RdbPredicates](#rdbpredicates) | 返回指定的Rdb谓词。 |
| [RdbPredicates](#rdbpredicates) | 返回与指定字段匹配的谓词。 |
- 示例:
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册