Home
last modified time | relevance | path

Searched refs:ParseCheckTableAutoInc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_schema_object.h85 int ParseCheckTableAutoInc(const JsonObject &inJsonObject, TableInfo &resultTable);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp648 errCode = ParseCheckTableAutoInc(inJsonObject, resultTable); in ParseCheckTableInfo()
782 int RelationalSchemaObject::ParseCheckTableAutoInc(const JsonObject &inJsonObject, TableInfo &resul… in ParseCheckTableAutoInc() function in DistributedDB::RelationalSchemaObject