Searched refs:putDouble (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/ |
H A D | oh_value_object.h | 80 int (*putDouble)(OH_VObject *valueObject, double *value, uint32_t count); member
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | _o_h___v_object.md | 22 | [putDouble](_r_d_b.md#putdouble) | 将double类型的单个参数或者数组转换为OH_VObject类型的值。 |
|
H A D | _r_d_b.md | 214 | [OH_VObject::putDouble](#putdouble) | 将double类型的单个参数或者数组转换为[OH_VObject](_o_h___v_object.md)类型的值。 … 3910 ### putDouble subsection 3913 int(*putDouble) (OH_VObject *valueObject, double *value, uint32_t count)
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/ |
H A D | rdb_predicates_test.cpp | 130 valueObject->putDouble(valueObject, &data3Value, count); 364 valueObject->putDouble(valueObject, data3Value, len); 554 valueObject->putDouble(valueObject, &data3Value, 1); 749 errCode = valueObject->putDouble(nullptr, &data3Value, count); 751 errCode = valueObject->putDouble(valueObject, nullptr, count); 753 errCode = valueObject->putDouble(valueObject, &data3Value, 0);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | _o_h___v_object.md | 22 | [putDouble](_r_d_b.md#putdouble) | Converts a single parameter or an array of the int64 type into…
|
H A D | _r_d_b.md | 214 | [OH_VObject::putDouble](#putdouble) | Pointer to the function used to convert a single parameter … 3910 ### putDouble subsection 3913 int(*putDouble) (OH_VObject *valueObject, double *value, uint32_t count)
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_predicates_objects.cpp | 94 putDouble = PutDouble; in RelationalPredicatesObjects()
|
/ohos5.0/docs/zh-cn/application-dev/database/ |
H A D | native-relational-store-guidelines.md | 167 valueObject->putDouble(valueObject, &salary, count);
|
/ohos5.0/docs/en/application-dev/database/ |
H A D | native-relational-store-guidelines.md | 171 valueObject->putDouble(valueObject, &salary, count);
|