LiteSQL
Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
litesql::Expr Class Reference

A base class for expression in WHERE - clause. More...

#include <expr.hpp>

Inheritance diagram for litesql::Expr:
Inheritance graph
[legend]

Public Member Functions

virtual std::string asString () const
 
const std::vector< std::string > & getExtraTables () const
 

Static Public Attributes

static const char * True ="True"
 constant for True expression
 

Protected Attributes

std::vector< std::string > extraTables
 

Detailed Description

A base class for expression in WHERE - clause.

See Selecting Persistents and Expr-API


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

SourceForge.net Logo