Lines Matching refs:m_nPos

2039             ,m_nPos( _nPos )  in RowValue()
2044 …al ::rtl::OUString getString() const { return m_xRow->getString( m_nPos ); }; in getString()
2045 …l sal_Bool getBoolean() const { return m_xRow->getBoolean( m_nPos ); }; in getBoolean()
2046 …tual sal_Int8 getByte() const { return m_xRow->getByte( m_nPos ); }; in getByte()
2047 …tual sal_Int16 getShort() const { return m_xRow->getShort( m_nPos ); } in getShort()
2048 …irtual sal_Int32 getInt() const { return m_xRow->getInt( m_nPos ); } in getInt()
2049 …rtual sal_Int64 getLong() const { return m_xRow->getLong( m_nPos ); } in getLong()
2050 …ual float getFloat() const { return m_xRow->getFloat( m_nPos ); }; in getFloat()
2051 …al double getDouble() const { return m_xRow->getDouble( m_nPos ); }; in getDouble()
2052 …tual Date getDate() const { return m_xRow->getDate( m_nPos ); }; in getDate()
2053 …tual Time getTime() const { return m_xRow->getTime( m_nPos ); }; in getTime()
2054 …DateTime getTimestamp() const { return m_xRow->getTimestamp( m_nPos ); }; in getTimestamp()
2055 …ual Sequence< sal_Int8 > getBytes() const { return m_xRow->getBytes( m_nPos ); }; in getBytes()
2056 …erence< XInputStream > getBinaryStream() const { return m_xRow->getBinaryStream( m_nPos ); }; in getBinaryStream()
2057 …nce< XInputStream > getCharacterStream() const { return m_xRow->getCharacterStream( m_nPos ); }; 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()
2065 const sal_Int32 m_nPos; member in connectivity::detail::RowValue