Searched refs:SQL_C_USHORT (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbgrid.cpp280 case SQL_C_USHORT:
348 (sqltype == SQL_C_USHORT) ||
359 (sqltype == SQL_C_USHORT) ||
406 (sqltype == SQL_C_USHORT) ||
417 (sqltype == SQL_C_USHORT) ||
441 (sqltype == SQL_C_USHORT) ||
464 (sqltype == SQL_C_USHORT) ||
489 (sqltype == SQL_C_USHORT) ||
H A Ddbtable.cpp1332 case SQL_C_USHORT:
2142 case SQL_C_USHORT:
2231 case SQL_C_USHORT:
2779 case SQL_C_USHORT:
2853 case SQL_C_USHORT:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddb.h120 #define SQL_C_BOOLEAN(datatype) (sizeof(datatype) == 1 ? SQL_C_UTINYINT : (sizeof(datatype) == 2 ? SQL_C_USHORT : SQL_C_ULONG))
124 #define SQL_C_ENUM (sizeof(enumDummy) == 2 ? SQL_C_USHORT : SQL_C_ULONG)
H A Disqlext.h91 #define SQL_C_USHORT SQL_C_SHORT+SQL_UNSIGNED_OFFSET macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/iodbc/
H A Dfetch.c304 case SQL_C_USHORT:
H A Dprepare.c325 case SQL_C_USHORT:
H A Dresult.c71 case SQL_C_USHORT:
H A Disqlext.h91 #define SQL_C_USHORT SQL_C_SHORT+SQL_UNSIGNED_OFFSET macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Dbrowsedb.cpp479 i_SqlTyp[18] = SQL_C_USHORT; s_SqlTyp[18] = _T("SQL_C_USHORT");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Ddbtest.cpp394 #ifdef SQL_C_USHORT
395 if (DataTypeSupported(pDb,SQL_C_USHORT, &nativeDataTypeName))
397 nativeDataTypeName = wxT("SQL_C_USHORT (") + nativeDataTypeName;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddb.tex3610 SQL_C_USHORT

Completed in 224 milliseconds