Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_object.h49 bool IsQueryForRelationalDB() const;
H A Dquery_object.cpp426 bool QueryObject::IsQueryForRelationalDB() const in IsQueryForRelationalDB() function in DistributedDB::QueryObject
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_get_data_test.cpp1599 EXPECT_FALSE(queryObj1.IsQueryForRelationalDB());
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp1446 if (!query.IsQueryForRelationalDB()) { in CheckQueryObjectLegal()