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

base class of operators in expressions More...

#include <expr.hpp>

Inheritance diagram for litesql::Oper:
Inheritance graph
[legend]
Collaboration diagram for litesql::Oper:
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

 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 FieldTypefield
 
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
 

Detailed Description

base class of operators in expressions


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

SourceForge.net Logo