diff Core/SQLite/FunctionContext.h @ 694:72dc919a028c

upgrade database from v3 to v4
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Feb 2014 13:26:19 +0100
parents 2d0a347e8cfc
children 9b9026560a5f
line wrap: on
line diff
--- a/Core/SQLite/FunctionContext.h	Tue Feb 04 17:52:51 2014 +0100
+++ b/Core/SQLite/FunctionContext.h	Wed Feb 05 13:26:19 2014 +0100
@@ -74,6 +74,8 @@
       double GetDoubleValue(unsigned int index) const;
 
       std::string GetStringValue(unsigned int index) const;
+
+      bool IsNullValue(unsigned int index) const;
   
       void SetNullResult();