Tag: cws_src680_dba20blocker
User: fs      
Date: 05/06/23 06:30:25

Modified:
 /dba/connectivity/source/inc/hsqldb/
  HTable.hxx

Log:
 copying fix for #i47143# into this CWS

File Changes:

Directory: /dba/connectivity/source/inc/hsqldb/
===============================================

File [changed]: HTable.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/hsqldb/HTable.hxx?r1=1.2&r2=1.2.34.1
Delta lines:  +6 -2
-------------------
--- HTable.hxx  6 Apr 2005 10:38:35 -0000       1.2
+++ HTable.hxx  23 Jun 2005 13:30:21 -0000      1.2.34.1
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: HTable.hxx,v $
  *
- *  $Revision: 1.2 $
+ *  $Revision: 1.2.34.1 $
  *
- *  last change: $Author: hr $ $Date: 2005/04/06 10:38:35 $
+ *  last change: $Author: fs $ $Date: 2005/06/23 13:30:21 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -144,6 +144,10 @@
 
                        // XAlterTable
             virtual void SAL_CALL alterColumnByName( const ::rtl::OUString& 
colName, const ::com::sun::star::uno::Reference< 
::com::sun::star::beans::XPropertySet >& descriptor ) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::container::NoSuchElementException, 
::com::sun::star::uno::RuntimeException);
+            
+            // XRename
+            virtual void SAL_CALL rename( const ::rtl::OUString& newName ) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::container::ElementExistException, 
::com::sun::star::uno::RuntimeException);
+
                        /**
                                returns the ALTER TABLE XXX COLUMN statement
                        */




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to