Lines Matching refs:getValue
401 const ORowSetValue& OResultSet::getValue(sal_Int32 _nColumnIndex,SQLSMALLINT _nType,void* _pValue,S… in getValue() function in OResultSet
414 …OTools::getValue(m_pStatement->getOwnConnection(),m_aStatementHandle,_nColumnIndex,_nType,m_bWasNu… in getValue()
422 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_BIT,&nVal,sizeof nVal); in getBoolean()
430 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_TINYINT,&nRet,sizeof nRet); in getByte()
494 const ORowSetValue& aValue = getValue( columnIndex, in getDate()
504 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_DOUBLE,&nRet,sizeof nRet); in getDouble()
512 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_FLOAT,&nRet,sizeof nRet); in getFloat()
520 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_LONG,&nRet,sizeof nRet); in getInt()
539 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_SBIGINT,&nRet,sizeof nRet); in getLong()
604 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_SHORT,&nRet,sizeof nRet); in getShort()
617 nRet = getValue(columnIndex,0,NULL,0); in getString()
632 const ORowSetValue& aValue = getValue(columnIndex, in getTime()
644 const ORowSetValue& aValue = getValue(columnIndex, in getTimestamp()