OH_VObject

Overview

Defines the allowed data field types.

Since

10

Related Modules

RDB

Summary

Member Variables

Name Description
id Unique identifier of the OH_VObject struct.
putInt64 Converts a single parameter or an array of the int64 type into a value of the OH_VObject type.
putDouble Converts a single parameter or an array of the int64 type into a value of the OH_VObject type.
putText Converts a character array of the char type to a value of the OH_VObject type.
putTexts Converts a string array of the char type to a value of the OH_VObject type.
destroy Destroys an OH_VObject object and reclaims the memory occupied.