Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_statement.h90 ValueObject GetValueFromBlob(int32_t index, int32_t type) const;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_statement.cpp533 return { E_OK, GetValueFromBlob(index, type) }; in GetColumn()
536 ValueObject SqliteStatement::GetValueFromBlob(int32_t index, int32_t type) const in GetValueFromBlob() function in OHOS::NativeRdb::SqliteStatement

Completed in 2 milliseconds