From 5f063693f29ba58c4253f8b1f602a6e826e94e85 Mon Sep 17 00:00:00 2001 From: Pixel Date: Tue, 14 Apr 2009 13:50:29 -0700 Subject: Having the ability to mask off OCCI'S SQLException and return the codes instead. --- include/LuaOCCI.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/LuaOCCI.h b/include/LuaOCCI.h index 683d60e..af446a6 100644 --- a/include/LuaOCCI.h +++ b/include/LuaOCCI.h @@ -12,6 +12,9 @@ class EncapOCCI_##clname : public Base { \ EncapOCCI_##clname(oracle::occi::clname * _o) : o(_o) { } \ ~EncapOCCI_##clname() { } \ oracle::occi::clname * Get() { return o; } \ + bool disableExceptions; \ + String lastError_msg; \ + int lastError_code; \ private: \ oracle::occi::clname * o; \ }; \ -- cgit v1.2.3