Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_schema_test_tools.h205 struct SchemaDefine { struct
206 std::vector<std::string> field;
207 std::vector<std::string> type;
208 std::vector<std::string> notnull;
209 std::vector<std::string> defaultValue;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h115 using SchemaDefine = std::map<FieldPath, SchemaAttribute>; variable