LiteSQL  0.3.10
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 string asString () const
 
- Public Member Functions inherited from litesql::Expr
Split getExtraTables () const
 

Protected Member Functions

 Oper (const FieldType &fld, const string &o, const string &d)
 
 Oper (const FieldType &fld, const string &o, const FieldType &f2)
 

Protected Attributes

const FieldTypefield
 
string op
 
string data
 
bool escape
 
- 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

base class of operators in expressions


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

SourceForge.net Logo