harmony 鸿蒙OH_VBucket

  • 2025-06-12
  • 浏览 (3)

OH_VBucket

Overview

Defines the types of the key and value in a KV pair.

Since: 10

Related module: RDB

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.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙ArkData (ArkData Management)

harmony 鸿蒙Data

harmony 鸿蒙OH_Cursor

harmony 鸿蒙OH_Predicates

harmony 鸿蒙OH_Rdb_Config

harmony 鸿蒙OH_Rdb_Store

harmony 鸿蒙OH_VObject

harmony 鸿蒙Preferences

harmony 鸿蒙_r_d_b

harmony 鸿蒙Rdb_ChangeInfo

0  赞