Searched refs:isCreateNecessary (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store_config.cpp | 31 …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 D | rdb_store_config.h | 138 …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 D | rdb_store_config.h | 276 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 D | kvdb_manager.cpp | 438 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 D | sqlite_single_ver_natural_store.cpp | 1615 bool isCreateNecessary = kvDBProp.GetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in InitDataBaseOption() local 1624 …option = {uri, isCreateNecessary, isMemoryDb, createTableSqls, cipherType, passwd, schemaStr, subD… in InitDataBaseOption()
|