Searched refs:GetAutoIncrement (Results 1 – 5 of 5) sorted by relevance
162 EXPECT_EQ(table.GetAutoIncrement(), true);165 EXPECT_EQ(table.GetAutoIncrement(), true);168 EXPECT_EQ(table.GetAutoIncrement(), true);171 EXPECT_EQ(table.GetAutoIncrement(), true);175 EXPECT_EQ(table.GetAutoIncrement(), false);179 EXPECT_EQ(table.GetAutoIncrement(), false);
22 table.GetAutoIncrement()); in IsCollaborationWithoutKey()
890 inserter.GetLocalTable().GetAutoIncrement()) { // No primary key of auto increment in SaveSyncDataItem()
80 bool GetAutoIncrement() const;
252 bool TableInfo::GetAutoIncrement() const in GetAutoIncrement() function in DistributedDB::TableInfo464 if (autoInc_ != inTableInfo.GetAutoIncrement()) { in CompareWithTable()