QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Public Member Functions | List of all members
QgsSQLStatement::RecursiveVisitor Class Reference

A visitor that recursively explores all children. More...

#include <qgssqlstatement.h>

Inheritance diagram for QgsSQLStatement::RecursiveVisitor:
Inheritance graph
[legend]

Public Member Functions

 RecursiveVisitor ()
 Constructor. More...
 
void visit (const QgsSQLStatement::NodeUnaryOperator &n) override
 Visit NodeUnaryOperator. More...
 
void visit (const QgsSQLStatement::NodeBinaryOperator &n) override
 Visit NodeBinaryOperator. More...
 
void visit (const QgsSQLStatement::NodeInOperator &n) override
 Visit NodeInOperator. More...
 
void visit (const QgsSQLStatement::NodeBetweenOperator &n) override
 Visit NodeBetweenOperator. More...
 
void visit (const QgsSQLStatement::NodeFunction &n) override
 Visit NodeFunction. More...
 
void visit (const QgsSQLStatement::NodeLiteral &) override
 Visit NodeLiteral. More...
 
void visit (const QgsSQLStatement::NodeColumnRef &) override
 Visit NodeColumnRef. More...
 
void visit (const QgsSQLStatement::NodeSelectedColumn &n) override
 Visit NodeSelectedColumn. More...
 
void visit (const QgsSQLStatement::NodeTableDef &) override
 Visit NodeTableDef. More...
 
void visit (const QgsSQLStatement::NodeSelect &n) override
 Visit NodeSelect. More...
 
void visit (const QgsSQLStatement::NodeJoin &n) override
 Visit NodeJoin. More...
 
void visit (const QgsSQLStatement::NodeColumnSorted &n) override
 Visit NodeColumnSorted. More...
 
void visit (const QgsSQLStatement::NodeCast &n) override
 Visit NodeCast. More...
 
- Public Member Functions inherited from QgsSQLStatement::Visitor
virtual ~Visitor ()
 

Detailed Description

A visitor that recursively explores all children.

Definition at line 725 of file qgssqlstatement.h.

Constructor & Destructor Documentation

◆ RecursiveVisitor()

QgsSQLStatement::RecursiveVisitor::RecursiveVisitor ( )
inline

Constructor.

Definition at line 729 of file qgssqlstatement.h.

Member Function Documentation

◆ visit() [1/13]

void QgsSQLStatement::RecursiveVisitor::visit ( const QgsSQLStatement::NodeUnaryOperator n)
inlineoverridevirtual

Visit NodeUnaryOperator.

Implements QgsSQLStatement::Visitor.

Definition at line 731 of file qgssqlstatement.h.

◆ visit() [2/13]

void QgsSQLStatement::RecursiveVisitor::visit ( const QgsSQLStatement::NodeBinaryOperator n)
inlineoverridevirtual

Visit NodeBinaryOperator.

Implements QgsSQLStatement::Visitor.

Definition at line 732 of file qgssqlstatement.h.

◆ visit() [3/13]

void QgsSQLStatement::RecursiveVisitor::visit ( const QgsSQLStatement::NodeInOperator n)
inlineoverridevirtual

Visit NodeInOperator.

Implements QgsSQLStatement::Visitor.

Definition at line 733 of file qgssqlstatement.h.

◆ visit() [4/13]

void QgsSQLStatement::RecursiveVisitor::visit ( const QgsSQLStatement::NodeBetweenOperator n)
inlineoverridevirtual

Visit NodeBetweenOperator.

Implements QgsSQLStatement::Visitor.

Definition at line 734 of file qgssqlstatement.h.

◆ visit() [5/13]

void QgsSQLStatement::RecursiveVisitor::visit ( const QgsSQLStatement::NodeFunction n)
inlineoverridevirtual

Visit NodeFunction.

Implements QgsSQLStatement::Visitor.

Definition at line 735 of file qgssqlstatement.h.

◆ visit() [6/13]

void QgsSQLStatement::RecursiveVisitor::visit ( const QgsSQLStatement::NodeLiteral n)
inlineoverridevirtual

Visit NodeLiteral.

Implements QgsSQLStatement::Visitor.

Definition at line 736 of file qgssqlstatement.h.

◆ visit() [7/13]

void QgsSQLStatement::RecursiveVisitor::visit ( const QgsSQLStatement::NodeColumnRef n)
inlineoverridevirtual

Visit NodeColumnRef.

Implements QgsSQLStatement::Visitor.

Definition at line 737 of file qgssqlstatement.h.

◆ visit() [8/13]

void QgsSQLStatement::RecursiveVisitor::visit ( const QgsSQLStatement::NodeSelectedColumn n)
inlineoverridevirtual

Visit NodeSelectedColumn.

Implements QgsSQLStatement::Visitor.

Definition at line 738 of file qgssqlstatement.h.

◆ visit() [9/13]

void QgsSQLStatement::RecursiveVisitor::visit ( const QgsSQLStatement::NodeTableDef n)
inlineoverridevirtual

Visit NodeTableDef.

Implements QgsSQLStatement::Visitor.

Definition at line 739 of file qgssqlstatement.h.

◆ visit() [10/13]

void QgsSQLStatement::RecursiveVisitor::visit ( const QgsSQLStatement::NodeSelect n)
overridevirtual

Visit NodeSelect.

Implements QgsSQLStatement::Visitor.

Definition at line 161 of file qgssqlstatement.cpp.

◆ visit() [11/13]

void QgsSQLStatement::RecursiveVisitor::visit ( const QgsSQLStatement::NodeJoin n)
overridevirtual

Visit NodeJoin.

Implements QgsSQLStatement::Visitor.

Definition at line 184 of file qgssqlstatement.cpp.

◆ visit() [12/13]

void QgsSQLStatement::RecursiveVisitor::visit ( const QgsSQLStatement::NodeColumnSorted n)
inlineoverridevirtual

Visit NodeColumnSorted.

Implements QgsSQLStatement::Visitor.

Definition at line 742 of file qgssqlstatement.h.

◆ visit() [13/13]

void QgsSQLStatement::RecursiveVisitor::visit ( const QgsSQLStatement::NodeCast n)
inlineoverridevirtual

Visit NodeCast.

Implements QgsSQLStatement::Visitor.

Definition at line 743 of file qgssqlstatement.h.


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