User: rt Date: 06/05/04 01:38:40 Modified: /dba/dbaccess/source/core/inc/ querycontainer.hxx
Log: INTEGRATION: CWS dba203c (1.12.110); FILE MERGED 2006/04/25 08:45:19 fs 1.12.110.1: corrected wrong documentation File Changes: Directory: /dba/dbaccess/source/core/inc/ ========================================= File [changed]: querycontainer.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/querycontainer.hxx?r1=1.12&r2=1.13 Delta lines: +4 -8 ------------------- --- querycontainer.hxx 8 Sep 2005 13:47:12 -0000 1.12 +++ querycontainer.hxx 4 May 2006 08:38:37 -0000 1.13 @@ -157,18 +157,14 @@ public: /** ctor of the container. The parent has to support the <type scope="com::sun::star::sdbc">XConnection</type> interface.<BR> - @param _rQueryFilter restricts the visible tables by name - @param _rQueryTypeFilter restricts the visible tables by type - @param _rxMasterQueries the container for the "master objects", i.e. the objects implementing - the <type scope="com::sun::star::sdb">CommandDefinition</type> service - which this container's elements extend + @param _pWarnings specifies a warnings container (May be <NULL/>) - <p>Any errors which occur during the lifetime of the query container, + + Any errors which occur during the lifetime of the query container, which cannot be reported as exceptionts (for instance in methods where throwing an SQLException is not allowed) will be appended to this container.</p> <p>The caller is responsible for ensuring the lifetime of the object pointed to by this parameter. - Usually, it's the same object as referenced by _rConnection</p> */ OQueryContainer( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer >& _rxCommandDefinitions, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
