User: ihi Date: 2006/08/28 07:54:37 Modified: dba/connectivity/source/inc/mysql/YTable.hxx
Log: INTEGRATION: CWS dba205a (1.4.18); FILE MERGED 2006/07/28 13:07:42 oj 1.4.18.1: #i67014# rename view for mysql impl File Changes: Directory: /dba/connectivity/source/inc/mysql/ ============================================== File [changed]: YTable.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/mysql/YTable.hxx?r1=1.4&r2=1.5 Delta lines: +7 -0 ------------------- --- YTable.hxx 20 Jun 2006 02:04:54 -0000 1.4 +++ YTable.hxx 28 Aug 2006 14:54:34 -0000 1.5 @@ -85,6 +85,13 @@ */ virtual sdbcx::OCollection* createIndexes(const TStringVector& _rNames); + /** Returns always "RENAME TABLE " even for views. + * + * \return The start of the rename statement. + * @see http://dev.mysql.com/doc/refman/5.1/de/rename-table.html + */ + virtual ::rtl::OUString getRenameStart() const; + /** used to implement the creation of the array helper which is shared amongst all instances of the class. This method needs to be implemented in derived classes. <BR> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
