diff Core/SQLite/Statement.h @ 1582:bd1889029cbb

encoding of exceptions
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 Aug 2015 17:39:38 +0200
parents 63d47b1fa239
children b1291df2f780
line wrap: on
line diff
--- a/Core/SQLite/Statement.h	Tue Aug 25 16:18:37 2015 +0200
+++ b/Core/SQLite/Statement.h	Tue Aug 25 17:39:38 2015 +0200
@@ -81,9 +81,11 @@
     private:
       StatementReference  reference_;
 
-      int CheckError(int err) const;
+      int CheckError(int err, 
+                     ErrorCode code) const;
 
-      void CheckOk(int err) const;
+      void CheckOk(int err, 
+                   ErrorCode code) const;
 
       struct sqlite3_stmt* GetStatement() const
       {