Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_schema_analysis_test.cpp162 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);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dcollaboration_log_table_manager.cpp22 table.GetAutoIncrement()); in IsCollaborationWithoutKey()
H A Dsqlite_single_ver_relational_storage_executor.cpp890 inserter.GetLocalTable().GetAutoIncrement()) { // No primary key of auto increment in SaveSyncDataItem()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtable_info.h80 bool GetAutoIncrement() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp252 bool TableInfo::GetAutoIncrement() const in GetAutoIncrement() function in DistributedDB::TableInfo
464 if (autoInc_ != inTableInfo.GetAutoIncrement()) { in CompareWithTable()