Tag: cws_src680_qiq User: fs Date: 06/05/16 22:19:09 Modified: /dba/connectivity/inc/connectivity/ dbmetadata.hxx
Log: default construction File Changes: Directory: /dba/connectivity/inc/connectivity/ ============================================== File [changed]: dbmetadata.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/dbmetadata.hxx?r1=1.1.2.2&r2=1.1.2.3 Delta lines: +6 -6 ------------------- --- dbmetadata.hxx 17 May 2006 05:08:14 -0000 1.1.2.2 +++ dbmetadata.hxx 17 May 2006 05:19:06 -0000 1.1.2.3 @@ -4,9 +4,9 @@ * * $RCSfile: dbmetadata.hxx,v $ * - * $Revision: 1.1.2.2 $ + * $Revision: 1.1.2.3 $ * - * last change: $Author: fs $ $Date: 2006/05/17 05:08:14 $ + * last change: $Author: fs $ $Date: 2006/05/17 05:19:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -70,6 +70,7 @@ ::std::auto_ptr< DatabaseMetaData_Impl > m_pImpl; public: + DatabaseMetaData(); /** constructs a DatabaseMetaData instance @param _rxConnection is the connection whose meta data you're interested in. @@ -95,12 +96,11 @@ public: /** determines whether the database supports sub queries in the FROM part of a SELECT clause are supported. - @nothrow + @throws ::com::sun::star::sdbc::SQLException + with SQLState 08003 (connection does not exist) if the instances was + default-constructed and does not have a connection, yet. */ bool SAL_CALL supportsSubqueriesInFrom() const; - - private: - DatabaseMetaData(); // never implemented }; //........................................................................ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
