Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dresult_set.cpp98 int ResultSet::GetNextInner(bool isNeedCheckTable) in GetNextInner() argument
101 if (isNeedCheckTable) { in GetNextInner()
125 int ResultSet::GetNext(bool isNeedTransaction, bool isNeedCheckTable) in GetNext() argument
128 return GetNextInner(isNeedCheckTable); in GetNext()
136 errCode = GetNextInner(isNeedCheckTable); in GetNext()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Dresult_set.h35 int GetNext(bool isNeedTransaction = false, bool isNeedCheckTable = false);
42 int GetNextInner(bool isNeedCheckTable);