Searched refs:execCode (Results 1 – 2 of 2) sorted by relevance
1304 …eSingleVerRelationalStorageExecutor::IsTableOnceDropped(const std::string &tableName, int execCode, in IsTableOnceDropped() argument1307 if (execCode == SQLiteUtils::MapSQLiteErrno(SQLITE_DONE)) { // The table in schema was dropped in IsTableOnceDropped()1310 } else if (execCode == SQLiteUtils::MapSQLiteErrno(SQLITE_ROW)) { in IsTableOnceDropped()1329 return execCode; in IsTableOnceDropped()
318 int IsTableOnceDropped(const std::string &tableName, int execCode, bool &onceDropped);