#include <CompositeSqlCreator.h>
Public Member Functions | |
CompositeSqlCreator (std::string const &composite_operator, std::vector< std::shared_ptr< SqlCreator > > children, std::string const &ending="") | |
std::string | create_sql () |
Definition at line 18 of file CompositeSqlCreator.h.
sqllib::CompositeSqlCreator::CompositeSqlCreator | ( | std::string const & | composite_operator, |
std::vector< std::shared_ptr< SqlCreator > > | children, | ||
std::string const & | ending = "" |
||
) |
Definition at line 13 of file CompositeSqlCreator.cpp.
std::string sqllib::CompositeSqlCreator::create_sql | ( | ) | [virtual] |
Implements sqllib::SqlCreator.
Definition at line 20 of file CompositeSqlCreator.cpp.