Home
last modified time | relevance | path

Searched refs:GetValueObject (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dstep_result_set.h52 std::pair<int, ValueObject> GetValueObject(int32_t col, size_t index);
H A Drd_result_set.h58 std::pair<int, ValueObject> GetValueObject(int32_t col, size_t index);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drd_result_set.cpp341 auto [errCode, object] = GetValueObject(col, ValueObject::TYPE_INDEX<decltype(value)>); in GetValue()
350 std::pair<int, ValueObject> RdSharedResultSet::GetValueObject(int32_t col, size_t index) in GetValueObject() function in OHOS::NativeRdb::RdSharedResultSet
H A Dstep_result_set.cpp374 auto [errCode, object] = GetValueObject(col, ValueObject::TYPE_INDEX<decltype(value)>); in GetValue()
383 std::pair<int, ValueObject> StepResultSet::GetValueObject(int32_t col, size_t index) in GetValueObject() function in OHOS::NativeRdb::StepResultSet