summaryrefslogtreecommitdiff
path: root/project2/urlRows.h
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2010-09-21 19:51:33 +0000
committerrandomdan <randomdan@localhost>2010-09-21 19:51:33 +0000
commit1625b924e8549abc2a3c31d2a0af01ab28fd3b18 (patch)
treef1a3f83bbb0b801453e168a65d4ea6b98816bc96 /project2/urlRows.h
parentRewrite the whole of parameter and column binding almost from scratch (diff)
downloadproject2-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.h1
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;