Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp599 …std::string attachSql = "ATTACH ? AS " + attachAsName + " KEY ?;"; // Internal interface not need … in AttachNewDatabaseInner() local
602 int errCode = SQLiteUtils::GetStatement(db, attachSql, statement); in AttachNewDatabaseInner()