#include <SimpleSqlCreator.h>
Public Member Functions | |
SimpleSqlCreator (std::string const &sql) | |
std::string | create_sql () |
Definition at line 16 of file SimpleSqlCreator.h.
sqllib::SimpleSqlCreator::SimpleSqlCreator | ( | std::string const & | sql | ) |
Definition at line 15 of file SimpleSqlCreator.cpp.
std::string sqllib::SimpleSqlCreator::create_sql | ( | ) | [virtual] |
Implements sqllib::SqlCreator.
Definition at line 20 of file SimpleSqlCreator.cpp.