|
LiteSQL
|
used to connect two expressions More...
#include <expr.hpp>


Public Member Functions | |
| virtual std::string | asString () const |
Public Member Functions inherited from litesql::Expr | |
| const std::vector< std::string > & | getExtraTables () const |
Protected Member Functions | |
| Connective (const std::string &o, const Expr &e1_, const Expr &e2_) | |
Protected Attributes | |
| const Expr & | e1 |
| const Expr & | e2 |
Protected Attributes inherited from litesql::Expr | |
| std::vector< std::string > | extraTables |
Additional Inherited Members | |
Static Public Attributes inherited from litesql::Expr | |
| static const char * | True ="True" |
| constant for True expression | |
used to connect two expressions