Searched refs:i_dbDataType (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Dbrowsedb.cpp199 int i_dbDataType; local
223 i_dbDataType = (cl_BrowserDB+i)->pColFor->i_dbDataType;
224 if (i_dbDataType == 0) // Filter unsupported dbDataTypes
228 i_dbDataType = DB_DATA_TYPE_VARCHAR;
230 i_dbDataType = DB_DATA_TYPE_DATE;
232 i_dbDataType = DB_DATA_TYPE_INTEGER;
234 i_dbDataType = DB_DATA_TYPE_VARCHAR;
236 i_dbDataType = DB_DATA_TYPE_FLOAT;
238 if ((i_dbDataType
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddb.cpp258 i_dbDataType = 0;
282 i_dbDataType = dbDataType;
286 if (i_dbDataType == 0) // Filter unsupported dbDataTypes
298 i_dbDataType = DB_DATA_TYPE_VARCHAR;
300 i_dbDataType = DB_DATA_TYPE_DATE;
302 i_dbDataType = DB_DATA_TYPE_INTEGER;
304 i_dbDataType = DB_DATA_TYPE_VARCHAR; // glt - ??? is this right?
306 i_dbDataType = DB_DATA_TYPE_FLOAT;
308 i_dbDataType = DB_DATA_TYPE_BLOB;
311 if ((i_dbDataType
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddb.h387 int i_dbDataType; // conversion of the 'sqlDataType' to the generic data type used by these classes member in class:wxDbColFor
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddb.tex1664 int i_dbDataType; // conversion of the 'sqlDataType'

Completed in 71 milliseconds