Searched refs:OPrivateRow (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/dbaccess/source/core/api/ |
H A D | PrivateRow.cxx | 39 ::sal_Bool SAL_CALL OPrivateRow::wasNull( ) throw (SQLException, RuntimeException) in wasNull() 43 …::rtl::OUString SAL_CALL OPrivateRow::getString( ::sal_Int32 columnIndex ) throw (SQLException, Ru… in getString() 48 …::sal_Bool SAL_CALL OPrivateRow::getBoolean( ::sal_Int32 columnIndex ) throw (SQLException, Runtim… in getBoolean() 53 …::sal_Int8 SAL_CALL OPrivateRow::getByte( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeEx… in getByte() 58 …::sal_Int16 SAL_CALL OPrivateRow::getShort( ::sal_Int32 columnIndex ) throw (SQLException, Runtime… in getShort() 63 …::sal_Int32 SAL_CALL OPrivateRow::getInt( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeEx… in getInt() 68 …::sal_Int64 SAL_CALL OPrivateRow::getLong( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeE… in getLong() 73 …float SAL_CALL OPrivateRow::getFloat( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeExcept… in getFloat() 78 …double SAL_CALL OPrivateRow::getDouble( ::sal_Int32 columnIndex ) throw (SQLException, RuntimeExce… in getDouble() 118 …Reference< XRef > SAL_CALL OPrivateRow::getRef( ::sal_Int32 columnIndex ) throw (SQLException, Run… in getRef() [all …]
|
H A D | PrivateRow.hxx | 32 class OPrivateRow : public ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XRow> class 37 OPrivateRow(const ORowSetValueVector::Vector& i_aRow) : m_aRow(i_aRow),m_nPos(0) in OPrivateRow() function in dbaccess::OPrivateRow
|
H A D | KeySet.cxx | 949 m_aKeyIter->second.second.second = new OPrivateRow(_rInsertRow->get()); in tryRefetch()
|
Completed in 29 milliseconds