| 
    QGIS API Documentation
    3.24.2-Tisler (13c1a02865)
    
   | 
 
Table definition. More...
#include <qgssqlstatement.h>

Public Member Functions | |
| NodeTableDef (const QString &name) | |
| Constructor with table name.  More... | |
| NodeTableDef (const QString &name, const QString &alias) | |
| Constructor with table name and alias.  More... | |
| void | accept (QgsSQLStatement::Visitor &v) const override | 
| Support the visitor pattern.  More... | |
| QString | alias () const | 
| Table alias.  More... | |
| QgsSQLStatement::Node * | clone () const override | 
| Generate a clone of this node.  More... | |
| QgsSQLStatement::NodeTableDef * | cloneThis () const | 
| Clone with same type return.  More... | |
| QString | dump () const override | 
| Abstract virtual dump method.  More... | |
| QString | name () const | 
| Table name.  More... | |
| QgsSQLStatement::NodeType | nodeType () const override | 
| Abstract virtual that returns the type of this node.  More... | |
  Public Member Functions inherited from QgsSQLStatement::Node | |
| virtual | ~Node ()=default | 
Protected Attributes | |
| QString | mAlias | 
| QString | mName | 
Table definition.
Definition at line 624 of file qgssqlstatement.h.
      
  | 
  inline | 
Constructor with table name.
Definition at line 628 of file qgssqlstatement.h.
      
  | 
  inline | 
Constructor with table name and alias.
Definition at line 630 of file qgssqlstatement.h.
      
  | 
  inlineoverridevirtual | 
Support the visitor pattern.
For any implementation this should look like
C++:
v.visit( *this );
Python:
v.visit( self)
| v | A visitor that visits this node. | 
Implements QgsSQLStatement::Node.
Definition at line 641 of file qgssqlstatement.h.
      
  | 
  inline | 
Table alias.
Definition at line 636 of file qgssqlstatement.h.
      
  | 
  overridevirtual | 
Generate a clone of this node.
Make sure that the clone does not contain any information which is generated in prepare and context related. Ownership is transferred to the caller.
Implements QgsSQLStatement::Node.
Definition at line 579 of file qgssqlstatement.cpp.
| QgsSQLStatement::NodeTableDef * QgsSQLStatement::NodeTableDef::cloneThis | ( | ) | const | 
Clone with same type return.
Definition at line 574 of file qgssqlstatement.cpp.
      
  | 
  overridevirtual | 
Abstract virtual dump method.
Implements QgsSQLStatement::Node.
Definition at line 562 of file qgssqlstatement.cpp.
      
  | 
  inline | 
Table name.
Definition at line 633 of file qgssqlstatement.h.
      
  | 
  inlineoverridevirtual | 
Abstract virtual that returns the type of this node.
Implements QgsSQLStatement::Node.
Definition at line 638 of file qgssqlstatement.h.
      
  | 
  protected | 
Definition at line 648 of file qgssqlstatement.h.
      
  | 
  protected | 
Definition at line 647 of file qgssqlstatement.h.