|
LiteSQL 0.3.10
|
used to inject custom expression into WHERE-clause More...
#include <expr.hpp>


Public Member Functions | |
| RawExpr (string e) | |
| 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 Attributes inherited from litesql::Expr | |
| Split | extraTables |
used to inject custom expression into WHERE-clause
|
inlinevirtual |
Reimplemented from litesql::Expr.