Searched refs:SQLAllocStmt (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.exp18 SQLAllocStmt
H A Disql.h191 RETCODE SQL_API SQLAllocStmt (HDBC hdbc, HSTMT FAR * phstmt);
H A Dhstmt.c42 SQLAllocStmt ( function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Disql.h204 RETCODE SQL_API SQLAllocStmt (HDBC hdbc, HSTMT FAR * phstmt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbtable.cpp225 if (SQLAllocStmt(hdbc, &hstmtInsert) != SQL_SUCCESS)
228 if (SQLAllocStmt(hdbc, &hstmtDelete) != SQL_SUCCESS)
231 if (SQLAllocStmt(hdbc, &hstmtUpdate) != SQL_SUCCESS)
235 if (SQLAllocStmt(hdbc, &hstmtInternal) != SQL_SUCCESS)
2659 if (SQLAllocStmt(hdbc, newHSTMT) != SQL_SUCCESS)
H A Ddb.cpp804 if (SQLAllocStmt(hdbc, &hstmt) != SQL_SUCCESS)
1005 if (SQLAllocStmt(hdbc, &hstmt) != SQL_SUCCESS)

Completed in 69 milliseconds