Searched refs:SQLITE_URL_PRE (Results 1 – 2 of 2) sorted by relevance
81 static constexpr const char *SQLITE_URL_PRE = "file:"; variable
170 std::string fileUrl = DBConstant::SQLITE_URL_PRE + properties.uri; in CreateDataBase()1013 std::string fileUrl = DBConstant::SQLITE_URL_PRE + properties.uri; in GetVersion()