Searched refs:SQL_C_TINYINT (Results 1 – 4 of 4) sorted by relevance
878 case SQL_BIT: fCType = SQL_C_TINYINT; in getBindTypes()880 case SQL_TINYINT: fCType = SQL_C_TINYINT; in getBindTypes()
226 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_TINYINT,m_bWasNull,**this,&nVa… in getByte()
430 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_TINYINT,&nRet,sizeof nRet); in getByte()
247 #define SQL_C_TINYINT SQL_TINYINT macro
Completed in 35 milliseconds