Class Summary |
Expr | This class is used to generate DQL expressions via a set of PHP static functions |
Lexer | Scans a DQL query for tokens. |
Parser | An LL(*) recursive-descent parser for the context-free grammar of the Doctrine Query Language.
|
ParserResult | Encapsulates the resulting components from a DQL query parsing process that
can be serialized. |
Printer | A parse tree printer for Doctrine Query Language parser. |
QueryException | Description of QueryException |
ResultSetMapping | A ResultSetMapping describes how a result set of an SQL query maps to a Doctrine result.
|
SqlWalker | The SqlWalker is a TreeWalker that walks over a DQL AST and constructs
the corresponding SQL. |
TreeWalkerAdapter | An adapter implementation of the TreeWalker interface. |
TreeWalkerChain | Represents a chain of tree walkers that modify an AST and finally emit output.
|