Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_constant.cpp29 const std::string DBConstant::LOG_TABLE_VERSION_KEY = "log_table_version"; member in DistributedDB::DBConstant
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h169 static const std::string LOG_TABLE_VERSION_KEY; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp234 …const Key logVersionKey(DBConstant::LOG_TABLE_VERSION_KEY.begin(), DBConstant::LOG_TABLE_VERSION_K… in SaveLogTableVersionToMeta()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp1663 DBCommon::StringToVector(DBConstant::LOG_TABLE_VERSION_KEY, logTableKey); in GetLogTableVersion()