Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_single_relational_storage_engine.h47 int CheckAndCacheTrackerSchema(const TrackerSchema &schema, TableInfo &tableInfo);
Dsqlite_single_relational_storage_engine.cpp488 int SQLiteSingleRelationalStorageEngine::CheckAndCacheTrackerSchema(const TrackerSchema &schema, Ta… in CheckAndCacheTrackerSchema() function in DistributedDB::SQLiteSingleRelationalStorageEngine
Dsqlite_relational_store.cpp1245 int errCode = sqliteStorageEngine_->CheckAndCacheTrackerSchema(trackerSchema, tableInfo); in SetTrackerTable()