Home
last modified time | relevance | path

Searched refs:isCreateNecessary (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp31 …const std::string &databaseFileType, SecurityLevel securityLevel, bool isCreateNecessary, bool aut… in RdbStoreConfig() argument
33 …: readOnly_(isReadOnly), isCreateNecessary_(isCreateNecessary), autoCheck_(autoCheck), journalSize… in RdbStoreConfig()
326 void RdbStoreConfig::SetCreateNecessary(bool isCreateNecessary) in SetCreateNecessary() argument
328 isCreateNecessary_ = isCreateNecessary; in SetCreateNecessary()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h138 …bool isCreateNecessary = true, bool autoCheck = false, int journalSize = 1048576, int pageSize = 4…
162 void SetCreateNecessary(bool isCreateNecessary);
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h276 bool isCreateNecessary = true, bool autoCheck = false, int journalSize = DB_JOURNAL_SIZE,
381 API_EXPORT void SetCreateNecessary(bool isCreateNecessary);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_manager.cpp438 bool isCreateNecessary = property.GetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in GetDataBase() local
449 if (isMemoryDb && !isCreateNecessary) { in GetDataBase()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.cpp1615 bool isCreateNecessary = kvDBProp.GetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in InitDataBaseOption() local
1624 …option = {uri, isCreateNecessary, isMemoryDb, createTableSqls, cipherType, passwd, schemaStr, subD… in InitDataBaseOption()