Tag: cws_dev300_dba30c User: oj Date: 2008-05-08 12:54:48+0000 Modified: dba/connectivity/inc/connectivity/TTableHelper.hxx dba/connectivity/inc/connectivity/dbtools.hxx
Log: #i64472# use of create pattern 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.6.10.2&r2=1.6.10.3 Delta lines: +3 -1 ------------------- --- TTableHelper.hxx 2008-05-08 07:14:48+0000 1.6.10.2 +++ TTableHelper.hxx 2008-05-08 12:54:45+0000 1.6.10.3 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: TTableHelper.hxx,v $ - * $Revision: 1.6.10.2 $ + * $Revision: 1.6.10.3 $ * * This file is part of OpenOffice.org. * @@ -118,6 +118,8 @@ // helper method to get key properties sdbcx::TKeyProperties getKeyProperties(const ::rtl::OUString& _sName) const; void addKey(const ::rtl::OUString& _sName,const sdbcx::TKeyProperties& _aKeyProperties); + + virtual ::rtl::OUString getTypeCreatePattern() const; }; } #endif // CONNECTIVITY_TABLEHELPER_HXX File [changed]: dbtools.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/dbtools.hxx?r1=1.36.10.1&r2=1.36.10.2 Delta lines: +4 -4 ------------------- --- dbtools.hxx 2008-05-06 11:43:09+0000 1.36.10.1 +++ dbtools.hxx 2008-05-08 12:54:45+0000 1.36.10.2 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: dbtools.hxx,v $ - * $Revision: 1.36.10.1 $ + * $Revision: 1.36.10.2 $ * * This file is part of OpenOffice.org. * @@ -605,7 +605,7 @@ */ ::rtl::OUString createStandardCreateStatement( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection, - bool _bAddScale = false); + const ::rtl::OUString& _sCreatePattern = ::rtl::OUString()); /** creates the standard sql statement for the key part of a create table statement. @param descriptor @@ -626,7 +626,7 @@ */ ::rtl::OUString createStandardColumnPart( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection, - bool _bAddScale = false); + const ::rtl::OUString& _sCreatePattern = ::rtl::OUString()); /** creates a SQL CREATE TABLE statement @param descriptor @@ -640,7 +640,7 @@ */ ::rtl::OUString createSqlCreateTableStatement( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection, - bool _bAddScale = false); + const ::rtl::OUString& _sCreatePattern = ::rtl::OUString()); /** creates a SDBC column with the help of getColumns. @param _xTable --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
