Searched refs:SQL_FETCH_NEXT (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 Dinfo.c108 && fDir != SQL_FETCH_NEXT)
241 if (fDir != SQL_FETCH_FIRST || fDir != SQL_FETCH_NEXT)
H A Dfetch.c167 if (fFetchType < SQL_FETCH_NEXT || fFetchType > SQL_FETCH_BOOKMARK)
H A Disqlext.h975 #define SQL_FETCH_NEXT 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbtable.h245 bool GetNext(void) { return(getRec(SQL_FETCH_NEXT)); }
246 bool operator++(int) { return(getRec(SQL_FETCH_NEXT)); }
H A Ddb.h804 // using SQL_FETCH_NEXT until you've exhausted the list.
807 SWORD DsDescMaxLength, UWORD direction = SQL_FETCH_NEXT);
848 UWORD direction = SQL_FETCH_NEXT);
H A Disqlext.h975 #define SQL_FETCH_NEXT 1 macro

Completed in 161 milliseconds