|
LiteSQL
|
connects two expression with or-operator. More...
#include <expr.hpp>


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