diff options
-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; }; } |