Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_constant.cpp28 const std::string DBConstant::RELATIONAL_TRACKER_SCHEMA_KEY = "relational_tracker_schema"; member in DistributedDB::DBConstant
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h87 static const std::string RELATIONAL_TRACKER_SCHEMA_KEY; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_database_upgrader.cpp250 …iteUtils::GetRelationalSchema(db_, trackerSchemaDefine, DBConstant::RELATIONAL_TRACKER_SCHEMA_KEY); in GetParseSchema()
H A Dsqlite_single_relational_storage_engine.cpp168 const Key schemaKey(DBConstant::RELATIONAL_TRACKER_SCHEMA_KEY.begin(), in SaveTrackerSchemaToMetaTable()
169 DBConstant::RELATIONAL_TRACKER_SCHEMA_KEY.end()); in SaveTrackerSchemaToMetaTable()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp386 const Key schemaKey(DBConstant::RELATIONAL_TRACKER_SCHEMA_KEY.begin(), in GetOrInitTrackerSchemaFromMeta()
387 DBConstant::RELATIONAL_TRACKER_SCHEMA_KEY.end()); in GetOrInitTrackerSchemaFromMeta()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_tracker_table_test.cpp218 const Key schemaKey(DBConstant::RELATIONAL_TRACKER_SCHEMA_KEY.begin(), in CheckDropTableAndReopenDb()
219 DBConstant::RELATIONAL_TRACKER_SCHEMA_KEY.end()); in CheckDropTableAndReopenDb()