User: hr Date: 06/06/19 18:44:05 Modified: /dba/connectivity/source/drivers/mozab/ MPreparedStatement.hxx
Log: INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2005/11/21 10:07:51 fs 1.6.30.1: #i57457# warning-free code on unx* File Changes: Directory: /dba/connectivity/source/drivers/mozab/ ================================================== File [changed]: MPreparedStatement.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MPreparedStatement.hxx?r1=1.6&r2=1.7 Delta lines: +7 -0 ------------------- --- MPreparedStatement.hxx 8 Sep 2005 06:19:23 -0000 1.6 +++ MPreparedStatement.hxx 20 Jun 2006 01:44:03 -0000 1.7 @@ -179,6 +179,13 @@ virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL getResultSet( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); virtual sal_Int32 SAL_CALL getUpdateCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); virtual sal_Bool SAL_CALL getMoreResults( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); + + public: + using OStatement_Base::executeQuery; + using OStatement_Base::executeUpdate; + using OStatement_Base::execute; + protected: + using OPropertySetHelper::getFastPropertyValue; }; } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
