QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Classes | Functions | Variables
qgssqlstatement.cpp File Reference
#include "qgssqlstatement.h"
#include <math.h>
#include <limits>
Include dependency graph for qgssqlstatement.cpp:

Go to the source code of this file.

Classes

class  QgsSQLStatementCollectTableNames
 Internal use. More...
 

Functions

QgsSQLStatement::Nodeparse (const QString &str, QString &parserErrorMsg)
 

Variables

static const QRegExp identifierRE ("^[A-Za-z_\0-\f][A-Za-z0-9_\0-\f]*$")
 

Function Documentation

◆ parse()

QgsSQLStatement::Node* parse ( const QString str,
QString parserErrorMsg 
)

Variable Documentation

◆ identifierRE

const QRegExp identifierRE("^[A-Za-z_\80-\ff][A-Za-z0-9_\80-\ff]*$")
static