Home
last modified time | relevance | path

Searched defs:sql2 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_multi_sub_user_test.cpp529 std::string sql2 = "select count(*) from " + ASSETS_TABLE_NAME + " where id >= 10;"; variable
570 std::string sql2 = "delete from " + ASSETS_TABLE_NAME + ";"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_relational_schema_object_test.cpp775 int TableCompareTest(sqlite3 *db, const std::string &sql1, const std::string &sql2) in TableCompareTest()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp385 std::string sql2 = "select count(*) from " + DBCommon::GetLogTableName(tableName) + in CheckCleanLogNum() local
416 …std::string sql2 = "select count(*) from " + DBCommon::GetLogTableName(tableName) + " where cloud_… in CheckCleanDataAndLogNum() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_check_sync_test.cpp586 …std::string sql2 = "select count(*) from " + DBCommon::GetLogTableName(tableName_) + " where cloud… in CheckLogCleaned() local