User: hr Date: 06/06/19 19:06:10 Modified: /dba/connectivity/source/inc/odbc/ OPreparedStatement.hxx
Log: INTEGRATION: CWS warnings01 (1.10.30); FILE MERGED 2005/11/21 10:08:00 fs 1.10.30.1: #i57457# warning-free code on unx* File Changes: Directory: /dba/connectivity/source/inc/odbc/ ============================================= File [changed]: OPreparedStatement.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/odbc/OPreparedStatement.hxx?r1=1.10&r2=1.11 Delta lines: +5 -0 ------------------- --- OPreparedStatement.hxx 8 Sep 2005 07:37:03 -0000 1.10 +++ OPreparedStatement.hxx 20 Jun 2006 02:06:07 -0000 1.11 @@ -180,6 +180,11 @@ virtual void SAL_CALL close( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); // XResultSetMetaDataSupplier virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData > SAL_CALL getMetaData( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); + + public: + using OStatement_Base::executeQuery; + using OStatement_Base::executeUpdate; + using OStatement_Base::execute; }; } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
