Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_global_config.h43 static constexpr char EXPORT_SQL[] = "SELECT export_database('backup')"; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp1544 errCode = statement->Prepare(GlobalExpr::EXPORT_SQL); in InnerBackup()