Home
last modified time | relevance | path

Searched refs:onceDropped (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.cpp272 bool onceDropped = false; in CompareSchemaTableColumns() local
273 int errCode = IsTableOnceDropped(tableName, onceDropped); in CompareSchemaTableColumns()
274 if (!onceDropped) { in CompareSchemaTableColumns()
1307 …leVerRelationalStorageExecutor::IsTableOnceDropped(const std::string &tableName, bool &onceDropped) in IsTableOnceDropped() argument
1316 onceDropped = true; in IsTableOnceDropped()
1319 onceDropped = false; in IsTableOnceDropped()
H A Dsqlite_single_ver_relational_storage_executor.h364 int IsTableOnceDropped(const std::string &tableName, bool &onceDropped);