QGIS API Documentation 4.0.0-Norrköping (1ddcee3d0e4)
Loading...
Searching...
No Matches
QgsSQLStatement::RecursiveVisitor Class Reference

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

#include <qgssqlstatement.h>

Inheritance diagram for QgsSQLStatement::RecursiveVisitor:

Public Member Functions

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

Detailed Description

A visitor that recursively explores all children.

Definition at line 980 of file qgssqlstatement.h.

Constructor & Destructor Documentation

◆ RecursiveVisitor()

QgsSQLStatement::RecursiveVisitor::RecursiveVisitor ( )
default

Member Function Documentation

◆ visit() [1/13]

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

Visit NodeBetweenOperator.

Implements QgsSQLStatement::Visitor.

Definition at line 996 of file qgssqlstatement.h.

◆ visit() [2/13]

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

Visit NodeBinaryOperator.

Implements QgsSQLStatement::Visitor.

Definition at line 986 of file qgssqlstatement.h.

◆ visit() [3/13]

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

Visit NodeCast.

Implements QgsSQLStatement::Visitor.

Definition at line 1010 of file qgssqlstatement.h.

◆ visit() [4/13]

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

Visit NodeColumnRef.

Implements QgsSQLStatement::Visitor.

Definition at line 1004 of file qgssqlstatement.h.

◆ visit() [5/13]

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

Visit NodeColumnSorted.

Implements QgsSQLStatement::Visitor.

Definition at line 1009 of file qgssqlstatement.h.

◆ visit() [6/13]

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

Visit NodeFunction.

Implements QgsSQLStatement::Visitor.

Definition at line 1002 of file qgssqlstatement.h.

◆ visit() [7/13]

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

Visit NodeInOperator.

Implements QgsSQLStatement::Visitor.

Definition at line 991 of file qgssqlstatement.h.

◆ visit() [8/13]

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

Visit NodeJoin.

Implements QgsSQLStatement::Visitor.

Definition at line 213 of file qgssqlstatement.cpp.

◆ visit() [9/13]

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

Visit NodeLiteral.

Implements QgsSQLStatement::Visitor.

Definition at line 1003 of file qgssqlstatement.h.

◆ visit() [10/13]

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

Visit NodeSelect.

Implements QgsSQLStatement::Visitor.

Definition at line 186 of file qgssqlstatement.cpp.

◆ visit() [11/13]

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

Visit NodeSelectedColumn.

Implements QgsSQLStatement::Visitor.

Definition at line 1005 of file qgssqlstatement.h.

◆ visit() [12/13]

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

Visit NodeTableDef.

Implements QgsSQLStatement::Visitor.

Definition at line 1006 of file qgssqlstatement.h.

◆ visit() [13/13]

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

Visit NodeUnaryOperator.

Implements QgsSQLStatement::Visitor.

Definition at line 985 of file qgssqlstatement.h.


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