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

Detailed Description

used to connect two expressions


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

SourceForge.net Logo