Lines Matching refs:m_xRow

2038             :m_xRow( _xRow )  in RowValue()
2044 …virtual ::rtl::OUString getString() const { return m_xRow->getString( m_nPos… in getString()
2045 …virtual sal_Bool getBoolean() const { return m_xRow->getBoolean( m_nPo… in getBoolean()
2046 …virtual sal_Int8 getByte() const { return m_xRow->getByte( m_nPos )… in getByte()
2047 …virtual sal_Int16 getShort() const { return m_xRow->getShort( m_nPos … in getShort()
2048 …virtual sal_Int32 getInt() const { return m_xRow->getInt( m_nPos );… in getInt()
2049 …virtual sal_Int64 getLong() const { return m_xRow->getLong( m_nPos )… in getLong()
2050 …virtual float getFloat() const { return m_xRow->getFloat( m_nPos … in getFloat()
2051 …virtual double getDouble() const { return m_xRow->getDouble( m_nPos… in getDouble()
2052 …virtual Date getDate() const { return m_xRow->getDate( m_nPos )… in getDate()
2053 …virtual Time getTime() const { return m_xRow->getTime( m_nPos )… in getTime()
2054 …virtual DateTime getTimestamp() const { return m_xRow->getTimestamp( m_n… in getTimestamp()
2055 …virtual Sequence< sal_Int8 > getBytes() const { return m_xRow->getBytes( m_nPos … in getBytes()
2056 …virtual Reference< XInputStream > getBinaryStream() const { return m_xRow->getBinaryStream( … in getBinaryStream()
2057 …virtual Reference< XInputStream > getCharacterStream() const { return m_xRow->getCharacterStrea… in getCharacterStream()
2058 virtual Reference< XBlob > getBlob() const { return m_xRow->getBlob( m_nPos ); }; in getBlob()
2059 virtual Reference< XClob > getClob() const { return m_xRow->getClob( m_nPos ); }; in getClob()
2060 virtual Any getObject() const { return m_xRow->getObject( m_nPos ,NULL); }; in getObject()
2061 … virtual sal_Bool wasNull() const { return m_xRow->wasNull( ); }; in wasNull()
2064 const Reference< XRow > m_xRow; member in connectivity::detail::RowValue