Searched refs:hstmtInternal (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbtable.cpp149 hstmtInternal = 0;
235 if (SQLAllocStmt(hdbc, &hstmtInternal) != SQL_SUCCESS)
241 if (SQLSetStmtOption(hstmtInternal, SQL_CURSOR_TYPE, cursorType) != SQL_SUCCESS)
244 pDb->GetNextError(henv, hdbc, hstmtInternal);
250 if (SQLGetStmtOption(hstmtInternal, SQL_CURSOR_TYPE, &cursorType) != SQL_SUCCESS)
251 pDb->DispAllErrors(henv, hdbc, hstmtInternal);
276 if (SQLSetStmtOption(hstmtInternal, SQL_CURSOR_TYPE, cursorType) != SQL_SUCCESS)
279 pDb->GetNextError(henv, hdbc, hstmtInternal);
287 pDb->DispAllErrors(henv, hdbc, hstmtInternal);
402 if (hstmtInternal)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbtable.h125 HSTMT hstmtInternal; // ODBC Statement handle used internally only member in class:wxDbTable
159 HSTMT hstmtInternal; // ODBC Statement handle used internally only member in class:wxDbTable

Completed in 85 milliseconds