LiteSQL 0.3.10
litesql::Oper Class Reference

base class of operators in expressions More...

#include <expr.hpp>

Inheritance diagram for litesql::Oper:
Collaboration diagram for litesql::Oper:

Public Member Functions

virtual string asString () const
Public Member Functions inherited from litesql::Expr
Split getExtraTables () const

Protected Member Functions

 Oper (const FieldType &fld, const string &o, const string &d)
 Oper (const FieldType &fld, const string &o, const FieldType &f2)

Protected Attributes

const FieldTypefield
string op
string data
bool escape
Protected Attributes inherited from litesql::Expr
Split extraTables

Additional Inherited Members

Static Public Attributes inherited from litesql::Expr
static const char * True ="True"
 constant for True expression

Detailed Description

base class of operators in expressions

Member Function Documentation

◆ asString()

virtual string litesql::Oper::asString ( ) const
inlinevirtual

Reimplemented from litesql::Expr.


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

SourceForge.net Logo