Home
last modified time | relevance | path

Searched defs:PrimaryKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_types_util.h42 using PrimaryKey = Observer::PrimaryKey; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_types.h276 using PrimaryKey = std::variant<std::monostate, std::string, int64_t, double>; variable