summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2016-06-17 01:39:01 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2016-06-17 01:39:01 +0100
commit2309e2dfe487d7dffbc5a1ad8c7a18d1e74c1525 (patch)
treedb0c9a5d192816cd48dc9aaf6fd4ca420de0c116
parentSupport table source being a SqlWriter expression (diff)
downloadlibdbpp-2309e2dfe487d7dffbc5a1ad8c7a18d1e74c1525.tar.bz2
libdbpp-2309e2dfe487d7dffbc5a1ad8c7a18d1e74c1525.tar.xz
libdbpp-2309e2dfe487d7dffbc5a1ad8c7a18d1e74c1525.zip
Add missing doxygen comment
-rw-r--r--libdbpp/sqlWriter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdbpp/sqlWriter.h b/libdbpp/sqlWriter.h
index aacf3b3..ff1c51c 100644
--- a/libdbpp/sqlWriter.h
+++ b/libdbpp/sqlWriter.h
@@ -30,6 +30,7 @@ namespace DB {
/// @param buffer The buffer
void writeSql(AdHoc::Buffer & buffer);
+ /// The SQL to write.
std::string sql;
};
}