Searched refs:SQLFetch (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/iodbc/
H A Dshrsub.exp40 SQLFetch
H A Disql.h210 RETCODE SQL_API SQLFetch (HSTMT hstmt);
H A Dfetch.c42 SQLFetch (HSTMT hstmt) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Disql.h223 RETCODE SQL_API SQLFetch (HSTMT hstmt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddb.cpp676 // a type is not supported, the SQLFetch() that's called from getDataTypeInfo()
1654 retcode = SQLFetch(hstmt);
2372 if (SQLFetch(hstmt) == SQL_SUCCESS)
2444 retcode = SQLFetch(hstmt);
2476 retcode = SQLFetch(hstmt);
2521 retcode = SQLFetch(hstmt);
2651 while ((retcode = SQLFetch(hstmt)) == SQL_SUCCESS)
2809 while ((retcode = SQLFetch(hstmt)) == SQL_SUCCESS)
3065 while ((retcode = SQLFetch(hstmt)) == SQL_SUCCESS)
3313 while ((retcode = SQLFetch(hstm
[all...]
H A Ddbtable.cpp623 retcode = SQLFetch(hstmt);
2515 if (SQLFetch(*hstmtCount) != SQL_SUCCESS)

Completed in 176 milliseconds