Doctrine


Namespace Doctrine\ORM\Query

Class Summary
ExprThis class is used to generate DQL expressions via a set of PHP static functions
LexerScans a DQL query for tokens.
ParserAn LL(*) recursive-descent parser for the context-free grammar of the Doctrine Query Language.
ParserResultEncapsulates the resulting components from a DQL query parsing process that can be serialized.
PrinterA parse tree printer for Doctrine Query Language parser.
QueryExceptionDescription of QueryException
ResultSetMappingA ResultSetMapping describes how a result set of an SQL query maps to a Doctrine result.
SqlWalkerThe SqlWalker is a TreeWalker that walks over a DQL AST and constructs the corresponding SQL.
TreeWalkerAdapterAn adapter implementation of the TreeWalker interface.
TreeWalkerChainRepresents a chain of tree walkers that modify an AST and finally emit output.
Interface Summary
TreeWalkerInterface for walkers of DQL ASTs (abstract syntax trees).

Doctrine