Searched refs:SQL_CURSOR_FORWARD_ONLY (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbtable.cpp256 case SQL_CURSOR_FORWARD_ONLY:
272 if (pDb->FwdOnlyCursors() && cursorType != SQL_CURSOR_FORWARD_ONLY)
275 cursorType = SQL_CURSOR_FORWARD_ONLY;
298 if (SQLSetStmtOption(hstmtInsert, SQL_CURSOR_TYPE, SQL_CURSOR_FORWARD_ONLY) != SQL_SUCCESS)
301 if (SQLSetStmtOption(hstmtDelete, SQL_CURSOR_TYPE, SQL_CURSOR_FORWARD_ONLY) != SQL_SUCCESS)
304 if (SQLSetStmtOption(hstmtUpdate, SQL_CURSOR_TYPE, SQL_CURSOR_FORWARD_ONLY) != SQL_SUCCESS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/iodbc/
H A Disqlext.h791 #define SQL_CURSOR_FORWARD_ONLY 0UL macro
795 #define SQL_CURSOR_TYPE_DEFAULT SQL_CURSOR_FORWARD_ONLY
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Disqlext.h791 #define SQL_CURSOR_FORWARD_ONLY 0UL macro
795 #define SQL_CURSOR_TYPE_DEFAULT SQL_CURSOR_FORWARD_ONLY

Completed in 182 milliseconds