Changeset 4972 for trunk/lib/Doctrine
- Timestamp:
- 09/23/08 03:47:11 (4 months ago)
- Location:
- trunk/lib/Doctrine/ORM/Query
- Files:
-
- 112 added
-
. (added)
-
Abstract.php (added)
-
AbstractResult.php (added)
-
AST (added)
-
AST.php (added)
-
AST/AbstractSchemaName.php (added)
-
AST/AliasIdentificationVariable.php (added)
-
AST/DeleteStatement.php (added)
-
AST/FieldIdentificationVariable.php (added)
-
AST/FromClause.php (added)
-
AST/IdentificationVariable.php (added)
-
AST/IdentificationVariableDeclaration.php (added)
-
AST/IndexBy.php (added)
-
AST/Join.php (added)
-
AST/JoinVariableDeclaration.php (added)
-
AST/RangeVariableDeclaration.php (added)
-
AST/SelectClause.php (added)
-
AST/SelectStatement.php (added)
-
AST/SimpleStateFieldPathExpression.php (added)
-
AST/UpdateStatetement.php (added)
-
CacheHandler.php (added)
-
Exception.php (added)
-
Parser (added)
-
Parser.php (added)
-
Parser/AbstractSchemaName.php (added)
-
Parser/AliasIdentificationVariable.php (added)
-
Parser/DeleteStatement.php (added)
-
Parser/Exception.php (added)
-
Parser/FieldIdentificationVariable.php (added)
-
Parser/FromClause.php (added)
-
Parser/IdentificationVariable.php (added)
-
Parser/IdentificationVariableDeclaration.php (added)
-
Parser/IndexBy.php (added)
-
Parser/Join.php (added)
-
Parser/JoinVariableDeclaration.php (added)
-
Parser/QueryLanguage.php (added)
-
Parser/RangeVariableDeclaration.php (added)
-
Parser/SelectClause.php (added)
-
Parser/SelectExpression.php (added)
-
Parser/SelectStatement.php (added)
-
Parser/SimpleStateField.php (added)
-
Parser/SimpleStateFieldPathExpression.php (added)
-
Parser/UpdateStatement.php (added)
-
ParserParamHolder.php (added)
-
ParserResult.php (added)
-
ParserResultDummy.php (added)
-
ParserRule.php (added)
-
Printer.php (added)
-
Production (added)
-
Production/AggregateExpression.php (added)
-
Production/Atom.php (added)
-
Production/BetweenExpression.php (added)
-
Production/ComparisonExpression.php (added)
-
Production/ComparisonOperator.php (added)
-
Production/ConditionalExpression.php (added)
-
Production/ConditionalFactor.php (added)
-
Production/ConditionalPrimary.php (added)
-
Production/ConditionalTerm.php (added)
-
Production/DeleteClause.php (added)
-
Production/DeleteStatement.php (added)
-
Production/ExistsExpression.php (added)
-
Production/Expression.php (added)
-
Production/Factor.php (added)
-
Production/FieldIdentificationVariable.php (added)
-
Production/FromClause.php (added)
-
Production/Function.php (added)
-
Production/GroupByClause.php (added)
-
Production/GroupByItem.php (added)
-
Production/HavingClause.php (added)
-
Production/IdentificationVariable.php (added)
-
Production/IdentificationVariableDeclaration.php (added)
-
Production/IndexBy.php (added)
-
Production/InExpression.php (added)
-
Production/Join.php (added)
-
Production/JoinVariableDeclaration.php (added)
-
Production/LikeExpression.php (added)
-
Production/LimitClause.php (added)
-
Production/NullComparisonExpression.php (added)
-
Production/OffsetClause.php (added)
-
Production/OrderByClause.php (added)
-
Production/OrderByItem.php (added)
-
Production/PathExpression.php (added)
-
Production/PathExpressionEndingWithAsterisk.php (added)
-
Production/Primary.php (added)
-
Production/QuantifiedExpression.php (added)
-
Production/QueryLanguage.php (added)
-
Production/RangeVariableDeclaration.php (added)
-
Production/SelectClause.php (added)
-
Production/SelectExpression.php (added)
-
Production/SelectStatement.php (added)
-
Production/SimpleConditionalExpression.php (added)
-
Production/SimpleSelectClause.php (added)
-
Production/Subselect.php (added)
-
Production/Term.php (added)
-
Production/UpdateClause.php (added)
-
Production/UpdateItem.php (added)
-
Production/UpdateStatement.php (added)
-
Production/VariableDeclaration.php (added)
-
Production/WhereClause.php (added)
-
QueryResult.php (added)
-
Scanner.php (added)
-
SqlBuilder (added)
-
SqlBuilder.php (added)
-
SqlBuilder/Mysql.php (added)
-
SqlBuilder/Sqlite.php (added)
-
SqlExecutor (added)
-
SqlExecutor/Abstract.php (added)
-
SqlExecutor/MultiTableDelete.php (added)
-
SqlExecutor/MultiTableUpdate.php (added)
-
SqlExecutor/SingleSelect.php (added)
-
SqlExecutor/SingleTableDeleteUpdate.php (added)
-
Token.php (added)