diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-06-17 01:39:01 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-06-17 01:39:01 +0100 |
commit | 2309e2dfe487d7dffbc5a1ad8c7a18d1e74c1525 (patch) | |
tree | db0c9a5d192816cd48dc9aaf6fd4ca420de0c116 | |
parent | Support table source being a SqlWriter expression (diff) | |
download | libdbpp-2309e2dfe487d7dffbc5a1ad8c7a18d1e74c1525.tar.bz2 libdbpp-2309e2dfe487d7dffbc5a1ad8c7a18d1e74c1525.tar.xz libdbpp-2309e2dfe487d7dffbc5a1ad8c7a18d1e74c1525.zip |
Add missing doxygen comment
-rw-r--r-- | libdbpp/sqlWriter.h | 1 |
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; }; } |