Index: src/libchcore/TSQLiteStatement.h =================================================================== diff -u -N -r1875711000138ff9d4185c2e3e74d455533de8a8 -ra5aa3c3cb78f3767641de2627d1a49a1dc35b429 --- src/libchcore/TSQLiteStatement.h (.../TSQLiteStatement.h) (revision 1875711000138ff9d4185c2e3e74d455533de8a8) +++ src/libchcore/TSQLiteStatement.h (.../TSQLiteStatement.h) (revision a5aa3c3cb78f3767641de2627d1a49a1dc35b429) @@ -85,6 +85,8 @@ void GetValue(int iCol, unsigned short& uiValue); void GetValue(int iCol, int& iValue); void GetValue(int iCol, unsigned int& uiValue); + void GetValue(int iCol, long& lValue); + void GetValue(int iCol, unsigned long& ulValue); void GetValue(int iCol, long long& llValue); void GetValue(int iCol, unsigned long long& ullValue); void GetValue(int iCol, double& dValue);