Searched defs:RdbConfig (Results 1 – 3 of 3) sorted by relevance
25 struct RdbConfig { struct26 int32_t version = 1;27 std::string dbPath = "/data/service/el1/public/cert_manager_service/rdb";28 std::string dbName;29 std::string tableName;30 std::string createTableSql;
52 struct RdbConfig { struct53 bool isEncrypt = false;54 bool isSearchable = false;55 bool isAutoClean = true;56 bool vector = false;58 bool isReadOnly = false;60 std::string dataGroupId;61 std::string name;62 std::string customDir;63 std::string path;[all …]
39 using RdbConfig = OHOS::AppDataMgrJsKit::JSUtils::RdbConfig; typedef