|
LiteSQL 0.3.10
|
greater or equal operator More...
#include <expr.hpp>


Public Member Functions | |
| GtEq (const FieldType &fld, const string &d) | |
| GtEq (const FieldType &fld, const FieldType &d) | |
| Public Member Functions inherited from litesql::Oper | |
| virtual string | asString () const |
| Public Member Functions inherited from litesql::Expr | |
| Split | getExtraTables () const |
Additional Inherited Members | |
| Static Public Attributes inherited from litesql::Expr | |
| static const char * | True ="True" |
| constant for True expression | |
| Protected Member Functions inherited from litesql::Oper | |
| Oper (const FieldType &fld, const string &o, const string &d) | |
| Oper (const FieldType &fld, const string &o, const FieldType &f2) | |
| Protected Attributes inherited from litesql::Oper | |
| const FieldType & | field |
| string | op |
| string | data |
| bool | escape |
| Protected Attributes inherited from litesql::Expr | |
| Split | extraTables |
greater or equal operator