Searched defs:OpenDbProperties (Results 1 – 1 of 1) sorted by relevance
33 struct OpenDbProperties { struct35 bool createIfNecessary = true;36 bool isMemDb = false;38 CipherType cipherType = CipherType::AES_256_GCM;64 int CreateNewDirsAndSetSecOption(const OpenDbProperties &option); argument