Searched refs:SQL_C_SLONG (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbgrid.cpp283 case SQL_C_SLONG:
349 (sqltype == SQL_C_SLONG) ||
360 (sqltype == SQL_C_SLONG) ||
407 (sqltype == SQL_C_SLONG) ||
418 (sqltype == SQL_C_SLONG) ||
442 (sqltype == SQL_C_SLONG) ||
465 (sqltype == SQL_C_SLONG) ||
490 (sqltype == SQL_C_SLONG) ||
H A Ddbtable.cpp1336 case SQL_C_SLONG:
2144 case SQL_C_SLONG:
2235 case SQL_C_SLONG:
2398 pColDataPtrs[index].SqlCtype = SQL_C_SLONG;
2763 case SQL_C_SLONG:
2837 case SQL_C_SLONG:
H A Ddb.cpp2666 GetData( 7, SQL_C_SLONG, (UCHAR*) &colInf[colNo].columnLength, 0, &cb);
2824 GetData( 7, SQL_C_SLONG, (UCHAR*) &colInf[colNo].columnLength, 0, &cb);
2825 // BJO 991214 : SQL_C_SSHORT instead of SQL_C_SLONG, otherwise fails on Sparc (probably all 64 bit architectures)
3080 GetData( 7, SQL_C_SLONG, (UCHAR*) &colInf[colNo].columnLength, 0, &cb);
3526 GetData(7,SQL_C_SLONG, (UCHAR *)&precision, 0, &cb);
3527 GetData(8,SQL_C_SLONG, (UCHAR *)&length, 0, &cb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/iodbc/
H A Dfetch.c306 case SQL_C_SLONG:
H A Dprepare.c327 case SQL_C_SLONG:
H A Dresult.c73 case SQL_C_SLONG:
H A Disqlext.h87 #define SQL_C_SLONG SQL_C_LONG+SQL_SIGNED_OFFSET macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Dbrowsedb.cpp472 i_SqlTyp[11] = SQL_C_SLONG; s_SqlTyp[11] = _T("SQL_C_SLONG");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Disqlext.h87 #define SQL_C_SLONG SQL_C_LONG+SQL_SIGNED_OFFSET macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Ddbtest.cpp306 #ifdef SQL_C_SLONG
307 if (DataTypeSupported(pDb,SQL_C_SLONG, &nativeDataTypeName))
309 nativeDataTypeName = wxT("SQL_C_SLONG (") + nativeDataTypeName;

Completed in 329 milliseconds