KexiDB::QuerySchemaParameter Class Reference
#include <queryschemaparameter.h>
Detailed Description
A single parameter of a query schema.
Definition at line 29 of file queryschemaparameter.h.
Public Member Functions | |
| QuerySchemaParameter () | |
| ~QuerySchemaParameter () | |
| QString | debugString () const |
Public Attributes | |
| Field::Type | type |
| A datatype of the parameter. | |
| QString | message |
| A user-visible message that will be displayed to ask for value of the parameter. | |
Constructor & Destructor Documentation
|
|
Definition at line 28 of file queryschemaparameter.cpp. |
|
|
Definition at line 33 of file queryschemaparameter.cpp. |
Member Function Documentation
|
|
Definition at line 37 of file queryschemaparameter.cpp. References message, type, and KexiDB::Field::typeName(). |
Member Data Documentation
|
|
A user-visible message that will be displayed to ask for value of the parameter.
Definition at line 38 of file queryschemaparameter.h. Referenced by debugString(), and KexiDB::QueryParameterExpr::getQueryParameters(). |
|
|
A datatype of the parameter.
Definition at line 37 of file queryschemaparameter.h. Referenced by debugString(), and KexiDB::QueryParameterExpr::getQueryParameters(). |
The documentation for this class was generated from the following files:
