• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/

Lines Matching refs:hstmt

142     hstmt               = 0;
311 hstmt = *hstmtDefault;
603 retcode = SQLExtendedFetch(hstmt, fetchType, 0, &cRowsFetched, &rowStatus);
609 return(pDb->DispAllErrors(henv, hdbc, hstmt));
623 retcode = SQLFetch(hstmt);
629 return(pDb->DispAllErrors(henv, hdbc, hstmt));
742 if (!CloseCursor(hstmt))
747 retcode = SQLExecDirect(hstmt, (SQLTCHAR FAR *) (queryType == DB_SELECT_STATEMENT ? pSqlStmt.c_str() : sqlStmt.c_str()), SQL_NTS);
749 return(pDb->DispAllErrors(henv, hdbc, hstmt));
1030 if (SQLGetData(hstmt, (UWORD)(m_numCols+1), SQL_C_WXCHAR, (UCHAR*) rowid, sizeof(rowid), &cb) == SQL_SUCCESS)
1247 if (SQLGetData(hstmt, (UWORD)(m_numCols+1), SQL_C_WXCHAR, (UCHAR*) rowid, sizeof(rowid), &cb) == SQL_SUCCESS)
1378 if (SQLGetStmtOption(hstmt, SQL_ROW_NUMBER, (UCHAR*) &rowNum) != SQL_SUCCESS)
1380 pDb->DispAllErrors(henv, hdbc, hstmt);
1601 RETCODE retcode = SQLExecDirect(hstmt, (SQLTCHAR FAR *) sqlStmt.c_str(), SQL_NTS);
1604 pDb->DispAllErrors(henv, hdbc, hstmt);
1606 CloseCursor(hstmt);
1613 if (!CloseCursor(hstmt))
1641 RETCODE retcode = SQLExecDirect(hstmt, (SQLTCHAR FAR *) sqlStmt.c_str(), SQL_NTS);
1645 pDb->GetNextError(henv, hdbc, hstmt);
1656 pDb->DispAllErrors(henv, hdbc, hstmt);
1658 // CloseCursor(hstmt);
1667 if (! CloseCursor(hstmt))
1810 RETCODE retcode = SQLExecDirect(hstmt, (SQLTCHAR FAR *) sqlStmt.c_str(), SQL_NTS);
1813 pDb->DispAllErrors(henv, hdbc, hstmt);
1815 CloseCursor(hstmt);
1822 if (! CloseCursor(hstmt))
1861 RETCODE retcode = SQLExecDirect(hstmt, (SQLTCHAR FAR *) sqlStmt.c_str(), SQL_NTS);
1865 pDb->GetNextError(henv, hdbc, hstmt);
1881 pDb->DispAllErrors(henv, hdbc, hstmt);
1883 CloseCursor(hstmt);
1892 if (! CloseCursor(hstmt))
2458 hstmt = *hstmtDefault;
2460 hstmt = *hstmtActivate;
2545 hstmt = hstmtInternal;
2567 if (SQLGetData(hstmt, (UWORD)(m_numCols+1), SQL_C_WXCHAR, (UCHAR*) rowid, sizeof(rowid), &cb) == SQL_SUCCESS)