QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
QgsSQLComposerDialog::Function Struct Reference

description of server functions More...

#include <qgssqlcomposerdialog.h>

Public Member Functions

 Function ()=default
 Function (const QString &nameIn, int args)
 constructor with name and fixed number of arguments
 Function (const QString &nameIn, int minArgs, int maxArgsIn)
 constructor with name and min,max number of arguments

Public Attributes

QList< ArgumentargumentList
 list of arguments. May be empty despite minArgs > 0
int maxArgs = -1
 maximum number of argument (or -1 if unknown)
int minArgs = -1
 minimum number of argument (or -1 if unknown)
QString name
 name
QString returnType
 Returns type, or empty if unknown.

Detailed Description

description of server functions

Definition at line 93 of file qgssqlcomposerdialog.h.

Constructor & Destructor Documentation

◆ Function() [1/3]

QgsSQLComposerDialog::Function::Function ( const QString & nameIn,
int args )
inline

constructor with name and fixed number of arguments

Definition at line 107 of file qgssqlcomposerdialog.h.

◆ Function() [2/3]

QgsSQLComposerDialog::Function::Function ( const QString & nameIn,
int minArgs,
int maxArgsIn )
inline

constructor with name and min,max number of arguments

Definition at line 110 of file qgssqlcomposerdialog.h.

◆ Function() [3/3]

QgsSQLComposerDialog::Function::Function ( )
default

Member Data Documentation

◆ argumentList

QList<Argument> QgsSQLComposerDialog::Function::argumentList

list of arguments. May be empty despite minArgs > 0

Definition at line 104 of file qgssqlcomposerdialog.h.

◆ maxArgs

int QgsSQLComposerDialog::Function::maxArgs = -1

maximum number of argument (or -1 if unknown)

Definition at line 102 of file qgssqlcomposerdialog.h.

◆ minArgs

int QgsSQLComposerDialog::Function::minArgs = -1

minimum number of argument (or -1 if unknown)

Definition at line 100 of file qgssqlcomposerdialog.h.

◆ name

QString QgsSQLComposerDialog::Function::name

name

Definition at line 96 of file qgssqlcomposerdialog.h.

◆ returnType

QString QgsSQLComposerDialog::Function::returnType

Returns type, or empty if unknown.

Definition at line 98 of file qgssqlcomposerdialog.h.


The documentation for this struct was generated from the following file: