Searched refs:SQL_C_DOUBLE (Results 1 – 4 of 4) sorted by relevance
890 case SQL_REAL: fCType = SQL_C_DOUBLE; in getBindTypes()892 case SQL_DOUBLE: fCType = SQL_C_DOUBLE; in getBindTypes()
298 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_DOUBLE,m_bWasNull,**this,&nVal… in getDouble()
504 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_DOUBLE,&nRet,sizeof nRet); in getDouble()
235 #define SQL_C_DOUBLE SQL_DOUBLE macro
Completed in 43 milliseconds