Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_test.cpp940 std::string tableName4 = "t4"; in CheckTable() local
941 std::string createSql = "create table " + tableName4 + "(id int UNIQUE);"; in CheckTable()
958 EXPECT_EQ(delegate->CreateDistributedTable(tableName4, tableSyncType), expectCode); in CheckTable()