Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_multi_ver_transaction.cpp115 …const int STEP_CONTINUE = 1; // the current key has been put into the result set, discard this one. variable
327 } else if (stepResult == STEP_CONTINUE) { in GetEntries()
1313 return STEP_CONTINUE; in GetOneEntry()