summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/mysql
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-28 13:54:34 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-28 13:54:34 +0000
commit3f2a08465e30eca0fa55e9597686ea88f4c58097 (patch)
treee0d48a0abcd4b88c7a00abd9353c7b522f102c49 /connectivity/source/inc/mysql
parent2b9f88cbfaeb62bf243e6808a86b08821628380b (diff)
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
Diffstat (limited to 'connectivity/source/inc/mysql')
-rw-r--r--connectivity/source/inc/mysql/YTable.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/connectivity/source/inc/mysql/YTable.hxx b/connectivity/source/inc/mysql/YTable.hxx
index 067ed8380259..c82b50cb36e5 100644
--- a/connectivity/source/inc/mysql/YTable.hxx
+++ b/connectivity/source/inc/mysql/YTable.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: YTable.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 02:04:54 $
+ * last change: $Author: ihi $ $Date: 2006-08-28 14:54:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -85,6 +85,13 @@ namespace connectivity
*/
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>