diff Core/SQLite/FunctionContext.h @ 273:d384af918264

more detailed signal about deleted file
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 08 Dec 2012 22:34:56 +0100
parents c996319e90bc
children bdd72233b105
line wrap: on
line diff
--- a/Core/SQLite/FunctionContext.h	Fri Dec 07 18:21:04 2012 +0100
+++ b/Core/SQLite/FunctionContext.h	Sat Dec 08 22:34:56 2012 +0100
@@ -69,6 +69,8 @@
 
       int GetIntValue(unsigned int index) const;
 
+      int64_t GetInt64Value(unsigned int index) const;
+
       double GetDoubleValue(unsigned int index) const;
 
       std::string GetStringValue(unsigned int index) const;