Searched refs:attachSql (Results 1 – 1 of 1) sorted by relevance
599 …std::string attachSql = "ATTACH ? AS " + attachAsName + " KEY ?;"; // Internal interface not need … in AttachNewDatabaseInner() local602 int errCode = SQLiteUtils::GetStatement(db, attachSql, statement); in AttachNewDatabaseInner()