User: ihi Date: 2006/08/28 07:51:29 Modified: dba/connectivity/inc/connectivity/TTableHelper.hxx
Log: INTEGRATION: CWS dba205a (1.3.132); FILE MERGED 2006/07/28 13:07:41 oj 1.3.132.1: #i67014# rename view for mysql impl File Changes: Directory: /dba/connectivity/inc/connectivity/ ============================================== File [changed]: TTableHelper.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/TTableHelper.hxx?r1=1.3&r2=1.4 Delta lines: +6 -0 ------------------- --- TTableHelper.hxx 8 Sep 2005 05:00:11 -0000 1.3 +++ TTableHelper.hxx 28 Aug 2006 14:51:27 -0000 1.4 @@ -80,6 +80,12 @@ */ virtual void SAL_CALL disposing(); + /** The default returns "RENAME TABLE " or "RENAME VIEW " depending on the type. + * + * \return The start of the rename statement. + */ + virtual ::rtl::OUString getRenameStart() const; + public: virtual void refreshColumns(); virtual void refreshKeys(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
