comparison 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
comparison
equal deleted inserted replaced
272:337c506461d2 273:d384af918264
67 return argc_; 67 return argc_;
68 } 68 }
69 69
70 int GetIntValue(unsigned int index) const; 70 int GetIntValue(unsigned int index) const;
71 71
72 int64_t GetInt64Value(unsigned int index) const;
73
72 double GetDoubleValue(unsigned int index) const; 74 double GetDoubleValue(unsigned int index) const;
73 75
74 std::string GetStringValue(unsigned int index) const; 76 std::string GetStringValue(unsigned int index) const;
75 77
76 void SetNullResult(); 78 void SetNullResult();