kexi
KexiPart::DataSource Class Reference
#include <kexipartdatasource.h>
Detailed Description
this class provides a datasource framework for e.g.tables and queries using this framework one can query for
- a list of datasources
- the fileds in datasources
- variables (e.g. query variables)
Definition at line 43 of file kexipartdatasource.h.
Public Member Functions | |
DataSource (Part *part) | |
virtual | ~DataSource () |
virtual KexiDB::FieldList * | fields (KexiProject *project, const KexiPart::Item &i)=0 |
virtual KexiDB::Cursor * | cursor (KexiProject *project, const KexiPart::Item &i, bool buffer)=0 |
Part * | part () const |
Member Function Documentation
|
|
|
|
|
Definition at line 48 of file kexipartdatasource.cpp. |
The documentation for this class was generated from the following files: