Home
last modified time | relevance | path

Searched defs:TableT1 (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.cpp1165 struct TableT1 { struct
1166 int a;
1167 std::string b;
1168 int rowid;
1169 int flag;
1170 int timestamp;
1172 VirtualRowData operator() () const in operator ()()