Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/simple/
H A Dsdbapi.cpp2631 m_IgnoreBounds(true), in CQueryImpl()
2888 m_IgnoreBounds = true; in x_InitBeforeExec()
2977 m_IgnoreBounds = is_ignore; in SetIgnoreBounds()
2993 if (m_IgnoreBounds || how_much == CQuery::eAllResultSets) { in GetRowNo()
3033 if ( !m_IgnoreBounds ) { in x_CheckRowCount()
3134 if ( !m_IgnoreBounds ) { in HasMoreResultSets()
3184 if (m_IgnoreBounds && m_CurRowNo == 0) { in BeginNewRS()
3201 while (HasMoreResultSets() && !x_Fetch() && m_IgnoreBounds) in BeginNewRS()
3269 while (!x_Fetch() && m_IgnoreBounds && HasMoreResultSets()) in Next()
3303 bool want_all = m_IgnoreBounds || how_much == CQuery::eAllResultSets; in VerifyDone()
H A Dsdbapi_impl.hpp353 bool m_IgnoreBounds; member in CQueryImpl