Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_global_config.h42 static constexpr char DETACH_SQL[] = "DETACH DATABASE ?"; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp1761 auto [errCode, statement] = connection->CreateStatement(GlobalExpr::DETACH_SQL, connection); in Detach()