Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_utils.h28 static int GetDataValueByType(sqlite3_stmt *statement, int cid, DataValue &value);
H A Dsqlite_relational_utils.cpp25 int SQLiteRelationalUtils::GetDataValueByType(sqlite3_stmt *statement, int cid, DataValue &value) in GetDataValueByType() function in DistributedDB::SQLiteRelationalUtils
80 (void)GetDataValueByType(stmt, cid, value); in GetSelectValues()
H A Dsqlite_single_ver_relational_storage_executor.cpp1077 …errCode = SQLiteRelationalUtils::GetDataValueByType(stmt, cid + DBConstant::RELATIONAL_LOG_TABLE_F… in GetDataItemForSync()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_sqlite_relational_utils_test.cpp140 EXPECT_EQ(SQLiteRelationalUtils::GetDataValueByType(statement, 0, dataValue), -E_INVALID_ARGS);