Searched refs:dhstmt (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/iodbc/
H A Dhstmt.h42 HSTMT dhstmt; /* driver's stmt handle */ member in struct:STMT
H A Dhstmt.c115 (SQL_HANDLE_STMT, pdbc->dhdbc, &(pstmt->dhstmt)))
133 (pdbc->dhdbc, &(pstmt->dhstmt)))
251 (SQL_HANDLE_STMT, pstmt->dhstmt))
268 (pstmt->dhstmt, fOption))
430 (pstmt->dhstmt, fOption, vParam))
502 (pstmt->dhstmt, fOption, pvParam))
534 (pstmt->dhstmt))
H A Dresult.c112 (pstmt->dhstmt, icol, fCType, rgbValue, cbValueMax, pcbValue))
169 (pstmt->dhstmt, szCursor, cbCursorMax, pcbCursor))
210 (pstmt->dhstmt, pcrow))
259 (pstmt->dhstmt, &ccol))
374 (pstmt->dhstmt, icol, szColName, cbColNameMax, pcbColName,
488 (pstmt->dhstmt, icol, fDescType, rgbDesc, cbDescMax, pcbDesc, pfDesc))
H A Dcatalog.c202 (pstmt->dhstmt, fSqlType))
289 pstmt->dhstmt,
377 pstmt->dhstmt,
453 pstmt->dhstmt,
529 pstmt->dhstmt,
605 pstmt->dhstmt,
687 pstmt->dhstmt,
764 pstmt->dhstmt,
838 pstmt->dhstmt,
911 pstmt->dhstmt,
[all...]
H A Dherr.c196 HSTMT dhstmt = SQL_NULL_HSTMT; local
217 dhstmt = pstmt->dhstmt;
278 (dhenv, dhdbc, dhstmt, szSqlstate, pfNativeError, szErrorMsg,
H A Dfetch.c87 (pstmt->dhstmt))
213 (pstmt->dhstmt, fFetchType, irow, pcrow, rgfRowStatus))
373 (pstmt->dhstmt, icol, fCType, rgbValue, cbValueMax, pcbValue))
462 (pstmt->dhstmt))
608 (pstmt->dhstmt, irow, fOption, fLock))
H A Dprepare.c117 (pstmt->dhstmt, szSqlStr, cbSqlStr))
244 (pstmt->dhstmt, szCursor, cbCursor))
367 (pstmt->dhstmt, ipar, fParamType, fCType, fSqlType, cbColDef,
413 (pstmt->dhstmt, crow, pirow))
498 (pstmt->dhstmt, fConcurrency, crowKeyset, crowRowset))
H A Dexecute.c149 (pstmt->dhstmt))
300 (pstmt->dhstmt, szSqlStr, cbSqlStr))
405 (pstmt->dhstmt, rgbValue, cbValue))
514 (pstmt->dhstmt, prgbValue))
659 (pstmt->dhstmt, pcpar))
745 (pstmt->dhstmt, ipar, pfSqlType, pcbColDef, pibScale, pfNullable))
H A Dinfo.c373 dword = (DWORD) (pstmt->dhstmt);

Completed in 80 milliseconds