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


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 FieldType & | field |
| 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 | |
base class of operators in expressions