LiteSQL
Public Member Functions | List of all members
litesql::RawExpr Class Reference

used to inject custom expression into WHERE-clause More...

#include <expr.hpp>

Inheritance diagram for litesql::RawExpr:
Inheritance graph
[legend]
Collaboration diagram for litesql::RawExpr:
Collaboration graph
[legend]

Public Member Functions

 RawExpr (const std::string &e)
 
virtual std::string asString () const
 
- Public Member Functions inherited from litesql::Expr
const std::vector< std::string > & 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
std::vector< std::string > extraTables
 

Detailed Description

used to inject custom expression into WHERE-clause


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

SourceForge.net Logo