Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.h119 int CheckTableModeFromMeta(DistributedTableMode mode, bool isUnSet);
H A Dsqlite_relational_store.cpp143 int SQLiteRelationalStore::CheckTableModeFromMeta(DistributedTableMode mode, bool isUnSet) in CheckTableModeFromMeta() function in DistributedDB::SQLiteRelationalStore
188 errCode = CheckTableModeFromMeta(mode, isSchemaEmpty); in CheckProperties()