| 
    LiteSQL
    
   | 
 
base class of operators in expressions More...
#include <expr.hpp>


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 | |
| Oper (const FieldType &fld, const std::string &o, const std::string &d) | |
| Oper (const FieldType &fld, const std::string &o, const FieldType &f2) | |
Protected Attributes | |
| const FieldType & | field | 
| std::string | op | 
| std::string | data | 
| bool | escape | 
  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  | |
base class of operators in expressions