Tag: cws_src680_qiq
User: fs      
Date: 06/06/09 04:53:42

Modified:
 /dba/connectivity/inc/connectivity/
  dbexception.hxx

Log:
 #i51143# +SQLExceptionInfo::doThrow

File Changes:

Directory: /dba/connectivity/inc/connectivity/
==============================================

File [changed]: dbexception.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/dbexception.hxx?r1=1.14.56.6&r2=1.14.56.7
Delta lines:  +11 -2
--------------------
--- dbexception.hxx     19 May 2006 09:46:16 -0000      1.14.56.6
+++ dbexception.hxx     9 Jun 2006 11:53:39 -0000       1.14.56.7
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: dbexception.hxx,v $
  *
- *  $Revision: 1.14.56.6 $
+ *  $Revision: 1.14.56.7 $
  *
- *  last change: $Author: fs $ $Date: 2006/05/19 09:46:16 $
+ *  last change: $Author: fs $ $Date: 2006/06/09 11:53:39 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -153,6 +153,15 @@
             the error code of the exception to append
     */
     void    append( TYPE _eType, const ::rtl::OUString& _rErrorMessage, const 
sal_Char* _pAsciiSQLState = NULL, const sal_Int32 _nErrorCode = 0 );
+
+    /** throws (properly typed) the exception contained in the object
+        @precond
+            isValid() returns <TRUE/>
+        @throws SQLException
+        @throws RuntimeException
+            if the instance does not contain an SQLException
+    */
+    void    doThrow();
 
        const SQLExceptionInfo& operator=(const 
::com::sun::star::sdbc::SQLException& _rError);
        const SQLExceptionInfo& operator=(const 
::com::sun::star::sdbc::SQLWarning& _rError);




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to