| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
Table definition. More...
#include <qgssqlstatement.h>

Public Member Functions | |
| NodeTableDef (const QString &name) | |
| Constructor with table name.   | |
| NodeTableDef (const QString &name, const QString &alias) | |
| Constructor with table name and alias.   | |
| NodeTableDef (const QString &schema, const QString &name, const QString &alias) | |
| Constructor with schema, table name and alias.   | |
| void | accept (QgsSQLStatement::Visitor &v) const override | 
| Support the visitor pattern.   | |
| QString | alias () const | 
| Table alias.   | |
| QgsSQLStatement::Node * | clone () const override | 
| Generate a clone of this node.   | |
| QgsSQLStatement::NodeTableDef * | cloneThis () const | 
| Clone with same type return.   | |
| QString | dump () const override | 
| Abstract virtual dump method.   | |
| QString | name () const | 
| Table name.   | |
| QgsSQLStatement::NodeType | nodeType () const override | 
| Abstract virtual that returns the type of this node.   | |
| QString | schema () const | 
| Returns the schema name.   | |
  Public Member Functions inherited from QgsSQLStatement::Node | |
| virtual | ~Node ()=default | 
Protected Attributes | |
| QString | mAlias | 
| QString | mName | 
| QString | mSchema | 
Table definition.
Definition at line 678 of file qgssqlstatement.h.
      
  | 
  inline | 
Constructor with table name.
Definition at line 682 of file qgssqlstatement.h.
      
  | 
  inline | 
Constructor with table name and alias.
Definition at line 684 of file qgssqlstatement.h.
      
  | 
  inline | 
Constructor with schema, table name and alias.
Definition at line 690 of file qgssqlstatement.h.
      
  | 
  inlineoverridevirtual | 
Support the visitor pattern.
For any implementation this should look like
| v | A visitor that visits this node. | 
Implements QgsSQLStatement::Node.
Definition at line 708 of file qgssqlstatement.h.
      
  | 
  inline | 
Table alias.
Definition at line 703 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 584 of file qgssqlstatement.cpp.
| QgsSQLStatement::NodeTableDef * QgsSQLStatement::NodeTableDef::cloneThis | ( | ) | const | 
Clone with same type return.
Definition at line 579 of file qgssqlstatement.cpp.
      
  | 
  overridevirtual | 
Abstract virtual dump method.
Implements QgsSQLStatement::Node.
Definition at line 564 of file qgssqlstatement.cpp.
      
  | 
  inline | 
Table name.
Definition at line 693 of file qgssqlstatement.h.
      
  | 
  inlineoverridevirtual | 
Abstract virtual that returns the type of this node.
Implements QgsSQLStatement::Node.
Definition at line 705 of file qgssqlstatement.h.
      
  | 
  inline | 
      
  | 
  protected | 
Definition at line 716 of file qgssqlstatement.h.
      
  | 
  protected | 
Definition at line 714 of file qgssqlstatement.h.
      
  | 
  protected | 
Definition at line 715 of file qgssqlstatement.h.