Home
last modified time | relevance | path

Searched refs:SQLITE_URL_PRE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h81 static constexpr const char *SQLITE_URL_PRE = "file:"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp170 std::string fileUrl = DBConstant::SQLITE_URL_PRE + properties.uri; in CreateDataBase()
1013 std::string fileUrl = DBConstant::SQLITE_URL_PRE + properties.uri; in GetVersion()