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


Public Member Functions | |
| virtual string | asString () const |
| Public Member Functions inherited from litesql::Expr | |
| Split | getExtraTables () const |
Protected Member Functions | |
| Connective (string o, const Expr &e1_, const Expr &e2_) | |
Protected Attributes | |
| const Expr & | e1 |
| const Expr & | e2 |
| Protected Attributes inherited from litesql::Expr | |
| Split | 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
|
inlinevirtual |
Reimplemented from litesql::Expr.