LiteSQL
|
A base class for expression in WHERE - clause. More...
#include <expr.hpp>
Public Member Functions | |
virtual std::string | asString () const |
const std::vector< std::string > & | getExtraTables () const |
Static Public Attributes | |
static const char * | True ="True" |
constant for True expression | |
Protected Attributes | |
std::vector< std::string > | extraTables |
A base class for expression in WHERE - clause.