1# OH_VObject 2 3 4## Overview 5 6Defines the allowed data field types. 7 8**Since** 9 1010 11 12**Related Modules** 13 14[RDB](_r_d_b.md) 15 16 17## Summary 18 19 20### Member Variables 21 22| Name| Description| 23| -------- | -------- | 24| [id](_r_d_b.md#id-24) | Unique identifier of the **OH_VObject** struct.| 25| [putInt64](_r_d_b.md#putint64-22) | Converts a single parameter or an array of the int64 type into a value of the OH_VObject type.| 26| [putDouble](_r_d_b.md#putdouble) | Converts a single parameter or an array of the int64 type into a value of the OH_VObject type.| 27| [putText](_r_d_b.md#puttext-22) | Converts a character array of the char type to a value of the OH_VObject type.| 28| [putTexts](_r_d_b.md#puttexts) | Converts a string array of the char type to a value of the OH_VObject type.| 29| [destroy](_r_d_b.md#destroy-44) | Destroys an OH_VObject object and reclaims the memory occupied.| 30