Home
last modified time | relevance | path

Searched refs:autoInc (Results 1 – 2 of 2) 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() argument
249 autoInc_ = autoInc; in SetAutoIncrement()