User: hr Date: 06/06/19 19:05:32 Modified: /dba/connectivity/source/inc/odbc/ ODatabaseMetaDataResultSet.hxx
Log: INTEGRATION: CWS warnings01 (1.11.30); FILE MERGED 2005/11/21 10:07:59 fs 1.11.30.3: #i57457# warning-free code on unx* 2005/11/16 12:59:27 fs 1.11.30.2: #i57457# warning free code 2005/11/07 14:44:09 fs 1.11.30.1: #i57457# warning-free code File Changes: Directory: /dba/connectivity/source/inc/odbc/ ============================================= File [changed]: ODatabaseMetaDataResultSet.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/odbc/ODatabaseMetaDataResultSet.hxx?r1=1.11&r2=1.12 Delta lines: +6 -8 ------------------- --- ODatabaseMetaDataResultSet.hxx 8 Sep 2005 07:35:31 -0000 1.11 +++ ODatabaseMetaDataResultSet.hxx 20 Jun 2006 02:05:29 -0000 1.12 @@ -123,7 +123,6 @@ SQLRETURN m_nCurrentFetchState; sal_Bool m_bWasNull; sal_Bool m_bEOF; // after last record - sal_Bool m_bLastRecord; sal_Bool m_bFreeHandle; // set the columncount of the driver @@ -134,10 +133,6 @@ sal_Int32 getFetchSize() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); ::rtl::OUString getCursorName() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); - void setFetchDirection(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); - void setFetchSize(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); - - sal_Int32 mapColumn (sal_Int32 column); protected: @@ -168,7 +163,7 @@ ODatabaseMetaDataResultSet(OConnection* _pConnection); - inline void* getOdbcFunction(sal_Int32 _nIndex) const + inline oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const { return m_pConnection->getOdbcFunction(_nIndex); } @@ -270,6 +265,9 @@ const ::rtl::OUString& table,sal_Int32 scope, sal_Bool nullable )throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); void openIndexInfo( const ::com::sun::star::uno::Any& catalog, const ::rtl::OUString& schema, const ::rtl::OUString& table,sal_Bool unique,sal_Bool approximate )throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); + + protected: + using OPropertySetHelper::getFastPropertyValue; }; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
