Date: Friday, December 9, 2005 @ 17:03:28
  Author: gilles
    Path: /cvsroot/carob/carob/include

Modified: CarobException.hpp (1.20 -> 1.21)

Added accessor on vendor code


--------------------+
 CarobException.hpp |    2 ++
 1 files changed, 2 insertions(+)


Index: carob/include/CarobException.hpp
diff -u carob/include/CarobException.hpp:1.20 
carob/include/CarobException.hpp:1.21
--- carob/include/CarobException.hpp:1.20       Fri Dec  2 15:53:07 2005
+++ carob/include/CarobException.hpp    Fri Dec  9 17:03:28 2005
@@ -105,6 +105,8 @@
 
   /** get the SQLState if any */
   const std::wstring & getSQLState() const { return SQLState; }
+  /* Retrieves the vendor-specific exception code */
+  int32_t getErrorCode() { return vendorCode; }
 
 protected:
   /** Error message */

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to