Searched refs:tableName1 (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_query_test.cpp | 265 const std::string tableName1; variable 266 expression.From(tableName1); 279 const std::vector<std::string> tableNames = {tableName1, tableName2};
|
H A D | distributeddb_cloud_interfaces_relational_ext_test.cpp | 843 const std::string tableName1 = "sync_data1"; variable 845 PrepareData({tableName1, tableName2}, false, DistributedDB::CLOUD_COOPERATION, false); 861 …std::string sql = "insert into " + tableName1 + " VALUES(1, 'zhangsan'), (2, 'lisi'), (3, 'wangwu'… 865 EXPECT_EQ(triggerTableData_.begin()->first, tableName1); 885 sql = "insert into " + tableName1 + " VALUES(7, 'zhangjiu');"; 889 EXPECT_EQ(triggerTableData_.begin()->first, tableName1);
|
H A D | distributeddb_interfaces_relational_test.cpp | 976 std::string tableName1 = "t1"; in TableConstraintsCheck() local 977 std::string createSql = "create table " + tableName1 + "(id int CHECK(id > 5));"; in TableConstraintsCheck() 983 EXPECT_EQ(delegate->CreateDistributedTable(tableName1, tableSyncType), expectCode); in TableConstraintsCheck() 990 …eate table " + tableName2 + "(name text, t1_id int, FOREIGN KEY (t1_id) REFERENCES " + tableName1 + in TableConstraintsCheck()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | cloud_data_test.cpp | 1708 std::string tableName1 = "test_cloud_table_alias1"; variable 1709 extraData.info.tables.emplace_back(tableName1);
|