LiteSQL 0.3.10
litesql::Lt Class Reference

less than operator More...

#include <expr.hpp>

Inheritance diagram for litesql::Lt:
Collaboration diagram for litesql::Lt:

Public Member Functions

 Lt (const FieldType &fld, const string &d)
 Lt (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 FieldTypefield
string op
string data
bool escape
Protected Attributes inherited from litesql::Expr
Split extraTables

Detailed Description

less than operator


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

SourceForge.net Logo