Searched refs:N3SQLFetch (Results 1 – 5 of 5) sorted by relevance
55 m_nCurrentFetchState = N3SQLFetch(m_aStatementHandle); in next()79 m_nCurrentFetchState = N3SQLFetch(m_aStatementHandle); in first()105 m_nCurrentFetchState = N3SQLFetch(m_aStatementHandle); in last()129 m_nCurrentFetchState = N3SQLFetch(m_aStatementHandle); in absolute()152 m_nCurrentFetchState = N3SQLFetch(m_aStatementHandle); in relative()175 m_nCurrentFetchState = N3SQLFetch(m_aStatementHandle); in previous()198 m_nCurrentFetchState = N3SQLFetch(m_aStatementHandle); in refreshRow()
61 #define N3SQLFetch SQLFetch macro
328 #define N3SQLFetch(a) (*(T3SQLFetch)getOdbcFunction(ODBC3SQLFetch))(a) macro
670 m_nCurrentFetchState = N3SQLFetch(m_aStatementHandle); in next()
1620 m_nCurrentFetchState = N3SQLFetch(m_aStatementHandle); in move()
Completed in 21 milliseconds