Tag: cws_src680_dba24 User: fs Date: 05/02/10 08:57:16 Modified: /dba/dbaccess/source/core/inc/ tablecontainer.hxx
Log: #i15113# introduce a data-source-setting which controls which TableTypeFilter to use to obtain *all* tables - IBM's Universe database doesn't like our default behaviour File Changes: Directory: /dba/dbaccess/source/core/inc/ ========================================= File [changed]: tablecontainer.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/tablecontainer.hxx?r1=1.23.50.1&r2=1.23.50.2 Delta lines: +8 -3 ------------------- --- tablecontainer.hxx 9 Feb 2005 08:13:00 -0000 1.23.50.1 +++ tablecontainer.hxx 10 Feb 2005 16:57:14 -0000 1.23.50.2 @@ -2,9 +2,9 @@ * * $RCSfile: tablecontainer.hxx,v $ * - * $Revision: 1.23.50.1 $ + * $Revision: 1.23.50.2 $ * - * last change: $Author: oj $ $Date: 2005/02/09 08:13:00 $ + * last change: $Author: fs $ $Date: 2005/02/10 16:57:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -151,6 +151,11 @@ virtual void SAL_CALL disposing(); virtual void notifyDataSourceModified(); + + /** retrieve a table type filter to pass to <member scope="com::sun::star::sdbc">XDatabaseMetaData::getTables</member>, + according to the current data source settings + */ + void getAllTableTypeFilter( ::com::sun::star::uno::Sequence< ::rtl::OUString >& /* [out] */ _rFilter ) const; public: /** ctor of the container. The parent has to support the <type scope="com::sun::star::sdbc">XConnection</type> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
