Searched refs:hstmtDelete (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.h123 HSTMT hstmtDelete; // ODBC Statement handle used specifically for deletes member in class:wxDbTable
157 HSTMT hstmtDelete; // ODBC Statement handle used specifically for deletes 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.cpp147 hstmtDelete = 0;
228 if (SQLAllocStmt(hdbc, &hstmtDelete) != SQL_SUCCESS)
301 if (SQLSetStmtOption(hstmtDelete, SQL_CURSOR_TYPE, SQL_CURSOR_FORWARD_ONLY) != SQL_SUCCESS)
302 pDb->DispAllErrors(henv, hdbc, hstmtDelete);
381 if (hstmtDelete)
387 if (SQLFreeStmt(hstmtDelete, SQL_DROP) != SQL_SUCCESS)
653 retcode = SQLExecDirect(hstmtDelete, (SQLTCHAR FAR *) pSqlStmt.c_str(), SQL_NTS);
664 return(pDb->DispAllErrors(henv, hdbc, hstmtDelete));
2298 if (SQLSetStmtOption(hstmtDelete, SQL_QUERY_TIMEOUT, nSeconds) != SQL_SUCCESS)
2299 return(pDb->DispAllErrors(henv, hdbc, hstmtDelete));
[all...]

Completed in 31 milliseconds