LiteSQL
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
litesql::Connective Class Reference

used to connect two expressions More...

#include <expr.hpp>

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

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 Expre1
 
const Expre2
 
- 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
 

Detailed Description

used to connect two expressions


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

SourceForge.net Logo