Searched refs:E_RELATIONAL_TABLE_COMPATIBLE_UPGRADE (Results 1 – 3 of 3) sorted by relevance
508 errCode = -E_RELATIONAL_TABLE_COMPATIBLE_UPGRADE; in CompareWithTableFields()529 return -E_RELATIONAL_TABLE_COMPATIBLE_UPGRADE; in CompareWithTableFields()
170 constexpr int E_RELATIONAL_TABLE_COMPATIBLE_UPGRADE = (E_BASE + 188); // In table has more fields w… variable
607 EXPECT_EQ(table1.CompareWithTable(table4), -E_RELATIONAL_TABLE_COMPATIBLE_UPGRADE);708 EXPECT_EQ(table.CompareWithTable(inTable1), -E_RELATIONAL_TABLE_COMPATIBLE_UPGRADE);