LiteSQL
Public Member Functions | List of all members
litesql::And Class Reference

connects two expressions with and-operator. More...

#include <expr.hpp>

Inheritance diagram for litesql::And:
Inheritance graph
[legend]
Collaboration diagram for litesql::And:
Collaboration graph
[legend]

Public Member Functions

 And (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 Expre1
 
const Expre2
 
- Protected Attributes inherited from litesql::Expr
std::vector< std::string > extraTables
 

Detailed Description

connects two expressions with and-operator.


The documentation for this class was generated from the following file:

SourceForge.net Logo