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 D | sqlite_relational_utils.h | 28 static int GetDataValueByType(sqlite3_stmt *statement, int cid, DataValue &value);
|
H A D | sqlite_relational_utils.cpp | 25 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 D | sqlite_single_ver_relational_storage_executor.cpp | 1077 …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 D | distributeddb_sqlite_relational_utils_test.cpp | 140 EXPECT_EQ(SQLiteRelationalUtils::GetDataValueByType(statement, 0, dataValue), -E_INVALID_ARGS);
|