harmony 鸿蒙OH_VBucket
OH_VBucket
Overview
Defines the types of the key and value in a KV pair.
Since
10
Related Modules
Summary
Member Variables
Name | Description |
---|---|
id | Unique identifier of the OH_VBucket struct. |
capability | Number of the KV pairs in the struct. |
putText | Puts a char value into the OH_VBucket object in the given column. |
putInt64 | Puts an int64_t value into the OH_VBucket object in the given column. |
putReal | Puts a double value into the OH_VBucket object in the given column. |
putBlob | Puts a const uint8_t value into the OH_VBucket object in the given column. |
putNull | Puts a null value into the OH_VBucket object in the given column. |
clear | Clears an OH_VBucket object. |
destroy | Destroys an OH_VBucket object and reclaims the memory occupied. |
你可能感兴趣的鸿蒙文章
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦