Home
last modified time | relevance | path

Searched refs:META_TABLE_POSTFIX (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h159 static constexpr const char *META_TABLE_POSTFIX = "metadata"; variable
H A Ddb_common.h47 return DBConstant::RELATIONAL_PREFIX + DBConstant::META_TABLE_POSTFIX; in GetMetaTableName()