KexiDB::ParseInfo Class Reference
#include <parser_p.h>
Detailed Description
Data used on parsing.
Definition at line 58 of file parser_p.h.
Public Member Functions | |
| ParseInfo (QuerySchema *query) | |
| ~ParseInfo () | |
Public Attributes | |
| QDict< QValueList< int > > | repeatedTablesAndAliases |
| collects positions of tables/aliases with the same names | |
| QString | errMsg |
| QString | errDescr |
| QuerySchema * | querySchema |
Constructor & Destructor Documentation
|
|
Definition at line 65 of file parser_p.cpp. References repeatedTablesAndAliases. |
|
|
Definition at line 72 of file parser_p.cpp. |
Member Data Documentation
|
|
Definition at line 67 of file parser_p.h. Referenced by addColumn(), and buildSelectQuery(). |
|
|
Definition at line 67 of file parser_p.h. Referenced by addColumn(), and buildSelectQuery(). |
|
|
Definition at line 68 of file parser_p.h. Referenced by addColumn(). |
|
|
collects positions of tables/aliases with the same names
Definition at line 65 of file parser_p.h. Referenced by buildSelectQuery(), and ParseInfo(). |
The documentation for this class was generated from the following files:
