diff Core/SQLite/Statement.h @ 80:6212bf978584

status of series
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Sep 2012 15:18:12 +0200
parents c996319e90bc
children 0e97abc7b950
line wrap: on
line diff
--- a/Core/SQLite/Statement.h	Thu Sep 20 13:47:54 2012 +0200
+++ b/Core/SQLite/Statement.h	Thu Sep 20 15:18:12 2012 +0200
@@ -137,6 +137,7 @@
       ColumnType GetDeclaredColumnType(int col) const;
 
       // These all take a 0-based argument index.
+      bool ColumnIsNull(int col) const ;
       bool ColumnBool(int col) const;
       int ColumnInt(int col) const;
       int64_t ColumnInt64(int col) const;