Home
last modified time | relevance | path

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

/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() argument
/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;"; in HWTEST_F() local
570 std::string sql2 = "delete from " + ASSETS_TABLE_NAME + ";"; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp386 std::string sql2 = "select count(*) from " + DBCommon::GetLogTableName(tableName) + in CheckCleanLogNum() local
417 std::string sql2 = "select count(*) from " + DBCommon::GetLogTableName(tableName) + " where cloud_gid " in CheckCleanDataAndLogNum() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_check_sync_test.cpp623 std::string sql2 = "select count(*) from " + DBCommon::GetLogTableName(tableName_) + " where cloud_gid " in CheckLogCleaned() local

Completed in 10 milliseconds