Tag: cws_src680_dba24a User: oj Date: 2007-09-25 10:35:57+0000 Modified: dba/connectivity/inc/connectivity/TKeys.hxx
Log: #i81922# new method to get drop stmt File Changes: Directory: /dba/connectivity/inc/connectivity/ ============================================== File [changed]: TKeys.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/TKeys.hxx?r1=1.4&r2=1.4.164.1 Delta lines: +5 -3 ------------------- --- TKeys.hxx 2006-07-10 14:15:58+0000 1.4 +++ TKeys.hxx 2007-09-25 10:35:55+0000 1.4.164.1 @@ -4,9 +4,9 @@ * * $RCSfile: TKeys.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.164.1 $ * - * last change: $Author: obo $ $Date: 2006/07/10 14:15:58 $ + * last change: $Author: oj $ $Date: 2007/09/25 10:35:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -60,6 +60,8 @@ virtual sdbcx::ObjectType appendObject( const ::rtl::OUString& _rForName, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor ); virtual void dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName); + virtual ::rtl::OUString getDropForeignKey() const; + public: OKeysHelper( OTableHelper* _pTable, ::osl::Mutex& _rMutex, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
