Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h364 int IsTableOnceDropped(const std::string &tableName, bool &onceDropped);
H A Dsqlite_single_ver_relational_storage_executor.cpp273 int errCode = IsTableOnceDropped(tableName, onceDropped); in CompareSchemaTableColumns()
1307 int SQLiteSingleVerRelationalStorageExecutor::IsTableOnceDropped(const std::string &tableName, bool… in IsTableOnceDropped() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor