Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_forward_cursor.cpp28 isQueryMode_(false) in SQLiteSingleVerForwardCursor()
38 isQueryMode_(true) in SQLiteSingleVerForwardCursor()
62 if (isQueryMode_) { in Open()
106 if (isQueryMode_) { in Reload()
H A Dsqlite_single_ver_forward_cursor.h58 bool isQueryMode_; variable