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

Detailed Description
An unary argument operation: + - NOT (or !) ~ "IS NULL" "IS NOT NULL".
Definition at line 115 of file expression.h.
Public Member Functions | |
| UnaryExpr (int token, BaseExpr *arg) | |
| virtual | ~UnaryExpr () |
| virtual Field::Type | type () |
| virtual QString | debugString () |
| virtual QString | toString () |
| BaseExpr * | arg () const |
| virtual bool | validate (ParseInfo &parseInfo) |
Public Attributes | |
| BaseExpr * | m_arg |
The documentation for this class was generated from the following files:

