KexiDB::ParserPrivate Class Reference
#include <parser_p.h>
Public Member Functions | |
| ParserPrivate () | |
| ~ParserPrivate () | |
| void | clear () |
Public Attributes | |
| int | operation |
| TableSchema * | table |
| QuerySchema * | select |
| Connection * | db |
| QString | statement |
| ParserError | error |
| QAsciiCache< char > | reservedKeywords |
| bool | initialized: 1 |
Constructor & Destructor Documentation
|
|
Definition at line 41 of file parser_p.cpp. |
|
|
Definition at line 51 of file parser_p.cpp. |
Member Function Documentation
|
|
Definition at line 57 of file parser_p.cpp. References error, KexiDB::Parser::OP_None, and operation. Referenced by KexiDB::Parser::clear(), and ParserPrivate(). |
Member Data Documentation
|
|
Definition at line 49 of file parser_p.h. Referenced by KexiDB::Parser::db(), KexiDB::Parser::Parser(), and ParserPrivate(). |
|
|
Definition at line 51 of file parser_p.h. Referenced by clear(), KexiDB::Parser::error(), and KexiDB::Parser::setError(). |
|
|
Definition at line 53 of file parser_p.h. Referenced by KexiDB::Parser::init(). |
|
|
Definition at line 46 of file parser_p.h. Referenced by clear(), KexiDB::Parser::operation(), KexiDB::Parser::operationString(), and KexiDB::Parser::setOperation(). |
|
|
Definition at line 52 of file parser_p.h. Referenced by KexiDB::Parser::isReservedKeyword(). |
|
|
Definition at line 48 of file parser_p.h. Referenced by ParserPrivate(), KexiDB::Parser::query(), KexiDB::Parser::select(), KexiDB::Parser::setQuerySchema(), and ~ParserPrivate(). |
|
|
Definition at line 50 of file parser_p.h. Referenced by KexiDB::Parser::parse(), and KexiDB::Parser::statement(). |
|
|
Definition at line 47 of file parser_p.h. Referenced by KexiDB::Parser::createTable(), ParserPrivate(), KexiDB::Parser::table(), and ~ParserPrivate(). |
The documentation for this class was generated from the following files:
