• 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:sqltype

333     int sqltype = m_data->GetColDefs()[(m_ColInfo[col].DbCol)].SqlCtype;
337 if ((sqltype == SQL_C_DATE) ||
338 (sqltype == SQL_C_TIME) ||
339 (sqltype == SQL_C_TIMESTAMP))
347 if ((sqltype == SQL_C_SSHORT) ||
348 (sqltype == SQL_C_USHORT) ||
349 (sqltype == SQL_C_SLONG) ||
350 (sqltype == SQL_C_ULONG))
358 if ((sqltype == SQL_C_SSHORT) ||
359 (sqltype == SQL_C_USHORT) ||
360 (sqltype == SQL_C_SLONG) ||
361 (sqltype == SQL_C_ULONG) ||
362 (sqltype == SQL_C_FLOAT) ||
363 (sqltype == SQL_C_DOUBLE))
392 int sqltype = m_data->GetColDefs()[(m_ColInfo[col].DbCol)].SqlCtype;
395 if ((sqltype == SQL_C_DATE) ||
396 (sqltype == SQL_C_TIME) ||
397 (sqltype == SQL_C_TIMESTAMP))
405 if ((sqltype == SQL_C_SSHORT) ||
406 (sqltype == SQL_C_USHORT) ||
407 (sqltype == SQL_C_SLONG) ||
408 (sqltype == SQL_C_ULONG))
416 if ((sqltype == SQL_C_SSHORT) ||
417 (sqltype == SQL_C_USHORT) ||
418 (sqltype == SQL_C_SLONG) ||
419 (sqltype == SQL_C_ULONG) ||
420 (sqltype == SQL_C_FLOAT) ||
421 (sqltype == SQL_C_DOUBLE))
439 int sqltype = m_data->GetColDefs()[(m_ColInfo[col].DbCol)].SqlCtype;
440 if ((sqltype == SQL_C_SSHORT) ||
441 (sqltype == SQL_C_USHORT) ||
442 (sqltype == SQL_C_SLONG) ||
443 (sqltype == SQL_C_ULONG))
462 int sqltype = m_data->GetColDefs()[(m_ColInfo[col].DbCol)].SqlCtype;
463 if ((sqltype == SQL_C_SSHORT) ||
464 (sqltype == SQL_C_USHORT) ||
465 (sqltype == SQL_C_SLONG) ||
466 (sqltype == SQL_C_ULONG) ||
467 (sqltype == SQL_C_FLOAT) ||
468 (sqltype == SQL_C_DOUBLE))
487 int sqltype = m_data->GetColDefs()[(m_ColInfo[col].DbCol)].SqlCtype;
488 if ((sqltype == SQL_C_SSHORT) ||
489 (sqltype == SQL_C_USHORT) ||
490 (sqltype == SQL_C_SLONG) ||
491 (sqltype == SQL_C_ULONG))
516 int sqltype = pColDefs[(m_ColInfo[col].DbCol)].SqlCtype;
518 if ((sqltype == SQL_C_DATE) ||
519 (sqltype == SQL_C_TIME) ||
520 (sqltype == SQL_C_TIMESTAMP))
544 int sqltype = m_data->GetColDefs()[(m_ColInfo[col].DbCol)].SqlCtype;
545 if ((sqltype == SQL_C_DATE) ||
546 (sqltype == SQL_C_TIME) ||
547 (sqltype == SQL_C_TIMESTAMP))