User: hr Date: 05/09/23 05:02:01 Modified: /dba/dbaccess/source/core/api/ CacheSet.hxx
Log: INTEGRATION: CWS dba201b (1.16.146); FILE MERGED 2005/09/21 06:43:36 oj 1.16.146.2: RESYNC: (1.16-1.17); FILE MERGED 2005/07/11 13:36:58 fs 1.16.146.1: merging CWS dba201 into CWS dba201b File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: CacheSet.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/CacheSet.hxx?r1=1.17&r2=1.18 Delta lines: +1 -19 -------------------- --- CacheSet.hxx 8 Sep 2005 09:57:28 -0000 1.17 +++ CacheSet.hxx 23 Sep 2005 12:01:58 -0000 1.18 @@ -90,12 +90,7 @@ sal_Bool m_bUpdated; sal_Bool m_bDeleted; - OCacheSet() - :m_bInserted(sal_False) - ,m_bUpdated(sal_False) - ,m_bDeleted(sal_False) - { - } + OCacheSet(); virtual ~OCacheSet(); void setParameter(sal_Int32 nPos @@ -109,19 +104,6 @@ ,::rtl::OUString& _sParameter ,::std::list< sal_Int32>& _rOrgValues); void fillTableName(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xTable) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); - - /** - fetchValue fetches a single value out of the current row - @param _nPos the current column position - @param _nType the type of the current column - @param _xRow the row where to fetch the data from - - @param _rValue out - value which was fetched - */ - void fetchValue(sal_Int32 _nPos, - sal_Int32 _nType, - const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRow>& _xRow, - ::connectivity::ORowSetValue& _rValue); ::rtl::OUString getIdentifierQuoteString() const; public: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
