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. |