Searched refs:SQLFreeStmt (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 Dshrsub.exp58 SQLFreeStmt
H A Disql.h118 * SQLFreeStmt
213 RETCODE SQL_API SQLFreeStmt (HSTMT hstmt, UWORD fOption);
H A Dhstmt.c201 SQLFreeStmt ( function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddb.cpp1662 SQLFreeStmt(hstmt, SQL_CLOSE);
1716 if (SQLFreeStmt(hstmt, SQL_CLOSE) != SQL_SUCCESS)
1738 if (SQLFreeStmt(hstmt, SQL_DROP) != SQL_SUCCESS)
2253 SQLFreeStmt(hstmt, SQL_CLOSE);
2455 SQLFreeStmt(hstmt, SQL_CLOSE); /* Close the cursor (the hstmt is still allocated). */
2501 SQLFreeStmt(hstmt, SQL_CLOSE); /* Close the cursor (the hstmt is still allocated). */
2539 SQLFreeStmt(hstmt, SQL_CLOSE); /* Close the cursor (the hstmt is still allocated). */
2619 SQLFreeStmt(hstmt, SQL_CLOSE);
2647 SQLFreeStmt(hstmt, SQL_CLOSE);
2705 SQLFreeStmt(hstm
[all...]
H A Ddbtable.cpp377 if (SQLFreeStmt(hstmtInsert, SQL_DROP) != SQL_SUCCESS)
387 if (SQLFreeStmt(hstmtDelete, SQL_DROP) != SQL_SUCCESS)
397 if (SQLFreeStmt(hstmtUpdate, SQL_DROP) != SQL_SUCCESS)
404 if (SQLFreeStmt(hstmtInternal, SQL_DROP) != SQL_SUCCESS)
1393 if (SQLFreeStmt(cursor, SQL_CLOSE) != SQL_SUCCESS)
2529 if (SQLFreeStmt(*hstmtCount, SQL_CLOSE) != SQL_SUCCESS)
2594 if (SQLFreeStmt(hstmtInternal, SQL_CLOSE) != SQL_SUCCESS)
2703 if (SQLFreeStmt(*hstmtDel, SQL_DROP) != SQL_SUCCESS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Disql.h131 * SQLFreeStmt
226 RETCODE SQL_API SQLFreeStmt (HSTMT hstmt, UWORD fOption);

Completed in 201 milliseconds