Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/
H A Dexception.hpp224 void SetRowsInBatch(unsigned int n) { m_RowsInBatch = n; } in SetRowsInBatch()
225 unsigned int GetRowsInBatch(void) const { return m_RowsInBatch; } in GetRowsInBatch()
254 , m_RowsInBatch(0)
288 unsigned int m_RowsInBatch; member in CDB_Exception
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/dbapi/driver/
H A Dexception.hpp224 void SetRowsInBatch(unsigned int n) { m_RowsInBatch = n; } in SetRowsInBatch()
225 unsigned int GetRowsInBatch(void) const { return m_RowsInBatch; } in GetRowsInBatch()
254 , m_RowsInBatch(0)
288 unsigned int m_RowsInBatch; member in CDB_Exception
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/
H A Dexception.cpp252 if (m_RowsInBatch <= 1) { in x_EndOfWhat()
255 out << " [Error occurred somewhere in the " << m_RowsInBatch in x_EndOfWhat()
297 m_RowsInBatch = other.m_RowsInBatch; in x_Assign()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/driver/
H A Dexception.cpp252 if (m_RowsInBatch <= 1) { in x_EndOfWhat()
255 out << " [Error occurred somewhere in the " << m_RowsInBatch in x_EndOfWhat()
297 m_RowsInBatch = other.m_RowsInBatch; in x_Assign()