Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtable_info.h91 void SetAutoIncrement(bool autoInc);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp247 void TableInfo::SetAutoIncrement(bool autoInc) in SetAutoIncrement() function in DistributedDB::TableInfo
H A Drelational_schema_object.cpp787 resultTable.SetAutoIncrement(fieldValue.boolValue); in ParseCheckTableAutoInc()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_relational_schema_object_test.cpp619 table7.SetAutoIncrement(false);