Tag: cws_src680_dba205b User: oj Date: 2006/09/04 04:04:27 Modified: dba/connectivity/inc/connectivity/TTableHelper.hxx
Log: RESYNC: (1.3-1.4); FILE MERGED 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.146.1&r2=1.3.146.2 Delta lines: +9 -3 ------------------- --- TTableHelper.hxx 9 Aug 2006 19:59:41 -0000 1.3.146.1 +++ TTableHelper.hxx 4 Sep 2006 11:04:24 -0000 1.3.146.2 @@ -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]
