LiteSQL 0.3.10
litesql::And Class Reference

connects two expressions with and-operator. More...

#include <expr.hpp>

Inheritance diagram for litesql::And:
Collaboration diagram for litesql::And:

Public Member Functions

 And (const Expr &e1_, const Expr &e2_)
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::Connective
 Connective (string o, const Expr &e1_, const Expr &e2_)
Protected Attributes inherited from litesql::Connective
const Expre1
const Expre2
Protected Attributes inherited from litesql::Expr
Split extraTables

Detailed Description

connects two expressions with and-operator.

Member Function Documentation

◆ asString()

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

Reimplemented from litesql::Connective.


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

SourceForge.net Logo