Home
last modified time | relevance | path

Searched refs:OH_VObject (Results 1 - 3 of 3) sorted by relevance

/interface/sdk_c/distributeddatamgr/relational_store/include/
H A Doh_predicates.h83 * @param valueObject Represents a pointer to an {@link OH_VObject} instance.
85 * @see OH_Predicates, OH_VObject.
88 OH_Predicates *(*equalTo)(OH_Predicates *predicates, const char *field, OH_VObject *valueObject);
98 * @param valueObject Represents a pointer to an {@link OH_VObject} instance.
100 * @see OH_Predicates, OH_VObject.
103 OH_Predicates *(*notEqualTo)(OH_Predicates *predicates, const char *field, OH_VObject *valueObject);
186 * @param valueObject Represents a pointer to an {@link OH_VObject} instance.
188 * @see OH_Predicates, OH_VObject.
191 OH_Predicates *(*like)(OH_Predicates *predicates, const char *field, OH_VObject *valueObject);
200 * @param valueObject Represents a pointer to an {@link OH_VObject} instanc
[all...]
H A Doh_value_object.h47 * @brief Define the OH_VObject structure type.
51 typedef struct OH_VObject { struct
53 * The id used to uniquely identify the OH_VObject struct.
58 * @brief Convert the int64 input parameter to a value of type {@link OH_VObject}.
60 * @param valueObject Represents a pointer to an {@link OH_VObject} instance.
65 * @see OH_VObject.
68 int (*putInt64)(OH_VObject *valueObject, int64_t *value, uint32_t count);
71 * @brief Convert the double input parameter to a value of type {@link OH_VObject}.
73 * @param valueObject Represents a pointer to an {@link OH_VObject} instance.
78 * @see OH_VObject
115 } OH_VObject; global() typedef
[all...]
H A Drelational_store.h321 * @brief Creates an {@link OH_VObject} instance.
323 * @return If the creation is successful, a pointer to the instance of the @link OH_VObject} structure is returned,
325 * @see OH_VObject.
328 OH_VObject *OH_Rdb_CreateValueObject();
724 * @see OH_VObject.
729 OH_VObject *values);

Completed in 3 milliseconds