Home
last modified time | relevance | path

Searched refs:OH_VBucket (Results 1 - 2 of 2) sorted by relevance

/interface/sdk_c/distributeddatamgr/relational_store/include/
H A Doh_values_bucket.h48 * @brief Define the OH_VBucket structure type.
52 typedef struct OH_VBucket { struct
54 * The id used to uniquely identify the OH_VBucket struct.
59 * Indicates the capability of OH_VBucket.
64 * @brief Put the const char * value to this {@link OH_VBucket} object for the given column name.
66 * @param bucket Represents a pointer to an {@link OH_VBucket} instance.
70 * @see OH_VBucket.
73 int (*putText)(OH_VBucket *bucket, const char *field, const char *value);
76 * @brief Put the int64 value to this {@link OH_VBucket} object for the given column name.
78 * @param bucket Represents a pointer to an {@link OH_VBucket} instanc
142 } OH_VBucket; global() typedef
[all...]
H A Drelational_store.h331 * @brief Creates an {@link OH_VBucket} object.
333 * @return If the creation is successful, a pointer to the instance of the @link OH_VBucket} structure is returned,
335 * @see OH_VBucket.
338 OH_VBucket *OH_Rdb_CreateValuesBucket();
433 * @param valuesBucket Indicates the row of data {@link OH_VBucket} to be inserted into the table.
438 * @see OH_Rdb_Store, OH_VBucket, OH_Rdb_ErrCode.
441 int OH_Rdb_Insert(OH_Rdb_Store *store, const char *table, OH_VBucket *valuesBucket);
457 int OH_Rdb_Update(OH_Rdb_Store *store, OH_VBucket *valuesBucket, OH_Predicates *predicates);

Completed in 3 milliseconds