1
0
mirror of synced 2024-12-16 16:16:04 +03:00
doctrine2/lib/api/doctrine/orm/query/package-summary.html
2010-04-14 17:13:14 +02:00

83 lines
4.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta name="generator" content="PHPDoctor 2RC4 (http://phpdoctor.sourceforge.net/)">
<meta name="when" content="Wed, 14 Apr 2010 15:12:03 +0000">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
<link rel="start" href="../../../overview-summary.html">
<title>Doctrine\ORM\Query (Doctrine)</title>
</head>
<body id="tree" onload="parent.document.title=document.title;">
<div class="header">
<h1>Doctrine</h1>
<ul>
<li><a href="../../../overview-summary.html">Overview</a></li>
<li class="active">Namespace</li>
<li>Class</li><li><a href="../../../doctrine/orm/query/package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
</ul>
</div>
<div class="small_links">
<a href="../../../index.html" target="_top">Frames</a>
<a href="../../../doctrine/orm/query/package-summary.html" target="_top">No frames</a>
</div>
<hr>
<h1>Namespace Doctrine\ORM\Query</h1>
<table class="title">
<tr><th colspan="2" class="title">Class Summary</th></tr>
<tr><td class="name"><a href="../../../doctrine/orm/query/expr.html">Expr</a></td><td class="description">This class is used to generate DQL expressions via a set of PHP static functions</td></tr>
<tr><td class="name"><a href="../../../doctrine/orm/query/lexer.html">Lexer</a></td><td class="description">Scans a DQL query for tokens.</td></tr>
<tr><td class="name"><a href="../../../doctrine/orm/query/parser.html">Parser</a></td><td class="description">An LL(*) recursive-descent parser for the context-free grammar of the Doctrine Query Language.
</td></tr>
<tr><td class="name"><a href="../../../doctrine/orm/query/parserresult.html">ParserResult</a></td><td class="description">Encapsulates the resulting components from a DQL query parsing process that
can be serialized.</td></tr>
<tr><td class="name"><a href="../../../doctrine/orm/query/printer.html">Printer</a></td><td class="description">A parse tree printer for Doctrine Query Language parser.</td></tr>
<tr><td class="name"><a href="../../../doctrine/orm/query/queryexception.html">QueryException</a></td><td class="description">Description of QueryException</td></tr>
<tr><td class="name"><a href="../../../doctrine/orm/query/resultsetmapping.html">ResultSetMapping</a></td><td class="description">A ResultSetMapping describes how a result set of an SQL query maps to a Doctrine result.
</td></tr>
<tr><td class="name"><a href="../../../doctrine/orm/query/sqlwalker.html">SqlWalker</a></td><td class="description">The SqlWalker is a TreeWalker that walks over a DQL AST and constructs
the corresponding SQL.</td></tr>
<tr><td class="name"><a href="../../../doctrine/orm/query/treewalkeradapter.html">TreeWalkerAdapter</a></td><td class="description">An adapter implementation of the TreeWalker interface. </td></tr>
<tr><td class="name"><a href="../../../doctrine/orm/query/treewalkerchain.html">TreeWalkerChain</a></td><td class="description">Represents a chain of tree walkers that modify an AST and finally emit output.
</td></tr>
</table>
<table class="title">
<tr><th colspan="2" class="title">Interface Summary</th></tr>
<tr><td class="name"><a href="../../../doctrine/orm/query/treewalker.html">TreeWalker</a></td><td class="description">Interface for walkers of DQL ASTs (abstract syntax trees).</td></tr>
</table>
<hr>
<div class="header">
<h1>Doctrine</h1>
<ul>
<li><a href="../../../overview-summary.html">Overview</a></li>
<li class="active">Namespace</li>
<li>Class</li><li><a href="../../../doctrine/orm/query/package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
</ul>
</div>
<div class="small_links">
<a href="../../../index.html" target="_top">Frames</a>
<a href="../../../doctrine/orm/query/package-summary.html" target="_top">No frames</a>
</div>
<hr>
<p id="footer">This document was generated by <a href="http://peej.github.com/phpdoctor/">PHPDoctor: The PHP Documentation Creator</a></p>
</body>
</html>