Home
last modified time | relevance | path

Searched refs:GetSchemaFromMeta (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.h117 int GetSchemaFromMeta(RelationalSchemaObject &schema);
H A Dsqlite_relational_store.cpp117 int SQLiteRelationalStore::GetSchemaFromMeta(RelationalSchemaObject &schema) in GetSchemaFromMeta() function in DistributedDB::SQLiteRelationalStore
171 int errCode = GetSchemaFromMeta(schema); in CheckProperties()