Tag: cws_dev300_dba30c User: oj Date: 2008-05-08 12:56:21+0000 Modified: dba/connectivity/source/inc/mysql/YTable.hxx
Log: #i64472# use of create pattern 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.6&r2=1.6.10.1 Delta lines: +3 -2 ------------------- --- YTable.hxx 2008-04-10 11:39:36+0000 1.6 +++ YTable.hxx 2008-05-08 12:56:18+0000 1.6.10.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: YTable.hxx,v $ - * $Revision: 1.6 $ + * $Revision: 1.6.10.1 $ * * This file is part of OpenOffice.org. * @@ -123,6 +123,7 @@ void alterDefaultValue(const ::rtl::OUString& _sNewDefault,const ::rtl::OUString& _rColName); void dropDefaultValue(const ::rtl::OUString& _sNewDefault); + virtual ::rtl::OUString getTypeCreatePattern() const; }; } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
