Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp185 bool isSchemaEmpty = (errCode == -E_NOT_FOUND); in CheckProperties() local
188 errCode = CheckTableModeFromMeta(mode, isSchemaEmpty); in CheckProperties()
193 if (!isSchemaEmpty) { in CheckProperties()