Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_single_ver_relational_storage_executor.cpp1304 …eSingleVerRelationalStorageExecutor::IsTableOnceDropped(const std::string &tableName, int execCode, in IsTableOnceDropped() argument
1307 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()
Dsqlite_single_ver_relational_storage_executor.h318 int IsTableOnceDropped(const std::string &tableName, int execCode, bool &onceDropped);