User: hr      
Date: 06/01/25 05:43:44

Modified:
 /dba/dbaccess/source/core/api/
  RowSetCache.hxx

Log:
 INTEGRATION: CWS stlusagefix01 (1.25.74); FILE MERGED
 2006/01/17 09:00:19 oj 1.25.74.2: #i60480# stl usage corrected
 2006/01/16 13:47:16 oj 1.25.74.1: #i60480# fix stl usage

File Changes:

Directory: /dba/dbaccess/source/core/api/
=========================================

File [changed]: RowSetCache.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSetCache.hxx?r1=1.25&r2=1.26
Delta lines:  +2 -26
--------------------
--- RowSetCache.hxx     8 Sep 2005 10:01:59 -0000       1.25
+++ RowSetCache.hxx     25 Jan 2006 13:43:41 -0000      1.26
@@ -173,7 +173,6 @@
 
                void rotateCacheIterator(sal_Int16 _nDist);
                void updateValue(sal_Int32 columnIndex,const 
connectivity::ORowSetValue& x);
-               connectivity::ORowSetValue getValue(sal_Int32 columnIndex);
                // checks and set the flags isAfterLast isLast and position 
when afterlast is true
                void checkPositionFlags();
                void checkUpdateConditions(sal_Int32 columnIndex);
@@ -203,39 +202,18 @@
 
                // called from the rowset when a updateXXX was called for the 
first time
                void setUpdateIterator(const ORowSetMatrix::iterator& 
_rOriginalRow);
-               ORowSetCacheIterator createIterator();
+               ORowSetCacheIterator createIterator(ORowSetBase* _pRowSet);
                // sets the size of the matrix
                void setMaxRowSize(sal_Int32 _nSize);
 
                TORowSetOldRowHelperRef registerOldRow();
                void deregisterOldRow(const TORowSetOldRowHelperRef& _rRow);
 
+               void clearModified();
                
        // ::com::sun::star::sdbc::XResultSetMetaDataSupplier
                ::com::sun::star::uno::Reference< 
::com::sun::star::sdbc::XResultSetMetaData > getMetaData(  );
 
-       // ::com::sun::star::sdbc::XRow
-               sal_Bool wasNull(  );
-               ::rtl::OUString getString( sal_Int32 columnIndex );
-               sal_Bool getBoolean( sal_Int32 columnIndex );
-               sal_Int8 getByte( sal_Int32 columnIndex );
-               sal_Int16 getShort( sal_Int32 columnIndex );
-               sal_Int32 getInt( sal_Int32 columnIndex );
-               sal_Int64 getLong( sal_Int32 columnIndex );
-               float getFloat( sal_Int32 columnIndex );
-               double getDouble( sal_Int32 columnIndex );
-               ::com::sun::star::uno::Sequence< sal_Int8 > getBytes( sal_Int32 
columnIndex );
-               ::com::sun::star::util::Date getDate( sal_Int32 columnIndex );
-               ::com::sun::star::util::Time getTime( sal_Int32 columnIndex );
-               ::com::sun::star::util::DateTime getTimestamp( sal_Int32 
columnIndex );
-               ::com::sun::star::uno::Reference< 
::com::sun::star::io::XInputStream > getBinaryStream( sal_Int32 columnIndex );
-               ::com::sun::star::uno::Reference< 
::com::sun::star::io::XInputStream > getCharacterStream( sal_Int32 columnIndex 
);
-               ::com::sun::star::uno::Any getObject( sal_Int32 columnIndex, 
const ::com::sun::star::uno::Reference< 
::com::sun::star::container::XNameAccess >& typeMap );
-               ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef 
> getRef( sal_Int32 columnIndex );
-               ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob 
> getBlob( sal_Int32 columnIndex );
-               ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob 
> getClob( sal_Int32 columnIndex );
-               ::com::sun::star::uno::Reference< 
::com::sun::star::sdbc::XArray > getArray( sal_Int32 columnIndex );
-
        // ::com::sun::star::sdbcx::XRowLocate
                ::com::sun::star::uno::Any getBookmark(  );
                sal_Bool moveToBookmark( const ::com::sun::star::uno::Any& 
bookmark );
@@ -245,7 +223,6 @@
                sal_Int32 hashBookmark( const ::com::sun::star::uno::Any& 
bookmark );
 
        // ::com::sun::star::sdbc::XRowUpdate
-               void updateNull( sal_Int32 columnIndex );
                void updateBinaryStream( sal_Int32 columnIndex, const 
::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& x, 
sal_Int32 length );
                void updateCharacterStream( sal_Int32 columnIndex, const 
::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& x, 
sal_Int32 length );
                void updateObject( sal_Int32 columnIndex, const 
::com::sun::star::uno::Any& x );
@@ -269,7 +246,6 @@
                sal_Bool rowUpdated(  );
                sal_Bool rowInserted(  );
                sal_Bool rowDeleted(  );
-               ::com::sun::star::uno::Reference< 
::com::sun::star::uno::XInterface > getStatement(  );
 
        // ::com::sun::star::sdbc::XResultSetUpdate
                sal_Bool insertRow();




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to