Kexi API Documentation (2.0 alpha)

KexiDB::QuerySchemaParameter Class Reference

#include <queryschemaparameter.h>

List of all members.


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

QuerySchemaParameter::QuerySchemaParameter  ) 
 

Definition at line 28 of file queryschemaparameter.cpp.

QuerySchemaParameter::~QuerySchemaParameter  ) 
 

Definition at line 33 of file queryschemaparameter.cpp.


Member Function Documentation

QString QuerySchemaParameter::debugString  )  const
 

Definition at line 37 of file queryschemaparameter.cpp.

References message, type, and KexiDB::Field::typeName().


Member Data Documentation

QString KexiDB::QuerySchemaParameter::message
 

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().

Field::Type KexiDB::QuerySchemaParameter::type
 

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:
KDE Logo
This file is part of the documentation for Kexi 2.0 alpha.
Documentation copyright © 2002-2007 the Kexi Team.
Generated on Tue Apr 1 20:50:47 2008 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003