Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.h47 …int CheckAndCacheTrackerSchema(const TrackerSchema &schema, TableInfo &tableInfo, bool &isFirstCre…
H A Dsqlite_single_relational_storage_engine.cpp506 int SQLiteSingleRelationalStorageEngine::CheckAndCacheTrackerSchema(const TrackerSchema &schema, Ta… in CheckAndCacheTrackerSchema() function in DistributedDB::SQLiteSingleRelationalStorageEngine
H A Dsqlite_relational_store.cpp1288 …int errCode = sqliteStorageEngine_->CheckAndCacheTrackerSchema(trackerSchema, tableInfo, isFirstCr… in SetTrackerTable()