Index: OResultSet.hxx =================================================================== RCS file: /cvs/dba/connectivity/source/inc/odbc/OResultSet.hxx,v retrieving revision 1.22.52.1 diff -u -r1.22.52.1 OResultSet.hxx --- OResultSet.hxx 6 Mar 2004 16:00:55 -0000 1.22.52.1 +++ OResultSet.hxx 13 May 2004 10:21:47 -0000 @@ -236,6 +236,7 @@ void allocBuffer(); void releaseBuffer(); void updateValue(sal_Int32 columnIndex,SQLSMALLINT _nType,void* _pValue) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); + void fillNeededData(SQLRETURN _nRet); const ORowSetValue& getValue(sal_Int32 _nColumnIndex,SQLSMALLINT _nType,void* _pValue,SQLINTEGER _rSize); sal_Bool moveImpl(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool _bRetrieveData);