Searched refs:m_hstmtGridQuery (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbtable.h336 HSTMT *m_hstmtGridQuery; member in class:wxDbTable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbtable.cpp143 m_hstmtGridQuery = 0;
415 if (m_hstmtGridQuery)
416 DeleteCursor(m_hstmtGridQuery);
2721 if (!m_hstmtGridQuery)
2723 m_hstmtGridQuery = GetNewCursor(false,false);
2724 if (!bindCols(*m_hstmtGridQuery))
2732 SetCursor(m_hstmtGridQuery);

Completed in 39 milliseconds