diff options
| author | randomdan <randomdan@localhost> | 2010-09-21 19:51:33 +0000 |
|---|---|---|
| committer | randomdan <randomdan@localhost> | 2010-09-21 19:51:33 +0000 |
| commit | 1625b924e8549abc2a3c31d2a0af01ab28fd3b18 (patch) | |
| tree | f1a3f83bbb0b801453e168a65d4ea6b98816bc96 /project2/urlRows.h | |
| parent | Rewrite the whole of parameter and column binding almost from scratch (diff) | |
| download | project2-1625b924e8549abc2a3c31d2a0af01ab28fd3b18.tar.bz2 project2-1625b924e8549abc2a3c31d2a0af01ab28fd3b18.tar.xz project2-1625b924e8549abc2a3c31d2a0af01ab28fd3b18.zip | |
Handle null fields
Use null to hide null license details
Fix mask counter
Include change log
Diffstat (limited to 'project2/urlRows.h')
| -rw-r--r-- | project2/urlRows.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/urlRows.h b/project2/urlRows.h index d9eb413..5ee7597 100644 --- a/project2/urlRows.h +++ b/project2/urlRows.h @@ -19,6 +19,7 @@ class _UrlRows : public PerRowValues { const Glib::ustring & getColumnName(unsigned int col) const; const Glib::ustring & getCurrentValue(const Glib::ustring & id) const; const Glib::ustring & getCurrentValue(unsigned int col) const; + bool isNull(unsigned int col) const; virtual void rowReady() const = 0; typedef std::set<gunichar> CharSet; |
