User: hr Date: 06/06/19 19:03:58 Modified: /dba/connectivity/source/inc/java/sql/ PreparedStatement.hxx
Log: INTEGRATION: CWS warnings01 (1.8.30); FILE MERGED 2005/11/21 10:07:58 fs 1.8.30.1: #i57457# warning-free code on unx* File Changes: Directory: /dba/connectivity/source/inc/java/sql/ ================================================= File [changed]: PreparedStatement.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/java/sql/PreparedStatement.hxx?r1=1.8&r2=1.9 Delta lines: +5 -0 ------------------- --- PreparedStatement.hxx 8 Sep 2005 07:22:18 -0000 1.8 +++ PreparedStatement.hxx 20 Jun 2006 02:03:56 -0000 1.9 @@ -124,6 +124,11 @@ virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ) 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 java_sql_Statement_Base::executeQuery; + using java_sql_Statement_Base::executeUpdate; + using java_sql_Statement_Base::execute; }; } #endif // _CONNECTIVITY_JAVA_SQL_PREPAREDSTATEMENT_HXX_ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
