Lines Matching refs:columnIndex

43 …::rtl::OUString SAL_CALL OPrivateRow::getString( ::sal_Int32 columnIndex ) throw (SQLException, Ru…  in getString()  argument
45 m_nPos = columnIndex; in getString()
48 …::sal_Bool SAL_CALL OPrivateRow::getBoolean( ::sal_Int32 columnIndex ) throw (SQLException, Runtim… in getBoolean() argument
50 m_nPos = columnIndex; in getBoolean()
53 …::sal_Int8 SAL_CALL OPrivateRow::getByte( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeEx… in getByte() argument
55 m_nPos = columnIndex; in getByte()
58 …::sal_Int16 SAL_CALL OPrivateRow::getShort( ::sal_Int32 columnIndex ) throw (SQLException, Runtime… in getShort() argument
60 m_nPos = columnIndex; in getShort()
63 …::sal_Int32 SAL_CALL OPrivateRow::getInt( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeEx… in getInt() argument
65 m_nPos = columnIndex; in getInt()
68 …::sal_Int64 SAL_CALL OPrivateRow::getLong( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeE… in getLong() argument
70 m_nPos = columnIndex; in getLong()
73 …float SAL_CALL OPrivateRow::getFloat( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeExcept… in getFloat() argument
75 m_nPos = columnIndex; in getFloat()
78 …double SAL_CALL OPrivateRow::getDouble( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeExce… in getDouble() argument
80 m_nPos = columnIndex; in getDouble()
83 …Sequence< ::sal_Int8 > SAL_CALL OPrivateRow::getBytes( ::sal_Int32 columnIndex ) throw (SQLExcepti… in getBytes() argument
85 m_nPos = columnIndex; in getBytes()
88 …::com::sun::star::util::Date SAL_CALL OPrivateRow::getDate( ::sal_Int32 columnIndex ) throw (SQLEx… in getDate() argument
90 m_nPos = columnIndex; in getDate()
93 …::com::sun::star::util::Time SAL_CALL OPrivateRow::getTime( ::sal_Int32 columnIndex ) throw (SQLEx… in getTime() argument
95 m_nPos = columnIndex; in getTime()
98 …::com::sun::star::util::DateTime SAL_CALL OPrivateRow::getTimestamp( ::sal_Int32 columnIndex ) thr… in getTimestamp() argument
100 m_nPos = columnIndex; in getTimestamp()
103 …:io::XInputStream > SAL_CALL OPrivateRow::getBinaryStream( ::sal_Int32 columnIndex ) throw (SQLExc… in getBinaryStream() argument
105 m_nPos = columnIndex; in getBinaryStream()
108 …::XInputStream > SAL_CALL OPrivateRow::getCharacterStream( ::sal_Int32 columnIndex ) throw (SQLExc… in getCharacterStream() argument
110 m_nPos = columnIndex; in getCharacterStream()
113 …Any SAL_CALL OPrivateRow::getObject( ::sal_Int32 columnIndex, const Reference< ::com::sun::star::c… in getObject() argument
115 m_nPos = columnIndex; in getObject()
118 …Reference< XRef > SAL_CALL OPrivateRow::getRef( ::sal_Int32 columnIndex ) throw (SQLException, Run… in getRef() argument
120 m_nPos = columnIndex; in getRef()
123 …Reference< XBlob > SAL_CALL OPrivateRow::getBlob( ::sal_Int32 columnIndex ) throw (SQLException, R… in getBlob() argument
125 m_nPos = columnIndex; in getBlob()
128 …Reference< XClob > SAL_CALL OPrivateRow::getClob( ::sal_Int32 columnIndex ) throw (SQLException, R… in getClob() argument
130 m_nPos = columnIndex; in getClob()
133 …Reference< XArray > SAL_CALL OPrivateRow::getArray( ::sal_Int32 columnIndex ) throw (SQLException,… in getArray() argument
135 m_nPos = columnIndex; in getArray()