Lines Matching refs:ORowSetValue
401 const ORowSetValue& OResultSet::getValue(sal_Int32 _nColumnIndex,SQLSMALLINT _nType,void* _pValue,S… 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()
632 const ORowSetValue& aValue = getValue(columnIndex, in getTime()
644 const ORowSetValue& aValue = getValue(columnIndex, in getTimestamp()