kexi
KexiDB::FunctionExpr Class Reference
#include <expression.h>
Inheritance diagram for KexiDB::FunctionExpr:

Detailed Description
aggregation functions like SUM, COUNT, MAX, ... builtin functions like CURRENT_TIME() user defined functions
Definition at line 212 of file expression.h.
Public Member Functions | |
FunctionExpr (const QString &_name, NArgExpr *args_) | |
virtual | ~FunctionExpr () |
virtual Field::Type | type () |
virtual QString | debugString () |
virtual QString | toString () |
virtual bool | validate (ParseInfo &parseInfo) |
Static Public Member Functions | |
static QValueList< QCString > | builtInAggregates () |
static bool | isBuiltInAggregate (const QCString &fname) |
Public Attributes | |
QString | name |
NArgExpr * | args |
The documentation for this class was generated from the following files: