Doctrine

A B C D E F G H I J K L M N O P Q R S T U V W X Y

A

abs() - Method in class Doctrine\ORM\Query\Expr
Creates an ABS() function expression with the given argument.
AbsFunction() - Class in package Doctrine\ORM\Query\AST\Functions
"ABS" "(" SimpleArithmeticExpression ")"
AbstractAsset() - Class in package Doctrine\DBAL\Schema
The abstract asset allows to reset the name of all assets without publishing this to the public userland.
AbstractCache() - Class in package Doctrine\Common\Cache
Base class for cache driver implementations.
AbstractCollectionPersister() - Class in package Doctrine\ORM\Persisters
Base class for all collection persisters.
AbstractCommand() - Class in package Doctrine\ORM\Tools\Console\Command\SchemaTool
AbstractEntityInheritancePersister() - Class in package Doctrine\ORM\Persisters
Base class for entity persisters that implement a certain inheritance mapping strategy.
AbstractExporter() - Class in package Doctrine\ORM\Tools\Export\Driver
Abstract base class which is to be used for the Exporter drivers which can be found in Doctrine\ORM\Tools\Export\Driver
AbstractFileDriver() - Class in package Doctrine\ORM\Mapping\Driver
Base driver for file-based metadata drivers.
AbstractHydrator() - Class in package Doctrine\ORM\Internal\Hydration
Base class for all hydrators.
AbstractIdGenerator() - Class in package Doctrine\ORM\Id
AbstractPlatform() - Class in package Doctrine\DBAL\Platforms
Base class for all DatabasePlatforms.
AbstractQuery() - Class in package Doctrine\ORM
Base contract for ORM queries.
AbstractSchemaManager() - Class in package Doctrine\DBAL\Schema
Base class for schema managers.
AbstractSchemaName() - Method in class Doctrine\ORM\Query\Parser
AbstractSchemaName ::= identifier
AbstractSqlExecutor() - Class in package Doctrine\ORM\Query\Exec
Base class for SQL statement executors.
accept() - Method in class Doctrine\ORM\Tools\Console\MetadataFilter
acceptColumn() - Method in class Doctrine\DBAL\Schema\Visitor\Visitor
acceptColumn() - Method in class Doctrine\DBAL\Schema\Visitor\FixSchema
acceptColumn() - Method in class Doctrine\DBAL\Schema\Visitor\DropSchemaSqlCollector
acceptColumn() - Method in class Doctrine\DBAL\Schema\Visitor\CreateSchemaSqlCollector
acceptForeignKey() - Method in class Doctrine\DBAL\Schema\Visitor\Visitor
acceptForeignKey() - Method in class Doctrine\DBAL\Schema\Visitor\FixSchema
acceptForeignKey() - Method in class Doctrine\DBAL\Schema\Visitor\DropSchemaSqlCollector
acceptForeignKey() - Method in class Doctrine\DBAL\Schema\Visitor\CreateSchemaSqlCollector
acceptIndex() - Method in class Doctrine\DBAL\Schema\Visitor\DropSchemaSqlCollector
acceptIndex() - Method in class Doctrine\DBAL\Schema\Visitor\CreateSchemaSqlCollector
acceptIndex() - Method in class Doctrine\DBAL\Schema\Visitor\FixSchema
acceptIndex() - Method in class Doctrine\DBAL\Schema\Visitor\Visitor
acceptSchema() - Method in class Doctrine\DBAL\Schema\Visitor\FixSchema
acceptSchema() - Method in class Doctrine\DBAL\Schema\Visitor\CreateSchemaSqlCollector
acceptSchema() - Method in class Doctrine\DBAL\Schema\Visitor\DropSchemaSqlCollector
acceptSchema() - Method in class Doctrine\DBAL\Schema\Visitor\Visitor
acceptSequence() - Method in class Doctrine\DBAL\Schema\Visitor\Visitor
acceptSequence() - Method in class Doctrine\DBAL\Schema\Visitor\CreateSchemaSqlCollector
acceptSequence() - Method in class Doctrine\DBAL\Schema\Visitor\DropSchemaSqlCollector
acceptSequence() - Method in class Doctrine\DBAL\Schema\Visitor\FixSchema
acceptTable() - Method in class Doctrine\DBAL\Schema\Visitor\Visitor
acceptTable() - Method in class Doctrine\DBAL\Schema\Visitor\FixSchema
acceptTable() - Method in class Doctrine\DBAL\Schema\Visitor\DropSchemaSqlCollector
acceptTable() - Method in class Doctrine\DBAL\Schema\Visitor\CreateSchemaSqlCollector
Generate DDL Statements to create the accepted table with all its dependencies.
add() - Method in class Doctrine\ORM\QueryBuilder
Add a single DQL query part to the array of parts
add() - Method in class Doctrine\ORM\Query\Expr\OrderBy
add() - Method in class Doctrine\Common\Collections\Collection
Adds an element at the end of the collection.
add() - Method in class Doctrine\ORM\Query\Expr\Base
add() - Method in class Doctrine\ORM\PersistentCollection
{@inheritdoc}
add() - Method in class Doctrine\Common\Collections\ArrayCollection
Adds an element to the collection.
addClass() - Method in class Doctrine\ORM\Internal\CommitOrderCalculator
addColumn() - Method in class Doctrine\DBAL\Schema\Table
addColumnPlatformOptionCheck() - Method in class Doctrine\DBAL\Schema\Comparator
addCustomDatetimeFunction() - Method in class Doctrine\ORM\Configuration
Registers a custom DQL function that produces a date/time value.
addCustomNumericFunction() - Method in class Doctrine\ORM\Configuration
Registers a custom DQL function that produces a numeric value.
addCustomStringFunction() - Method in class Doctrine\ORM\Configuration
Registers a custom DQL function that produces a string value.
addCustomTreeWalker() - Method in class Doctrine\ORM\Query\Parser
Adds a custom tree walker for modifying the AST.
addDependency() - Method in class Doctrine\ORM\Internal\CommitOrderCalculator
addDriver() - Method in class Doctrine\ORM\Mapping\Driver\DriverChain
Add a nested driver.
addEntityNamespace() - Method in class Doctrine\ORM\Configuration
Adds a namespace under a certain alias.
addEntityResult() - Method in class Doctrine\ORM\Query\ResultSetMapping
Adds an entity result to this ResultSetMapping.
addEventListener() - Method in class Doctrine\Common\EventManager
Adds an event listener that listens on the specified events.
addEventSubscriber() - Method in class Doctrine\Common\EventManager
Adds an EventSubscriber.
addFieldResult() - Method in class Doctrine\ORM\Query\ResultSetMapping
Adds a field to the result that belongs to an entity or joined entity.
addForeignKeyConstraint() - Method in class Doctrine\DBAL\Schema\Table
Add a foreign key constraint Name is inferred from the local columns
addGroupBy() - Method in class Doctrine\ORM\QueryBuilder
Add to the existing GROUP BY clause [php] $qb = $em->createQueryBuilder() ->select('u') ->from('User', 'u') ->groupBy('u.last_login'); ->addGroupBy('u.created_at')
addIndex() - Method in class Doctrine\DBAL\Schema\Table
addIndexBy() - Method in class Doctrine\ORM\Query\ResultSetMapping
Sets a field to use for indexing an entity result or joined entity result.
addInheritedAssociationMapping() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
INTERNAL: Adds an association mapping without completing/validating it.
addInheritedFieldMapping() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
INTERNAL: Adds a field mapping without completing/validating it.
addInsert() - Method in class Doctrine\ORM\Persisters\StandardEntityPersister
Adds an entity to the queued insertions.
addJoinedEntityResult() - Method in class Doctrine\ORM\Query\ResultSetMapping
Adds a joined entity result.
addLifecycleCallback() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Adds a lifecycle callback for entities of this class.
addMappingSource() - Method in class Doctrine\ORM\Tools\Export\ClassMetadataExporter
Add a new mapping directory to the array of directories to convert and export to another format [php] $cme = new Doctrine\ORM\Tools\Export\ClassMetadataExporter(); $cme->addMappingSource(__DIR__ .
addMappingSource() - Method in class Doctrine\ORM\Tools\ClassMetadataReader
Add a new mapping directory to the array of directories to convert and export to another format
addMetaResult() - Method in class Doctrine\ORM\Query\ResultSetMapping
Adds a meta column (foreign key or discriminator column) to the result set.
addMultiple() - Method in class Doctrine\ORM\Query\Expr\Base
addNamedForeignKeyConstraint() - Method in class Doctrine\DBAL\Schema\Table
Add a foreign key constraint with a given name
addNamedNativeQuery() - Method in class Doctrine\ORM\Configuration
Adds a named native query to the configuration.
addNamedQuery() - Method in class Doctrine\ORM\Configuration
Adds a named DQL query to the configuration.
addOption() - Method in class Doctrine\DBAL\Schema\Table
addOrderBy() - Method in class Doctrine\ORM\QueryBuilder
Add to the existing ORDER BY clause
addParameterMapping() - Method in class Doctrine\ORM\Query\ParserResult
Adds a DQL to SQL parameter mapping.
addPaths() - Method in class Doctrine\ORM\Mapping\Driver\AnnotationDriver
Append lookup paths to metadata driver.
addPaths() - Method in class Doctrine\ORM\Mapping\Driver\AbstractFileDriver
Append lookup paths to metadata driver.
addPropertyChangedListener() - Method in class Doctrine\Common\NotifyPropertyChanged
Adds a listener that wants to be notified about property changes.
addScalarResult() - Method in class Doctrine\ORM\Query\ResultSetMapping
Adds a scalar result mapping.
addSelect() - Method in class Doctrine\ORM\QueryBuilder
Add to the SELECT statement [php] $qb = $em->createQueryBuilder() ->select('u') ->addSelect('p') ->from('User', 'u') ->leftJoin('u.Phonenumbers', 'p');
addToIdentityMap() - Method in class Doctrine\ORM\UnitOfWork
INTERNAL: Registers an entity in the identity map.
addTreeWalker() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Adds a tree walker to the chain.
addType() - Method in class Doctrine\DBAL\Types\Type
Adds a custom type to the type map.
addUniqueIndex() - Method in class Doctrine\DBAL\Schema\Table
addUnnamedForeignKeyConstraint() - Method in class Doctrine\DBAL\Schema\Table
Add a foreign key constraint Name is to be generated by the database itsself.
AggregateExpression() - Class in package Doctrine\ORM\Query\AST
Description of AggregateExpression
AggregateExpression() - Method in class Doctrine\ORM\Query\Parser
AggregateExpression ::= ("AVG" | "MAX" | "MIN" | "SUM") "(" ["DISTINCT"] StateFieldPathExpression ")" | "COUNT" "(" ["DISTINCT"] (IdentificationVariable | SingleValuedPathExpression) ")"
AliasIdentificationVariable() - Method in class Doctrine\ORM\Query\Parser
AliasIdentificationVariable = identifier
AliasResultVariable() - Method in class Doctrine\ORM\Query\Parser
AliasResultVariable ::= identifier
all() - Method in class Doctrine\ORM\Query\Expr
Creates an instance of ALL() function, with the given DQL Subquery.
alterTable() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Alter an existing tables schema
alterTable() - Method in class Doctrine\DBAL\Schema\MsSqlSchemaManager
alter an existing table
alterTableChangeNotSupported() - Method in class Doctrine\DBAL\Schema\SchemaException
andHaving() - Method in class Doctrine\ORM\QueryBuilder
Add to the existing HAVING clause with an AND
andWhere() - Method in class Doctrine\ORM\QueryBuilder
Add a new WHERE statement with an AND [php] $qb = $em->createQueryBuilder() ->select('u') ->from('User', 'u') ->where('u.username LIKE ?') ->andWhere('u.is_active = 1');
Andx() - Class in package Doctrine\ORM\Query\Expr
Expression class for building DQL and parts
andX() - Method in class Doctrine\ORM\Query\Expr
Creates a conjunction of the given boolean expressions.
Annotation() - Class in package Doctrine\Common\Annotations
Annotations class
Annotation() - Method in class Doctrine\Common\Annotations\Parser
Annotation ::= "@" AnnotationName ["(" [Values] ")"] AnnotationName ::= QualifiedName | SimpleName | AliasedName QualifiedName ::= NameSpacePart "\" {NameSpacePart "\"}* SimpleName AliasedName ::= Alias ":" SimpleName NameSpacePart ::= identifier SimpleName ::= identifier Alias ::= identifier
AnnotationDriver() - Class in package Doctrine\ORM\Mapping\Driver
The AnnotationDriver reads the mapping metadata from docblock annotations.
AnnotationException() - Class in package Doctrine\Common\Annotations
Description of AnnotationException
AnnotationExporter() - Class in package Doctrine\ORM\Tools\Export\Driver
ClassMetadata exporter for PHP classes with annotations
AnnotationReader() - Class in package Doctrine\Common\Annotations
A reader for docblock annotations.
Annotations() - Method in class Doctrine\Common\Annotations\Parser
Annotations ::= Annotation {[ "*" ]* [Annotation]}
any() - Method in class Doctrine\ORM\Query\Expr
Creates an ANY() function expression with the given DQL subquery.
ApcCache() - Class in package Doctrine\Common\Cache
APC cache driver.
ArithmeticExpression() - Class in package Doctrine\ORM\Query\AST
ArithmeticExpression ::= SimpleArithmeticExpression | "(" Subselect ")"
ArithmeticExpression() - Method in class Doctrine\ORM\Query\Parser
ArithmeticExpression ::= SimpleArithmeticExpression | "(" Subselect ")"
ArithmeticFactor() - Method in class Doctrine\ORM\Query\Parser
ArithmeticFactor ::= [("+" | "-")] ArithmeticPrimary
ArithmeticFactor() - Class in package Doctrine\ORM\Query\AST
ArithmeticFactor ::= [("+" | "-")] ArithmeticPrimary
ArithmeticPrimary() - Method in class Doctrine\ORM\Query\Parser
ArithmeticPrimary ::= SingleValuedPathExpression | Literal | "(" SimpleArithmeticExpression ")" | FunctionsReturningNumerics | AggregateExpression | FunctionsReturningStrings | FunctionsReturningDatetime | IdentificationVariable
ArithmeticTerm() - Class in package Doctrine\ORM\Query\AST
ArithmeticTerm ::= ArithmeticFactor {("*" | "/") ArithmeticFactor}
ArithmeticTerm() - Method in class Doctrine\ORM\Query\Parser
ArithmeticTerm ::= ArithmeticFactor {("*" | "/") ArithmeticFactor}
ArrayCache() - Class in package Doctrine\Common\Cache
Array cache driver.
ArrayCollection() - Class in package Doctrine\Common\Collections
An ArrayCollection is a Collection implementation that uses a regular PHP array internally.
ArrayEntry() - Method in class Doctrine\Common\Annotations\Parser
ArrayEntry ::= Value | KeyValuePair KeyValuePair ::= Key "=" PlainValue Key ::= string | integer
ArrayHydrator() - Class in package Doctrine\ORM\Internal\Hydration
The ArrayHydrator produces a nested array "graph" that is often (not always) interchangeable with the corresponding object graph for read-only access.
ArrayType() - Class in package Doctrine\DBAL\Types
Type that maps a PHP array to a clob SQL type.
Arrayx() - Method in class Doctrine\Common\Annotations\Parser
Array ::= "{" ArrayEntry {"," ArrayEntry}* "}"
asc() - Method in class Doctrine\ORM\Query\Expr
Creates an ASCending order expression.
AssignedGenerator() - Class in package Doctrine\ORM\Id
Special generator for application-assigned identifiers (doesnt really generate anything).
AssociationMapping() - Class in package Doctrine\ORM\Mapping
Base class for association mappings.
associationPathCompositeKeyNotSupported() - Method in class Doctrine\ORM\Query\QueryException
AssociationPathExpression() - Method in class Doctrine\ORM\Query\Parser
AssociationPathExpression ::= CollectionValuedPathExpression | SingleValuedAssociationPathExpression
associationPathInverseSideNotSupported() - Method in class Doctrine\ORM\Query\QueryException
ASTException() - Class in package Doctrine\ORM\Query\AST
Description of QueryException
avg() - Method in class Doctrine\ORM\Query\Expr
Creates an instance of AVG() function, with the given argument.

B

Base() - Class in package Doctrine\ORM\Query\Expr
Abstract base Expr class for building DQL parts
beginTransaction() - Method in class Doctrine\DBAL\Driver\OCI8\OCI8Connection
beginTransaction() - Method in class Doctrine\ORM\EntityManager
Starts a transaction on the underlying database connection.
beginTransaction() - Method in class Doctrine\DBAL\Driver\PDOMsSql\Connection
Begins a database transaction.
between() - Method in class Doctrine\ORM\Query\Expr
Creates an instance of BETWEEN() function, with the given argument.
BetweenExpression() - Method in class Doctrine\ORM\Query\Parser
BetweenExpression ::= ArithmeticExpression ["NOT"] "BETWEEN" ArithmeticExpression "AND" ArithmeticExpression
BetweenExpression() - Class in package Doctrine\ORM\Query\AST
Description of BetweenExpression @license http://www.opensource.org/licenses/lgpl-license.php LGPL
BigIntType() - Class in package Doctrine\DBAL\Types
Type that maps a database BIGINT to a PHP string.
bindParam() - Method in class Doctrine\DBAL\Driver\Statement
Binds a PHP variable to a corresponding named or question mark placeholder in the SQL statement that was use to prepare the statement.
bindParam() - Method in class Doctrine\DBAL\Driver\OCI8\OCI8Statement
{@inheritdoc}
bindValue() - Method in class Doctrine\DBAL\Driver\Statement
Binds a value to a corresponding named or positional placeholder in the SQL statement that was used to prepare the statement.
bindValue() - Method in class Doctrine\DBAL\Driver\OCI8\OCI8Statement
{@inheritdoc}
BooleanType() - Class in package Doctrine\DBAL\Types
Type that maps an SQL boolean to a PHP boolean.

C

Cache() - Interface in package Doctrine\Common\Cache
Interface for cache drivers.
camelize() - Method in class Doctrine\Common\Util\Inflector
Camelize a word.
CaseExpression() - Method in class Doctrine\ORM\Query\Parser
changeColumn() - Method in class Doctrine\DBAL\Schema\Table
Change Column Details
ChangeTrackingPolicy() - Class in package Doctrine\ORM\Mapping
Annotations class
classify() - Method in class Doctrine\Common\Util\Inflector
Convert a word in to the format for a Doctrine class name.
classIsNotAValidEntityOrMappedSuperClass() - Method in class Doctrine\ORM\Mapping\MappingException
ClassLoader() - Class in package Doctrine\Common
A ClassLoader is an autoloader for class files that can be installed on the SPL autoload stack.
ClassMetadata() - Class in package Doctrine\ORM\Mapping
A ClassMetadata instance holds all the object-relational mapping metadata of an entity and it's associations.
ClassMetadataExporter() - Class in package Doctrine\ORM\Tools\Export
Class used for converting your mapping information between the supported formats: yaml, xml, and php/annotation.
ClassMetadataFactory() - Class in package Doctrine\ORM\Mapping
The ClassMetadataFactory is used to create ClassMetadata objects that contain all the metadata mapping informations of a class which describes how a class should be mapped to a relational database.
ClassMetadataInfo() - Class in package Doctrine\ORM\Mapping
A ClassMetadata instance holds all the object-relational mapping metadata of an entity and it's associations.
ClassMetadataReader() - Class in package Doctrine\ORM\Tools
Class to read metadata mapping information from multiple sources into an array of ClassMetadataInfo instances.
clear() - Method in class Doctrine\ORM\Internal\CommitOrderCalculator
Clears the current graph.
clear() - Method in class Doctrine\Common\Collections\Collection
Clears the collection, removing all elements.
clear() - Method in class Doctrine\ORM\EntityManager
Clears the EntityManager.
clear() - Method in class Doctrine\ORM\EntityRepository
Clears the repository, causing all managed entities to become detached.
clear() - Method in class Doctrine\ORM\PersistentCollection
{@inheritdoc}
clear() - Method in class Doctrine\ORM\UnitOfWork
Clears the UnitOfWork.
clear() - Method in class Doctrine\Common\Collections\ArrayCollection
Clears the collection.
clearEntityChangeSet() - Method in class Doctrine\ORM\UnitOfWork
INTERNAL: Clears the property changeset of the entity with the given OID.
clearQueries() - Method in class Doctrine\DBAL\Schema\Visitor\DropSchemaSqlCollector
close() - Method in class Doctrine\ORM\EntityManager
Closes the EntityManager.
close() - Method in class Doctrine\DBAL\Connection
Closes the connection.
closeCursor() - Method in class Doctrine\DBAL\Driver\OCI8\OCI8Statement
Closes the cursor, enabling the statement to be executed again.
closeCursor() - Method in class Doctrine\DBAL\Driver\Statement
Closes the cursor, enabling the statement to be executed again.
Collection() - Interface in package Doctrine\Common\Collections
The missing (SPL) Collection/Array/OrderedMap interface.
CollectionMemberExpression() - Class in package Doctrine\ORM\Query\AST
CollectionMemberExpression ::= EntityExpression ["NOT"] "MEMBER" ["OF"] CollectionValuedPathExpression
CollectionMemberExpression() - Method in class Doctrine\ORM\Query\Parser
CollectionMemberExpression ::= EntityExpression ["NOT"] "MEMBER" ["OF"] CollectionValuedPathExpression EntityExpression ::= SingleValuedAssociationPathExpression | SimpleEntityExpression SimpleEntityExpression ::= IdentificationVariable | InputParameter
CollectionValuedPathExpression() - Method in class Doctrine\ORM\Query\Parser
CollectionValuedPathExpression ::= IdentificationVariable "." {SingleValuedAssociationField "."}* CollectionValuedAssociationField
Column() - Class in package Doctrine\DBAL\Schema
Object representation of a database column
Column() - Class in package Doctrine\ORM\Mapping
Annotations class
columnAlreadyExists() - Method in class Doctrine\DBAL\Schema\SchemaException
columnCount() - Method in class Doctrine\DBAL\Driver\OCI8\OCI8Statement
{@inheritdoc}
columnCount() - Method in class Doctrine\DBAL\Driver\Statement
columnCount Returns the number of columns in the result set
ColumnDiff() - Class in package Doctrine\DBAL\Schema
Represent the change of a column
columnDoesNotExist() - Method in class Doctrine\DBAL\Schema\SchemaException
columnsAreIndexed() - Method in class Doctrine\DBAL\Schema\Table
Check if an index begins in the order of the given columns.
commit() - Method in class Doctrine\ORM\UnitOfWork
Commits the UnitOfWork, executing all operations that have been postponed up to this point.
commit() - Method in class Doctrine\DBAL\Driver\PDOMsSql\Connection
Performs the commit.
commit() - Method in class Doctrine\DBAL\Driver\OCI8\OCI8Connection
commit() - Method in class Doctrine\ORM\EntityManager
Commits a transaction on the underlying database connection.
commitFailedRollbackOnly() - Method in class Doctrine\DBAL\ConnectionException
CommitOrderCalculator() - Class in package Doctrine\ORM\Internal
The CommitOrderCalculator is used by the UnitOfWork to sort out the correct order in which changes to entities need to be persisted.
CommonException() - Exception in package Doctrine\Common
Base exception class for package Doctrine\Common
Comparator() - Class in package Doctrine\DBAL\Schema
Compare to Schemas and return an instance of SchemaDiff
compare() - Method in class Doctrine\Common\Version
Compares a Doctrine version with the current one.
compare() - Method in class Doctrine\DBAL\Schema\Comparator
Returns a SchemaDiff object containing the differences between the schemas $fromSchema and $toSchema.
compareSchemas() - Method in class Doctrine\DBAL\Schema\Comparator
Comparison() - Class in package Doctrine\ORM\Query\Expr
Expression class for DQL comparison expressions
ComparisonExpression() - Method in class Doctrine\ORM\Query\Parser
ComparisonExpression ::= ArithmeticExpression ComparisonOperator ( QuantifiedExpression | ArithmeticExpression )
ComparisonExpression() - Class in package Doctrine\ORM\Query\AST
ComparisonExpression ::= ArithmeticExpression ComparisonOperator ( QuantifiedExpression | ArithmeticExpression ) | StringExpression ComparisonOperator (StringExpression | QuantifiedExpression) | BooleanExpression ("=" | "<>" | "!=") (BooleanExpression | QuantifiedExpression) | EnumExpression ("=" | "<>" | "!=") (EnumExpression | QuantifiedExpression) | DatetimeExpression ComparisonOperator (DatetimeExpression | QuantifiedExpression) | EntityExpression ("=" | "<>") (EntityExpression | QuantifiedExpression)
ComparisonOperator() - Method in class Doctrine\ORM\Query\Parser
ComparisonOperator ::= "=" | "<" | "<=" | "<>" | ">" | ">=" | "!="
computeChangeSet() - Method in class Doctrine\ORM\UnitOfWork
Computes the changes that happened to a single entity.
computeChangeSets() - Method in class Doctrine\ORM\UnitOfWork
Computes all the changes that have been done to entities and collections since the last commit and stores these changes in the _entityChangeSet map temporarily for access by the persisters, until the UoW commit is finished.
concat() - Method in class Doctrine\ORM\Query\Expr
Creates a CONCAT() function expression with the given arguments.
ConcatFunction() - Class in package Doctrine\ORM\Query\AST\Functions
"CONCAT" "(" StringPrimary "," StringPrimary ")"
ConditionalExpression() - Method in class Doctrine\ORM\Query\Parser
ConditionalExpression ::= ConditionalTerm {"OR" ConditionalTerm}
ConditionalExpression() - Class in package Doctrine\ORM\Query\AST
ConditionalExpression ::= ConditionalTerm {"OR" ConditionalTerm}
ConditionalFactor() - Method in class Doctrine\ORM\Query\Parser
ConditionalFactor ::= ["NOT"] ConditionalPrimary
ConditionalFactor() - Class in package Doctrine\ORM\Query\AST
ConditionalFactor ::= ["NOT"] ConditionalPrimary
ConditionalPrimary() - Method in class Doctrine\ORM\Query\Parser
ConditionalPrimary ::= SimpleConditionalExpression | "(" ConditionalExpression ")"
ConditionalPrimary() - Class in package Doctrine\ORM\Query\AST
ConditionalPrimary ::= SimpleConditionalExpression | "(" ConditionalExpression ")"
ConditionalTerm() - Method in class Doctrine\ORM\Query\Parser
ConditionalTerm ::= ConditionalFactor {"AND" ConditionalFactor}
ConditionalTerm() - Class in package Doctrine\ORM\Query\AST
ConditionalTerm ::= ConditionalFactor {"AND" ConditionalFactor}
Configuration() - Class in package Doctrine\DBAL
Configuration container for the Doctrine DBAL.
Configuration() - Class in package Doctrine\ORM
Configuration container for all configuration options of Doctrine.
configure() - Method in class Doctrine\ORM\Tools\Console\Command\GenerateRepositoriesCommand
configure() - Method in class Doctrine\DBAL\Tools\Console\Command\ImportCommand
configure() - Method in class Doctrine\ORM\Tools\Console\Command\RunDqlCommand
configure() - Method in class Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
configure() - Method in class Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
configure() - Method in class Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
configure() - Method in class Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
configure() - Method in class Doctrine\ORM\Tools\Console\Command\GenerateEntitiesCommand
configure() - Method in class Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
configure() - Method in class Doctrine\ORM\Tools\Console\Command\GenerateProxiesCommand
configure() - Method in class Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
configure() - Method in class Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
configure() - Method in class Doctrine\ORM\Tools\Console\Command\ConvertDoctrine1SchemaCommand
configure() - Method in class Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
configure() - Method in class Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
connect() - Method in class Doctrine\DBAL\Driver\PDOSqlite\Driver
Tries to establish a database connection to SQLite.
connect() - Method in class Doctrine\DBAL\Connection
Establishes the connection with the database.
Connection() - Class in package Doctrine\DBAL\Driver\PDOMsSql
MsSql Connection implementation.
Connection() - Interface in package Doctrine\DBAL\Driver
Connection interface.
Connection() - Class in package Doctrine\DBAL
A wrapper around a Doctrine\DBAL\Driver\Connection that adds features like events, transaction isolation levels, configuration, emulated transaction nesting, lazy connecting and more.
ConnectionEventArgs() - Class in package Doctrine\DBAL\Event
Event Arguments used when a Driver connection is established inside Doctrine\DBAL\Connection.
ConnectionException() - Class in package Doctrine\DBAL
Doctrine\DBAL\ConnectionException
ConnectionHelper() - Class in package Doctrine\DBAL\Tools\Console\Helper
Doctrine CLI Connection Helper.
Constraint() - Interface in package Doctrine\DBAL\Schema
Marker interface for contraints
contains() - Method in class Doctrine\Common\Collections\ArrayCollection
Checks whether the given element is contained in the collection.
contains() - Method in class Doctrine\ORM\PersistentCollection
{@inheritdoc}
contains() - Method in class Doctrine\Common\Cache\AbstractCache
{@inheritdoc}
contains() - Method in class Doctrine\ORM\EntityManager
Determines whether an entity instance is managed in this EntityManager.
contains() - Method in class Doctrine\Common\Collections\Collection
Checks whether an element is contained in the collection.
contains() - Method in class Doctrine\ORM\Query
Method to check if an arbitrary piece of DQL exists
contains() - Method in class Doctrine\Common\Cache\Cache
Test if an entry exists in the cache.
containsIdHash() - Method in class Doctrine\ORM\UnitOfWork
INTERNAL: Checks whether an identifier hash exists in the identity map.
containsKey() - Method in class Doctrine\Common\Collections\Collection
Checks whether the collection contains an element with the specified key/index.
containsKey() - Method in class Doctrine\ORM\PersistentCollection
{@inheritdoc}
containsKey() - Method in class Doctrine\Common\Collections\ArrayCollection
Checks whether the collection contains a specific key/index.
convertBooleans() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Some platforms need the boolean values to be converted.
convertBooleans() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
Postgres wants boolean values converted to the strings 'true'/'false'.
ConvertDoctrine1Schema() - Class in package Doctrine\ORM\Tools
Class to help with converting Doctrine 1 schema files to Doctrine 2 mapping files
ConvertDoctrine1SchemaCommand() - Class in package Doctrine\ORM\Tools\Console\Command
Command to convert a Doctrine 1 schema to a Doctrine 2 mapping file.
ConvertMappingCommand() - Class in package Doctrine\ORM\Tools\Console\Command
Command to convert your mapping information between the various formats.
convertToDatabaseValue() - Method in class Doctrine\DBAL\Types\ObjectType
Converts a value from its PHP representation to its database representation of this type.
convertToDatabaseValue() - Method in class Doctrine\DBAL\Types\Type
Converts a value from its PHP representation to its database representation of this type.
convertToDatabaseValue() - Method in class Doctrine\DBAL\Types\DateType
Converts a value from its PHP representation to its database representation of this type.
convertToDatabaseValue() - Method in class Doctrine\DBAL\Types\DateTimeType
Converts a value from its PHP representation to its database representation of this type.
convertToDatabaseValue() - Method in class Doctrine\DBAL\Types\BooleanType
Converts a value from its PHP representation to its database representation of this type.
convertToDatabaseValue() - Method in class Doctrine\DBAL\Types\TimeType
{@inheritdoc}
convertToDatabaseValue() - Method in class Doctrine\DBAL\Types\ArrayType
Converts a value from its PHP representation to its database representation of this type.
convertToDatabaseValue() - Method in class Doctrine\DBAL\Connection
Converts a given value to its database representation according to the conversion rules of a specific DBAL mapping type.
convertToPHPValue() - Method in class Doctrine\DBAL\Types\ArrayType
Converts a value from its database representation to its PHP representation of this type.
convertToPHPValue() - Method in class Doctrine\DBAL\Types\TimeType
{@inheritdoc}
convertToPHPValue() - Method in class Doctrine\DBAL\Types\DecimalType
Converts a value from its database representation to its PHP representation of this type.
convertToPHPValue() - Method in class Doctrine\DBAL\Types\BooleanType
Converts a value from its database representation to its PHP representation of this type.
convertToPHPValue() - Method in class Doctrine\DBAL\Types\Type
Converts a value from its database representation to its PHP representation of this type.
convertToPHPValue() - Method in class Doctrine\DBAL\Types\DateType
Converts a value from its database representation to its PHP representation of this type.
convertToPHPValue() - Method in class Doctrine\DBAL\Connection
Converts a given value to its PHP representation according to the conversion rules of a specific DBAL mapping type.
convertToPHPValue() - Method in class Doctrine\DBAL\Types\IntegerType
Converts a value from its database representation to its PHP representation of this type.
convertToPHPValue() - Method in class Doctrine\DBAL\Types\ObjectType
Converts a value from its database representation to its PHP representation of this type.
convertToPHPValue() - Method in class Doctrine\DBAL\Types\SmallIntType
Converts a value from its database representation to its PHP representation of this type.
convertToPHPValue() - Method in class Doctrine\DBAL\Types\DateTimeType
Converts a value from its database representation to its PHP representation of this type.
copy() - Method in class Doctrine\ORM\EntityManager
Creates a copy of the given entity.
couldNotMapDoctrine1Type() - Method in class Doctrine\ORM\Tools\ToolsException
count() - Method in class Doctrine\ORM\Tools\Console\MetadataFilter
count() - Method in class Doctrine\ORM\Query\Expr\OrderBy
count() - Method in class Doctrine\ORM\Query\Expr\Base
count() - Method in class Doctrine\ORM\PersistentCollection
{@inheritdoc}
count() - Method in class Doctrine\ORM\Query\Expr
Creates an instance of COUNT() function, with the given argument.
count() - Method in class Doctrine\Common\Collections\ArrayCollection
Returns the number of elements in the collection.
countDistinct() - Method in class Doctrine\ORM\Query\Expr
Creates an instance of COUNT(DISTINCT) function, with the given argument.
create() - Method in class Doctrine\ORM\EntityManager
Factory method to create EntityManager instances.
create() - Method in class Doctrine\ORM\Mapping\Driver\AnnotationDriver
Factory method for the Annotation Driver
CreateCommand() - Class in package Doctrine\ORM\Tools\Console\Command\SchemaTool
Command to create the database schema for a set of classes based on their mappings.
createConstraint() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Create a constraint on a table
createDatabase() - Method in class Doctrine\DBAL\Schema\PostgreSqlSchemaManager
Creates a new database.
createDatabase() - Method in class Doctrine\DBAL\Schema\SqliteSchemaManager
{@inheritdoc}
createDatabase() - Method in class Doctrine\DBAL\Schema\MsSqlSchemaManager
create a new database
createDatabase() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Creates a new database.
createDatabase() - Method in class Doctrine\DBAL\Schema\OracleSchemaManager
Creates a new database.
createEntity() - Method in class Doctrine\ORM\UnitOfWork
INTERNAL: Creates an entity.
createForeignKey() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Create a new foreign key
createIndex() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Create a new index on a table
createNamedNativeQuery() - Method in class Doctrine\ORM\EntityManager
Creates a NativeQuery from a named native query.
createNamedQuery() - Method in class Doctrine\ORM\EntityManager
Creates a Query from a named query.
createNativeQuery() - Method in class Doctrine\ORM\EntityManager
Creates a native SQL query.
createQuery() - Method in class Doctrine\ORM\EntityManager
Creates a new Query object.
createQueryBuilder() - Method in class Doctrine\ORM\EntityManager
Create a QueryBuilder instance
createQueryBuilder() - Method in class Doctrine\ORM\EntityRepository
Create a new QueryBuilder instance that is prepopulated for this entity name
createSchema() - Method in class Doctrine\ORM\Tools\SchemaTool
Creates the database schema for the given array of ClassMetadata instances.
createSchema() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Create a schema instance for the current database.
createSchemaConfig() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Create the configuration for this schema.
CreateSchemaSqlCollector() - Class in package Doctrine\DBAL\Schema\Visitor
createSequence() - Method in class Doctrine\DBAL\Schema\Schema
Create a new sequence
createSequence() - Method in class Doctrine\DBAL\Schema\MsSqlSchemaManager
{@inheritdoc}
createSequence() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Create a new sequence
createsExplicitIndexForForeignKeys() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
createsExplicitIndexForForeignKeys() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
createTable() - Method in class Doctrine\DBAL\Schema\Schema
Create a new table
createTable() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Create a new table.
createView() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Create a new view
current() - Method in class Doctrine\ORM\Internal\Hydration\IterableResult
current() - Method in class Doctrine\Common\Collections\Collection
Gets the element of the collection at the current iterator position.
current() - Method in class Doctrine\Common\Collections\ArrayCollection
Gets the element of the collection at the current internal iterator position.
current() - Method in class Doctrine\ORM\PersistentCollection
Gets the element of the collection at the current iterator position.
CurrentDateFunction() - Class in package Doctrine\ORM\Query\AST\Functions
"CURRENT_DATE"
CurrentTimeFunction() - Class in package Doctrine\ORM\Query\AST\Functions
"CURRENT_TIME"
CurrentTimestampFunction() - Class in package Doctrine\ORM\Query\AST\Functions
"CURRENT_TIMESTAMP"
CustomFunctionsReturningDatetime() - Method in class Doctrine\ORM\Query\Parser
CustomFunctionsReturningNumerics() - Method in class Doctrine\ORM\Query\Parser
CustomFunctionsReturningStrings() - Method in class Doctrine\ORM\Query\Parser

D

DatabaseDriver() - Class in package Doctrine\ORM\Mapping\Driver
The DatabaseDriver reverse engineers the mapping metadata from a database.
DateTimeType() - Class in package Doctrine\DBAL\Types
Type that maps an SQL DATETIME/TIMESTAMP to a PHP DateTime object.
DateType() - Class in package Doctrine\DBAL\Types
Type that maps an SQL DATE to a PHP Date object.
DBALException() - Exception in package Doctrine\DBAL
Debug() - Class in package Doctrine\Common\Util
Static class containing most used debug methods.
DebugStack() - Class in package Doctrine\DBAL\Logging
Includes executed SQLs in a Debug Stack
DecimalType() - Class in package Doctrine\DBAL\Types
Type that maps an SQL DECIMAL to a PHP double.
delete() - Method in class Doctrine\ORM\Persisters\StandardEntityPersister
Deletes an entity.
delete() - Method in class Doctrine\ORM\Persisters\AbstractCollectionPersister
Deletes the persistent state represented by the given collection.
delete() - Method in class Doctrine\DBAL\Connection
Executes an SQL DELETE statement on a table.
delete() - Method in class Doctrine\ORM\Persisters\JoinedSubclassPersister
{@inheritdoc}
delete() - Method in class Doctrine\ORM\QueryBuilder
Construct a DQL DELETE query [php] $qb = $em->createQueryBuilder() ->delete('User', 'u') ->where('u.id = :user_id'); ->setParameter(':user_id', 1);
delete() - Method in class Doctrine\Common\Cache\AbstractCache
{@inheritdoc}
delete() - Method in class Doctrine\Common\Cache\Cache
Deletes a cache entry.
deleteAll() - Method in class Doctrine\Common\Cache\AbstractCache
Delete all cache entries.
deleteByPrefix() - Method in class Doctrine\Common\Cache\AbstractCache
Delete cache entries where the id has the passed prefix
deleteByRegex() - Method in class Doctrine\Common\Cache\AbstractCache
Delete cache entries where the id matches a PHP regular expressions
deleteBySuffix() - Method in class Doctrine\Common\Cache\AbstractCache
Delete cache entries where the id has the passed suffix
DeleteClause() - Method in class Doctrine\ORM\Query\Parser
DeleteClause ::= "DELETE" ["FROM"] AbstractSchemaName ["AS"] AliasIdentificationVariable
DeleteClause() - Class in package Doctrine\ORM\Query\AST
DeleteClause ::= "DELETE" ["FROM"] AbstractSchemaName [["AS"] AliasIdentificationVariable]
deleteRows() - Method in class Doctrine\ORM\Persisters\AbstractCollectionPersister
DeleteStatement() - Method in class Doctrine\ORM\Query\Parser
DeleteStatement ::= DeleteClause [WhereClause]
DeleteStatement() - Class in package Doctrine\ORM\Query\AST
DeleteStatement = DeleteClause [WhereClause]
desc() - Method in class Doctrine\ORM\Query\Expr
Creates a DESCending order expression.
detach() - Method in class Doctrine\ORM\EntityManager
Detaches an entity from the EntityManager, causing a managed entity to become detached.
detach() - Method in class Doctrine\ORM\UnitOfWork
Detaches an entity from the persistence management.
detachedEntityCannotBeRemoved() - Method in class Doctrine\ORM\ORMException
diff() - Method in class Doctrine\ORM\Query\Expr
Creates a difference mathematical expression with the given arguments.
diffColumn() - Method in class Doctrine\DBAL\Schema\Comparator
Returns the difference between the fields $field1 and $field2.
diffForeignKey() - Method in class Doctrine\DBAL\Schema\Comparator
diffIndex() - Method in class Doctrine\DBAL\Schema\Comparator
Finds the difference between the indexes $index1 and $index2.
diffSequence() - Method in class Doctrine\DBAL\Schema\Comparator
diffTable() - Method in class Doctrine\DBAL\Schema\Comparator
Returns the difference between the tables $table1 and $table2.
DiscriminatorColumn() - Class in package Doctrine\ORM\Mapping
Annotations class
DiscriminatorMap() - Class in package Doctrine\ORM\Mapping
Annotations class
dispatch() - Method in class Doctrine\ORM\Query\AST\JoinVariableDeclaration
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\Literal
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\Node
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\HavingClause
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\JoinAssociationPathExpression
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\Join
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\InExpression
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\IndexBy
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\InputParameter
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\IdentificationVariableDeclaration
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\ExistsExpression
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\AggregateExpression
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\ComparisonExpression
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\ConditionalExpression
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\ArithmeticExpression
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\ArithmeticFactor
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\BetweenExpression
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\ArithmeticTerm
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\ConditionalFactor
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\ConditionalPrimary
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\NullComparisonExpression
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\FromClause
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\EmptyCollectionComparisonExpression
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\DeleteStatement
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\ConditionalTerm
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\DeleteClause
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\GroupByClause
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\LikeExpression
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\SubselectFromClause
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\Subselect
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\UpdateClause
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\QuantifiedExpression
dispatch() - Method in class Doctrine\ORM\Query\AST\SelectClause
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\SimpleSelectExpression
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\SimpleSelectClause
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\SelectExpression
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\RangeVariableDeclaration
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\SelectStatement
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\SimpleArithmeticExpression
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\UpdateItem
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\PathExpression
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\CollectionMemberExpression
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\Functions\FunctionNode
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\OrderByClause
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\UpdateStatement
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\WhereClause
Double-dispatch method, supposed to dispatch back to the walker.
dispatch() - Method in class Doctrine\ORM\Query\AST\OrderByItem
Double-dispatch method, supposed to dispatch back to the walker.
dispatchEvent() - Method in class Doctrine\Common\EventManager
Dispatches an event to all registered listeners.
Driver() - Class in package Doctrine\DBAL\Driver\PDOMsSql
The PDO-based MsSql driver.
Driver() - Class in package Doctrine\DBAL\Driver\PDOOracle
Driver() - Class in package Doctrine\DBAL\Driver\PDOMySql
PDO MySql driver.
Driver() - Class in package Doctrine\DBAL\Driver\PDOSqlite
The PDO Sqlite driver.
Driver() - Interface in package Doctrine\ORM\Mapping\Driver
Contract for metadata drivers.
Driver() - Class in package Doctrine\DBAL\Driver\OCI8
A Doctrine DBAL driver for the Oracle OCI8 PHP extensions.
Driver() - Class in package Doctrine\DBAL\Driver\PDOPgSql
Driver that connects through pdo_pgsql.
Driver() - Interface in package Doctrine\DBAL
Driver interface.
DriverChain() - Class in package Doctrine\ORM\Mapping\Driver
The DriverChain allows you to add multiple other mapping drivers for certain namespaces
DriverManager() - Class in package Doctrine\DBAL
Factory for creating Doctrine\DBAL\Connection instances.
driverRequired() - Method in class Doctrine\DBAL\DBALException
dropAndCreateConstraint() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Drop and create a constraint
dropAndCreateDatabase() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Drop and creates a new database.
dropAndCreateForeignKey() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Drop and create a new foreign key
dropAndCreateIndex() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Drop and create a new index on a table
dropAndCreateSequence() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Drop and create a new sequence
dropAndCreateTable() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Drop and create a new table.
dropAndCreateView() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Drop and create a new view
dropAutoincrement() - Method in class Doctrine\DBAL\Schema\OracleSchemaManager
dropColumn() - Method in class Doctrine\DBAL\Schema\Table
Drop Column from Table
DropCommand() - Class in package Doctrine\ORM\Tools\Console\Command\SchemaTool
Command to drop the database schema for a set of classes based on their mappings.
dropConstraint() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Drop the constraint from the given table
dropDatabase() - Method in class Doctrine\DBAL\Schema\SqliteSchemaManager
{@inheritdoc}
dropDatabase() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Drops a database.
dropDatabase() - Method in class Doctrine\DBAL\Schema\MsSqlSchemaManager
drop an existing database
dropDatabase() - Method in class Doctrine\DBAL\Schema\PostgreSqlSchemaManager
Drops a database.
dropForeignKey() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Drops a foreign key from a table.
dropIndex() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Drop the index from the given table
dropSchema() - Method in class Doctrine\ORM\Tools\SchemaTool
Drops the database schema for the given classes.
DropSchemaSqlCollector() - Class in package Doctrine\DBAL\Schema\Visitor
Gather SQL statements that allow to completly drop the current schema.
dropSequence() - Method in class Doctrine\DBAL\Schema\Schema
dropSequence() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Drops a sequence with a given name.
dropSequenceSql() - Method in class Doctrine\DBAL\Schema\MsSqlSchemaManager
This function drops an existing sequence
dropTable() - Method in class Doctrine\DBAL\Schema\OracleSchemaManager
Drop the given table
dropTable() - Method in class Doctrine\DBAL\Schema\Schema
Drop a table from the schema.
dropTable() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Drop the given table
dropView() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Drop a view
dump() - Method in class Doctrine\Common\Util\Debug
Prints a dump of the public, protected and private properties of $var.
dump() - Method in class Doctrine\ORM\Query\AST\Node
duplicateAssociationMapping() - Method in class Doctrine\ORM\Mapping\MappingException
duplicateColumnName() - Method in class Doctrine\ORM\Mapping\MappingException
duplicateFieldMapping() - Method in class Doctrine\ORM\Mapping\MappingException

E

EchoSQLLogger() - Class in package Doctrine\DBAL\Logging
A SQL logger that logs to the standard output using echo/var_dump.
ElementCollection() - Class in package Doctrine\ORM\Mapping
Annotations class
ElementCollectionPersister() - Class in package Doctrine\ORM\Persisters
Persister for collections of basic elements / value types.
EmptyCollectionComparisonExpression() - Class in package Doctrine\ORM\Query\AST
EmptyCollectionComparisonExpression ::= CollectionValuedPathExpression "IS" ["NOT"] "EMPTY"
EmptyCollectionComparisonExpression() - Method in class Doctrine\ORM\Query\Parser
EmptyCollectionComparisonExpression ::= CollectionValuedPathExpression "IS" ["NOT"] "EMPTY"
endProduction() - Method in class Doctrine\ORM\Query\Printer
Decreases indentation level by one and prints a closing parenthesis.
ensureProductionSettings() - Method in class Doctrine\ORM\Configuration
Ensures that this Configuration instance contains settings that are suitable for a production environment.
EnsureProductionSettingsCommand() - Class in package Doctrine\ORM\Tools\Console\Command
Command to ensure that Doctrine is properly configured for a production environment.
Entity() - Class in package Doctrine\ORM\Mapping
Annotations class
EntityExpression() - Method in class Doctrine\ORM\Query\Parser
EntityExpression ::= SingleValuedAssociationPathExpression | SimpleEntityExpression
EntityGenerator() - Class in package Doctrine\ORM\Tools
Generic class used to generate PHP5 entity classes from ClassMetadataInfo instances [php] $classes = $em->getClassMetadataFactory()->getAllMetadata(); $generator = new \Doctrine\ORM\Tools\EntityGenerator(); $generator->setGenerateAnnotations(true); $generator->setGenerateStubMethods(true); $generator->setRegenerateEntityIfExists(false); $generator->setUpdateEntityIfExists(true); $generator->generate($classes, '/path/to/generate/entities');
EntityManager() - Class in package Doctrine\ORM
The EntityManager is the central access point to ORM functionality.
entityManagerClosed() - Method in class Doctrine\ORM\ORMException
EntityManagerHelper() - Class in package Doctrine\ORM\Tools\Console\Helper
Doctrine CLI Connection Helper.
entityMissingAssignedId() - Method in class Doctrine\ORM\ORMException
EntityNotFoundException() - Class in package Doctrine\ORM
Exception thrown when a Proxy fails to retrieve an Entity result.
EntityRepository() - Class in package Doctrine\ORM
An EntityRepository serves as a repository for entities with generic as well as business specific methods for retrieving entities.
eq() - Method in class Doctrine\ORM\Query\Expr
Creates an equality comparison expression with the given arguments.
errorCode() - Method in class Doctrine\DBAL\Driver\OCI8\OCI8Connection
errorCode() - Method in class Doctrine\DBAL\Driver\OCI8\OCI8Statement
{@inheritdoc}
errorCode() - Method in class Doctrine\DBAL\Driver\Statement
errorCode Fetch the SQLSTATE associated with the last operation on the statement handle
errorCode() - Method in class Doctrine\DBAL\Driver\Connection
errorInfo() - Method in class Doctrine\DBAL\Driver\OCI8\OCI8Statement
{@inheritdoc}
errorInfo() - Method in class Doctrine\DBAL\Driver\Connection
errorInfo() - Method in class Doctrine\DBAL\Driver\OCI8\OCI8Connection
errorInfo() - Method in class Doctrine\DBAL\Driver\Statement
errorInfo Fetch extended error information associated with the last operation on the statement handle
EventArgs() - Class in package Doctrine\Common
EventArgs is the base class for classes containing event data.
EventManager() - Class in package Doctrine\Common
The EventManager is the central point of Doctrine's event listener system.
Events() - Class in package Doctrine\ORM
Container for all ORM events.
Events() - Class in package Doctrine\DBAL
Container for all DBAL events.
EventSubscriber() - Interface in package Doctrine\Common
An EventSubscriber knows himself what events he is interested in.
exec() - Method in class Doctrine\DBAL\Driver\OCI8\OCI8Connection
exec() - Method in class Doctrine\DBAL\Driver\Connection
execute() - Method in class Doctrine\ORM\Query\Exec\MultiTableUpdateExecutor
Executes all SQL statements.
execute() - Method in class Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
execute() - Method in class Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
execute() - Method in class Doctrine\DBAL\Driver\OCI8\OCI8Statement
{@inheritdoc}
execute() - Method in class Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
execute() - Method in class Doctrine\ORM\Query\Exec\SingleSelectExecutor
Executes all sql statements.
execute() - Method in class Doctrine\ORM\Query\Exec\AbstractSqlExecutor
Executes all sql statements.
execute() - Method in class Doctrine\ORM\Query\Exec\MultiTableDeleteExecutor
Executes all SQL statements.
execute() - Method in class Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
execute() - Method in class Doctrine\ORM\Query\Exec\SingleTableDeleteUpdateExecutor
Executes all sql statements.
execute() - Method in class Doctrine\ORM\AbstractQuery
Executes the query.
execute() - Method in class Doctrine\ORM\Tools\Console\Command\GenerateProxiesCommand
execute() - Method in class Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
execute() - Method in class Doctrine\DBAL\Tools\Console\Command\ImportCommand
execute() - Method in class Doctrine\ORM\Tools\Console\Command\GenerateRepositoriesCommand
execute() - Method in class Doctrine\ORM\Tools\Console\Command\GenerateEntitiesCommand
execute() - Method in class Doctrine\DBAL\Driver\Statement
Executes a prepared statement If the prepared statement included parameter markers, you must either: call PDOStatement->bindParam() to bind PHP variables to the parameter markers: bound variables pass their value as input and receive the output value, if any, of their associated parameter markers or pass an array of input-only parameter values
execute() - Method in class Doctrine\ORM\Tools\Console\Command\ConvertDoctrine1SchemaCommand
execute() - Method in class Doctrine\ORM\Tools\Console\Command\RunDqlCommand
execute() - Method in class Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
execute() - Method in class Doctrine\ORM\Tools\Console\Command\SchemaTool\AbstractCommand
executeInserts() - Method in class Doctrine\ORM\Persisters\StandardEntityPersister
Executes all queued entity insertions and returns any generated post-insert identifiers that were created as a result of the insertions.
executeInserts() - Method in class Doctrine\ORM\Persisters\JoinedSubclassPersister
{@inheritdoc}
executeQuery() - Method in class Doctrine\DBAL\Connection
Executes an, optionally parameterized, SQL query.
executeSchemaCommand() - Method in class Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
executeSchemaCommand() - Method in class Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
executeSchemaCommand() - Method in class Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
executeSchemaCommand() - Method in class Doctrine\ORM\Tools\Console\Command\SchemaTool\AbstractCommand
executeUpdate() - Method in class Doctrine\DBAL\Connection
Executes an SQL INSERT/UPDATE/DELETE query with the given parameters and returns the number of affected rows.
exists() - Method in class Doctrine\ORM\Query\Expr
Creates an instance of EXISTS() function, with the given DQL Subquery.
exists() - Method in class Doctrine\ORM\PersistentCollection
{@inheritdoc}
exists() - Method in class Doctrine\Common\Collections\Collection
Tests for the existence of an element that satisfies the given predicate.
exists() - Method in class Doctrine\Common\Collections\ArrayCollection
Tests for the existance of an element that satisfies the given predicate.
ExistsExpression() - Class in package Doctrine\ORM\Query\AST
ExistsExpression ::= ["NOT"] "EXISTS" "(" Subselect ")"
ExistsExpression() - Method in class Doctrine\ORM\Query\Parser
ExistsExpression ::= ["NOT"] "EXISTS" "(" Subselect ")"
expireQueryCache() - Method in class Doctrine\ORM\Query
Defines if the query cache is active or not.
expireResultCache() - Method in class Doctrine\ORM\AbstractQuery
Defines if the result cache is active or not.
export() - Method in class Doctrine\ORM\Tools\Export\Driver\AbstractExporter
Export each ClassMetadata instance to a single Doctrine Mapping file named after the entity
export() - Method in class Doctrine\Common\Util\Debug
exportClassMetadata() - Method in class Doctrine\ORM\Tools\Export\Driver\YamlExporter
Converts a single ClassMetadata instance to the exported format and returns it TODO: Should this code be pulled out in to a toArray() method in ClassMetadata
exportClassMetadata() - Method in class Doctrine\ORM\Tools\Export\Driver\PhpExporter
Converts a single ClassMetadata instance to the exported format and returns it
exportClassMetadata() - Method in class Doctrine\ORM\Tools\Export\Driver\AbstractExporter
Converts a single ClassMetadata instance to the exported format and returns it
exportClassMetadata() - Method in class Doctrine\ORM\Tools\Export\Driver\AnnotationExporter
Converts a single ClassMetadata instance to the exported format and returns it
exportClassMetadata() - Method in class Doctrine\ORM\Tools\Export\Driver\XmlExporter
Converts a single ClassMetadata instance to the exported format and returns it
ExportException() - Class in package Doctrine\ORM\Tools\Export
Base exception class for all ORM exceptions.
expr() - Method in class Doctrine\ORM\QueryBuilder
Gets an ExpressionBuilder used for object-oriented construction of query expressions.
Expr() - Class in package Doctrine\ORM\Query
This class is used to generate DQL expressions via a set of PHP static functions

F

fetch() - Method in class Doctrine\Common\Cache\Cache
Fetches an entry from the cache.
fetch() - Method in class Doctrine\Common\Cache\AbstractCache
{@inheritdoc}
fetch() - Method in class Doctrine\DBAL\Driver\OCI8\OCI8Statement
{@inheritdoc}
fetch() - Method in class Doctrine\DBAL\Driver\Statement
fetch
fetchAll() - Method in class Doctrine\DBAL\Driver\OCI8\OCI8Statement
{@inheritdoc}
fetchAll() - Method in class Doctrine\DBAL\Connection
Prepares and executes an SQL query and returns the result as an associative array.
fetchAll() - Method in class Doctrine\DBAL\Driver\Statement
Returns an array containing all of the result set rows
fetchArray() - Method in class Doctrine\DBAL\Connection
Prepares and executes an SQL query and returns the first row of the result as a numerically indexed array.
fetchColumn() - Method in class Doctrine\DBAL\Connection
Prepares and executes an SQL query and returns the value of a single column of the first row of the result.
fetchColumn() - Method in class Doctrine\DBAL\Driver\Statement
fetchColumn Returns a single column from the next row of a result set or FALSE if there are no more rows.
fetchColumn() - Method in class Doctrine\DBAL\Driver\OCI8\OCI8Statement
{@inheritdoc}
fetchRow() - Method in class Doctrine\DBAL\Connection
Prepares and executes an SQL query and returns the first row of the result as an associative array.
FieldAssignment() - Method in class Doctrine\Common\Annotations\Parser
FieldAssignment ::= FieldName "=" PlainValue FieldName ::= identifier
fileMappingDriversRequireConfiguredDirectoryPath() - Method in class Doctrine\ORM\Mapping\MappingException
filter() - Method in class Doctrine\ORM\Tools\Console\MetadataFilter
Filter Metadatas by one or more filter options.
filter() - Method in class Doctrine\Common\Collections\ArrayCollection
Returns all the elements of this collection that satisfy the predicate p.
filter() - Method in class Doctrine\Common\Collections\Collection
Returns all the elements of this collection that satisfy the predicate p.
filter() - Method in class Doctrine\ORM\PersistentCollection
{@inheritdoc}
find() - Method in class Doctrine\ORM\EntityRepository
Finds an entity by its primary key / identifier.
find() - Method in class Doctrine\ORM\EntityManager
Finds an Entity by its identifier.
findAll() - Method in class Doctrine\ORM\EntityRepository
Finds all entities in the repository.
findBy() - Method in class Doctrine\ORM\EntityRepository
Finds entities by a set of criteria.
findByRequiresParameter() - Method in class Doctrine\ORM\ORMException
findOneBy() - Method in class Doctrine\ORM\EntityRepository
Finds a single entity by a set of criteria.
first() - Method in class Doctrine\Common\Collections\ArrayCollection
Sets the internal iterator to the first element in the collection and returns this element.
first() - Method in class Doctrine\Common\Collections\Collection
Sets the internal iterator to the first element in the collection and returns this element.
first() - Method in class Doctrine\ORM\PersistentCollection
{@inheritdoc}
FixSchema() - Class in package Doctrine\DBAL\Schema\Visitor
fixSchemaElementName() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
Makes any fixes to a name of a schema element (table, sequence, ...) that are required by restrictions of the platform, like a maximum length.
fixSchemaElementName() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Makes any fixes to a name of a schema element (table, sequence, ...) that are required by restrictions of the platform, like a maximum length.
flush() - Method in class Doctrine\ORM\EntityManager
Flushes all changes to objects that have been queued up to now to the database.
forAll() - Method in class Doctrine\Common\Collections\Collection
Applies the given predicate p to all elements of this collection, returning true, if the predicate yields true for all elements.
forAll() - Method in class Doctrine\Common\Collections\ArrayCollection
Applies the given predicate p to all elements of this collection, returning true, if the predicate yields true for all elements.
forAll() - Method in class Doctrine\ORM\PersistentCollection
{@inheritdoc}
ForeignKeyConstraint() - Class in package Doctrine\DBAL\Schema
The abstract asset allows to reset the name of all assets without publishing this to the public userland.
foreignKeyDoesNotExist() - Method in class Doctrine\DBAL\Schema\SchemaException
free() - Method in class Doctrine\ORM\AbstractQuery
Frees the resources used by the query object.
free() - Method in class Doctrine\ORM\Query
free() - Method in class Doctrine\ORM\Query\Parser
Free this parser enabling it to be reused
From() - Class in package Doctrine\ORM\Query\Expr
Expression class for DQL from
from() - Method in class Doctrine\ORM\QueryBuilder
Specify the FROM part when constructing a SELECT DQL query [php] $qb = $em->createQueryBuilder() ->select('u') ->from('User', 'u')
FromClause() - Method in class Doctrine\ORM\Query\Parser
FromClause ::= "FROM" IdentificationVariableDeclaration {"," IdentificationVariableDeclaration}
FromClause() - Class in package Doctrine\ORM\Query\AST
FromClause ::= "FROM" IdentificationVariableDeclaration {"," IdentificationVariableDeclaration}
fromErrorInfo() - Method in class Doctrine\DBAL\Driver\OCI8\OCI8Exception
Func() - Class in package Doctrine\ORM\Query\Expr
Expression class for generating DQL functions
FunctionDeclaration() - Method in class Doctrine\ORM\Query\Parser
FunctionDeclaration ::= FunctionsReturningStrings | FunctionsReturningNumerics | FunctionsReturningDatetime
FunctionNode() - Class in package Doctrine\ORM\Query\AST\Functions
Abtract Function Node.
FunctionsReturningDatetime() - Method in class Doctrine\ORM\Query\Parser
FunctionsReturningDateTime ::= "CURRENT_DATE" | "CURRENT_TIME" | "CURRENT_TIMESTAMP"
FunctionsReturningNumerics() - Method in class Doctrine\ORM\Query\Parser
FunctionsReturningNumerics ::= "LENGTH" "(" StringPrimary ")" | "LOCATE" "(" StringPrimary "," StringPrimary ["," SimpleArithmeticExpression]")" | "ABS" "(" SimpleArithmeticExpression ")" | "SQRT" "(" SimpleArithmeticExpression ")" | "MOD" "(" SimpleArithmeticExpression "," SimpleArithmeticExpression ")" | "SIZE" "(" CollectionValuedPathExpression ")"
FunctionsReturningStrings() - Method in class Doctrine\ORM\Query\Parser
FunctionsReturningStrings ::= "CONCAT" "(" StringPrimary "," StringPrimary ")" | "SUBSTRING" "(" StringPrimary "," SimpleArithmeticExpression "," SimpleArithmeticExpression ")" | "TRIM" "(" [["LEADING" | "TRAILING" | "BOTH"] [char] "FROM"] StringPrimary ")" | "LOWER" "(" StringPrimary ")" | "UPPER" "(" StringPrimary ")"

G

generate() - Method in class Doctrine\ORM\Id\IdentityGenerator
Generates an ID for the given entity.
generate() - Method in class Doctrine\ORM\Id\TableGenerator
Generates an identifier for an entity.
generate() - Method in class Doctrine\ORM\Id\SequenceIdentityGenerator
Generates an identifier for an entity.
generate() - Method in class Doctrine\ORM\Id\AssignedGenerator
Returns the identifier assigned to the given entity.
generate() - Method in class Doctrine\ORM\Id\SequenceGenerator
Generates an ID for the given entity.
generate() - Method in class Doctrine\ORM\Id\AbstractIdGenerator
Generates an identifier for an entity.
generate() - Method in class Doctrine\ORM\Tools\EntityGenerator
Generate and write entity classes for the given array of ClassMetadataInfo instances
GeneratedValue() - Class in package Doctrine\ORM\Mapping
Annotations class
GenerateEntitiesCommand() - Class in package Doctrine\ORM\Tools\Console\Command
Command to generate entity classes and method stubs from your mapping information.
generateEntityClass() - Method in class Doctrine\ORM\Tools\EntityGenerator
Generate a PHP5 Doctrine 2 entity class from the given ClassMetadataInfo instance
GenerateProxiesCommand() - Class in package Doctrine\ORM\Tools\Console\Command
Command to (re)generate the proxy classes used by doctrine.
generateProxyClasses() - Method in class Doctrine\ORM\Proxy\ProxyFactory
Generates proxy classes for all given classes.
GenerateRepositoriesCommand() - Class in package Doctrine\ORM\Tools\Console\Command
Command to generate repository classes for mapping information.
GenerateSchemaEventArgs() - Class in package Doctrine\ORM\Tools\Event
Event Args used for the Events::postGenerateSchema event.
GenerateSchemaTableEventArgs() - Class in package Doctrine\ORM\Tools\Event
Event Args used for the Events::postGenerateSchemaTable event.
generateUpdatedEntityClass() - Method in class Doctrine\ORM\Tools\EntityGenerator
Generate the updated code for the given ClassMetadataInfo and entity at path
generatorNotAllowedWithCompositeId() - Method in class Doctrine\ORM\Mapping\MappingException
get() - Method in class Doctrine\Common\Collections\Collection
Gets the element at the specified key/index.
get() - Method in class Doctrine\ORM\PersistentCollection
{@inheritdoc}
get() - Method in class Doctrine\Common\Collections\ArrayCollection
Gets the element with the given key/index.
getAcosExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getAdvancedForeignKeyOptionsSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
Return the FOREIGN KEY query section dealing with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...
getAdvancedForeignKeyOptionsSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
Return the FOREIGN KEY query section dealing with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...
getAdvancedForeignKeyOptionsSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Return the FOREIGN KEY query section dealing with non-standard options as MATCH, INITIALLY DEFERRED, ON UPDATE, ...
getAlias() - Method in class Doctrine\ORM\Query\Expr\From
getAliasMap() - Method in class Doctrine\ORM\Query\ResultSetMapping
getAllClassNames() - Method in class Doctrine\ORM\Mapping\Driver\AbstractFileDriver
Gets the names of all mapped classes known to this driver.
getAllClassNames() - Method in class Doctrine\ORM\Mapping\Driver\AnnotationDriver
{@inheritDoc}
getAllClassNames() - Method in class Doctrine\ORM\Mapping\Driver\DriverChain
Gets the names of all mapped classes known to this driver.
getAllClassNames() - Method in class Doctrine\ORM\Mapping\Driver\DatabaseDriver
{@inheritDoc}
getAllClassNames() - Method in class Doctrine\ORM\Mapping\Driver\Driver
Gets the names of all mapped classes known to this driver.
getAllMetadata() - Method in class Doctrine\ORM\Mapping\ClassMetadataFactory
Forces the factory to load the metadata of all classes known to the underlying mapping driver.
getAllocationSize() - Method in class Doctrine\DBAL\Schema\Sequence
getAlterTableSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the sql statements for altering an existing table.
getAlterTableSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
generates the sql for altering an existing table on postgresql
getAlterTableSQL() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
Gets the sql statements for altering an existing table.
getAlterTableSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
Gets the SQL to alter an existing table.
getAlterTableSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
Gets the sql statements for altering an existing table.
getArrayResult() - Method in class Doctrine\ORM\AbstractQuery
Gets the array of results for the query.
getAssociationMapping() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Gets the mapping of an association.
getAssociationMappings() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Gets all association mappings of the class.
getAST() - Method in class Doctrine\ORM\Query\Parser
Parse and build AST for the given Query.
getAST() - Method in class Doctrine\ORM\Query
Returns the corresponding AST for this DQL query.
getAutoGenerateProxyClasses() - Method in class Doctrine\ORM\Configuration
Gets a boolean flag that indicates whether proxy classes should always be regenerated during each script execution.
getAvgExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Returns the average value of a column
getBetweenExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Returns SQL that checks if an expression evaluates to a value between two values.
getBigIntTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
getBigIntTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the SQL snippet that declares an 8 byte integer column.
getBigIntTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
getBigIntTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
@override
getBigIntTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
getBigIntTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
getBindingType() - Method in class Doctrine\DBAL\Types\SmallIntType
Gets the (preferred) binding type for values of this type that can be used when binding parameters to prepared statements.
getBindingType() - Method in class Doctrine\DBAL\Types\Type
Gets the (preferred) binding type for values of this type that can be used when binding parameters to prepared statements.
getBindingType() - Method in class Doctrine\DBAL\Types\BooleanType
Gets the (preferred) binding type for values of this type that can be used when binding parameters to prepared statements.
getBindingType() - Method in class Doctrine\DBAL\Types\BigIntType
Gets the (preferred) binding type for values of this type that can be used when binding parameters to prepared statements.
getBindingType() - Method in class Doctrine\DBAL\Types\IntegerType
Gets the (preferred) binding type for values of this type that can be used when binding parameters to prepared statements.
getBooleanTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the SQL snippet that declares a boolean column.
getBooleanTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
getBooleanTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
getBooleanTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
getBooleanTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
getBooleanTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
getByIdHash() - Method in class Doctrine\ORM\UnitOfWork
INTERNAL: Gets an entity in the identity map by its identifier hash.
getCacheDriver() - Method in class Doctrine\ORM\Mapping\ClassMetadataFactory
Gets the cache driver used by the factory to cache ClassMetadata instances.
getCatchablePatterns() - Method in class Doctrine\ORM\Query\Lexer
getCheckDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Obtain DBMS specific SQL code portion needed to set a CHECK constraint declaration to be used in statements like CREATE TABLE.
getClassAnnotation() - Method in class Doctrine\Common\Annotations\AnnotationReader
Gets a class annotation.
getClassAnnotations() - Method in class Doctrine\Common\Annotations\AnnotationReader
Gets the annotations applied to a class.
getClassMetadata() - Method in class Doctrine\ORM\Tools\Event\GenerateSchemaTableEventArgs
getClassMetadata() - Method in class Doctrine\ORM\Persisters\StandardEntityPersister
Gets the ClassMetadata instance of the entity class this persister is used for.
getClassMetadata() - Method in class Doctrine\ORM\Event\LoadClassMetadataEventArgs
getClassMetadata() - Method in class Doctrine\ORM\EntityManager
Returns the metadata for a class.
getClassName() - Method in class Doctrine\ORM\Query\ResultSetMapping
Gets the name of the class of an entity result or joined entity result, identified by the given unique alias.
getClassTable() - Method in class Doctrine\ORM\Tools\Event\GenerateSchemaTableEventArgs
getClobTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
@override
getClobTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
Gets the SQL snippet used to declare a CLOB column type.
getClobTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
@override
getClobTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
@override
getClobTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
@override
getClobTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the SQL snippet used to declare a CLOB column type.
getCollationFieldDeclaration() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
Obtain DBMS specific SQL code portion needed to set the COLLATION of a field declaration to be used in statements like CREATE TABLE.
getCollectionPersister() - Method in class Doctrine\ORM\UnitOfWork
Gets a collection persister for a collection-valued association.
getColumn() - Method in class Doctrine\DBAL\Schema\Table
Get a column instance
getColumnCharsetDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Obtain DBMS specific SQL code portion needed to set the CHARACTER SET of a field declaration to be used in statements like CREATE TABLE.
getColumnCollationDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Obtain DBMS specific SQL code portion needed to set the COLLATION of a field declaration to be used in statements like CREATE TABLE.
getColumnDeclarationListSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Get declaration of a number of fields in bulk
getColumnDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Obtain DBMS specific SQL code portion needed to declare a generic type field to be used in statements like CREATE TABLE.
getColumnDefinition() - Method in class Doctrine\DBAL\Schema\Column
getColumnName() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Gets a column name for a field name.
getColumnNames() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Gets an array containing all the column names.
getColumns() - Method in class Doctrine\DBAL\Schema\Constraint
getColumns() - Method in class Doctrine\DBAL\Schema\Index
getColumns() - Method in class Doctrine\DBAL\Schema\Table
getColumns() - Method in class Doctrine\DBAL\Schema\ForeignKeyConstraint
getCommitOrder() - Method in class Doctrine\ORM\Internal\CommitOrderCalculator
Gets a valid commit order for all current nodes.
getCommitOrderCalculator() - Method in class Doctrine\ORM\UnitOfWork
Gets the CommitOrderCalculator used by the UnitOfWork to order commits.
getConcatExpression() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
Returns string to concatenate two or more string parameters
getConcatExpression() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
Returns a series of strings concatinated concat() accepts an arbitrary number of parameters.
getConcatExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Returns a series of strings concatinated concat() accepts an arbitrary number of parameters.
getConfiguration() - Method in class Doctrine\DBAL\Connection
Gets the Configuration used by the Connection.
getConfiguration() - Method in class Doctrine\ORM\EntityManager
Gets the Configuration used by the EntityManager.
getConnection() - Method in class Doctrine\ORM\Query\SqlWalker
Gets the Connection used by the walker.
getConnection() - Method in class Doctrine\DBAL\Tools\Console\Helper\ConnectionHelper
Retrieves Doctrine Database Connection
getConnection() - Method in class Doctrine\DBAL\Event\ConnectionEventArgs
getConnection() - Method in class Doctrine\ORM\EntityManager
Gets the database connection object used by the EntityManager.
getConnection() - Method in class Doctrine\DBAL\DriverManager
Creates a connection object based on the specified parameters.
getCosExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getCountExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Returns the number of rows (without a NULL value) of a column If a '*' is used instead of a column the number of selected rows is returned.
getCreateAutoincrementSql() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
getCreateConstraintSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the SQL to create a constraint on a table on this platform.
getCreateDatabaseSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
create a new database
getCreateDatabaseSQL() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
create a new database
getCreateDatabaseSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getCreateDatabaseSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
create a new database
getCreateForeignKeySQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Create a new foreign key
getCreateIndexSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the SQL to create an index on a table on this platform.
getCreateSchemaSql() - Method in class Doctrine\ORM\Tools\SchemaTool
Gets the list of DDL statements that are required to create the database schema for the given list of ClassMetadata instances.
getCreateSequenceSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the SQL to create a sequence on this platform.
getCreateSequenceSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
Gets the SQL used to create a sequence that starts with a given value and increments by the given allocation size.
getCreateSequenceSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
Gets the SQL to create a sequence on this platform.
getCreateTableSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the SQL statement(s) to create a table with the specified name, columns and constraints on this platform.
getCreateTemporaryTableSnippetSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
getCreateTemporaryTableSnippetSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getCreateViewSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
getCreateViewSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
getCreateViewSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
getCreateViewSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getCreateViewSQL() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
getCurrentDateSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the SQL specific for the platform to get the current date.
getCurrentMaxValue() - Method in class Doctrine\ORM\Id\SequenceGenerator
Gets the maximum value of the currently allocated bag of values.
getCurrentTimeSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the SQL specific for the platform to get the current time.
getCurrentTimestampSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the SQL specific for the platform to get the current timestamp
getCustomDatetimeFunction() - Method in class Doctrine\ORM\Configuration
Gets the implementation class name of a registered custom date/time DQL function.
getCustomNumericFunction() - Method in class Doctrine\ORM\Configuration
Gets the implementation class name of a registered custom numeric DQL function.
getCustomStringFunction() - Method in class Doctrine\ORM\Configuration
Gets the implementation class name of a registered custom string DQL function.
getCustomTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getCustomTypeDeclarationSql Obtail SQL code portion needed to create a custom column, e.g.
getDatabase() - Method in class Doctrine\DBAL\Connection
Gets the name of the database this Connection is connected to.
getDatabase() - Method in class Doctrine\DBAL\Driver\PDOSqlite\Driver
getDatabasePlatform() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Return associated platform.
getDatabasePlatform() - Method in class Doctrine\DBAL\Connection
Gets the DatabasePlatform for the connection.
getDatabasePlatform() - Method in class Doctrine\DBAL\Event\ConnectionEventArgs
getDatabasePlatform() - Method in class Doctrine\DBAL\Driver\PDOSqlite\Driver
Gets the database platform that is relevant for this driver.
getDateFormatString() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the format string, as accepted by the date() function, that describes the format of a stored date value of this platform.
getDateTimeFormatString() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
Gets the format string, as accepted by the date() function, that describes the format of a stored datetime value of this platform.
getDateTimeFormatString() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the format string, as accepted by the date() function, that describes the format of a stored datetime value of this platform.
getDateTimeFormatString() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
Gets the format string, as accepted by the date() function, that describes the format of a stored datetime value of this platform.
getDateTimeTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
getDateTimeTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
getDateTimeTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
getDateTimeTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
getDateTimeTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Obtain DBMS specific SQL to be used to create datetime fields in statements like CREATE TABLE
getDateTimeTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
getDateTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
getDateTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
getDateTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
getDateTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
getDateTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
getDateTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Obtain DBMS specific SQL to be used to create date fields in statements like CREATE TABLE.
getDecimalTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the SQL snippet that declares a floating point column of arbitrary precision.
getDeclaringClass() - Method in class Doctrine\ORM\Query\ResultSetMapping
Gets the name of the class that owns a field mapping for the specified column.
getDefault() - Method in class Doctrine\DBAL\Schema\Column
getDefaultLength() - Method in class Doctrine\DBAL\Types\StringType
@override
getDefaultLength() - Method in class Doctrine\DBAL\Types\Type
Gets the default length of this type.
getDefaultTransactionIsolationLevel() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the default transaction isolation level of the platform.
getDefaultValueDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Obtain DBMS specific SQL code portion needed to set a default value declaration to be used in statements like CREATE TABLE.
getDeleteDiff() - Method in class Doctrine\ORM\PersistentCollection
INTERNAL: getDeleteDiff
getDQL() - Method in class Doctrine\ORM\Query
Returns the DQL query that is represented by this query object.
getDQL() - Method in class Doctrine\ORM\QueryBuilder
Get the complete DQL string for this query builder instance [php] $qb = $em->createQueryBuilder() ->select('u') ->from('User', 'u') echo $qb->getDql(); // SELECT u FROM User u
getDQLPart() - Method in class Doctrine\ORM\QueryBuilder
Get a DQL part or parts by the part name
getDQLParts() - Method in class Doctrine\ORM\QueryBuilder
Get the full DQL parts array
getDriver() - Method in class Doctrine\DBAL\Event\ConnectionEventArgs
getDriver() - Method in class Doctrine\DBAL\Connection
Gets the DBAL driver instance.
getDrivers() - Method in class Doctrine\ORM\Mapping\Driver\DriverChain
Get the array of nested drivers.
getDropAutoincrementSql() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
getDropConstraintSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Get drop constraint sql
getDropDatabaseSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
getDropDatabaseSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
drop an existing database
getDropDatabaseSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getDropDatabaseSQL() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
drop an existing database
getDropDatabaseSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
drop an existing database
getDropForeignKeySQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
getDropForeignKeySQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
getDropForeignKeySQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getDropIndexSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
Gets the SQL to drop an index of a table.
getDropIndexSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Drop index from a table
getDropSchemaSql() - Method in class Doctrine\ORM\Tools\SchemaTool
Gets the SQL needed to drop the database schema for the given classes.
getDropSequenceSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
getDropSequenceSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getDropSequenceSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
Drop existing sequence
getDropTableSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Drop a Table
getDropTableSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
Gets the SQL to drop a table.
getDropViewSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
getDropViewSQL() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
getDropViewSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
getDropViewSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getDropViewSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
getElement() - Method in class Doctrine\ORM\Mapping\Driver\AbstractFileDriver
Get the element of schema meta data for the class from the mapping file.
getEmptyIdentityInsertSQL() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
Get the insert sql for an empty insert statement
getEmptyIdentityInsertSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
Get the insert sql for an empty insert statement
getEmptyIdentityInsertSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Get the insert sql for an empty insert statement
getEmptyInstance() - Method in class Doctrine\Common\EventArgs
Gets the single, empty and immutable EventArgs instance.
getEntity() - Method in class Doctrine\ORM\Event\LifecycleEventArgs
getEntityAlias() - Method in class Doctrine\ORM\Query\ResultSetMapping
Gets the alias of the class that owns a field mapping for the specified column.
getEntityChangeSet() - Method in class Doctrine\ORM\UnitOfWork
Gets the changeset for an entity.
getEntityChangeSet() - Method in class Doctrine\ORM\Event\PreUpdateEventArgs
getEntityIdentifier() - Method in class Doctrine\ORM\UnitOfWork
Gets the identifier of an entity.
getEntityManager() - Method in class Doctrine\ORM\AbstractQuery
Retrieves the associated EntityManager of this Query instance.
getEntityManager() - Method in class Doctrine\ORM\Event\LifecycleEventArgs
getEntityManager() - Method in class Doctrine\ORM\Query\SqlWalker
Gets the EntityManager used by the walker.
getEntityManager() - Method in class Doctrine\ORM\Tools\Event\GenerateSchemaEventArgs
getEntityManager() - Method in class Doctrine\ORM\Query\Parser
Gets the EntityManager used by the parser.
getEntityManager() - Method in class Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper
Retrieves Doctrine ORM EntityManager
getEntityManager() - Method in class Doctrine\ORM\QueryBuilder
Get the associated EntityManager for this query builder.
getEntityManager() - Method in class Doctrine\ORM\Event\OnFlushEventArgs
getEntityNamespace() - Method in class Doctrine\ORM\Configuration
Resolves a registered namespace alias to the full namespace.
getEntityPersister() - Method in class Doctrine\ORM\UnitOfWork
Gets the EntityPersister for an Entity.
getEntityResultCount() - Method in class Doctrine\ORM\Query\ResultSetMapping
Gets the number of different entities that appear in the mapped result.
getEntityState() - Method in class Doctrine\ORM\UnitOfWork
Gets the state of an entity within the current unit of work.
getEventManager() - Method in class Doctrine\ORM\EntityManager
Gets the EventManager used by the EntityManager.
getEventManager() - Method in class Doctrine\DBAL\Connection
Gets the EventManager used by the Connection.
getExecutor() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Gets an executor that can be used to execute the result of this walker.
getExecutor() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Gets an executor that can be used to execute the result of this walker.
getExecutor() - Method in class Doctrine\ORM\Query\TreeWalker
Gets an executor that can be used to execute the result of this walker.
getExecutor() - Method in class Doctrine\ORM\Query\SqlWalker
Gets an executor that can be used to execute the result of this walker.
getExpireQueryCache() - Method in class Doctrine\ORM\Query
Retrieves if the query cache is active or not.
getExpireResultCache() - Method in class Doctrine\ORM\AbstractQuery
Retrieves if the resultset cache is active or not.
getExporter() - Method in class Doctrine\ORM\Tools\Export\ClassMetadataExporter
Get a exporter driver instance
getExpressionBuilder() - Method in class Doctrine\ORM\EntityManager
Gets an ExpressionBuilder used for object-oriented construction of query expressions.
getExtension() - Method in class Doctrine\ORM\Tools\Export\Driver\AbstractExporter
Get the extension used to generated the path to a class
getFieldMapping() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Gets the mapping of a (regular) field that holds some data but not a reference to another object.
getFieldName() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Gets the field name for a column name.
getFieldName() - Method in class Doctrine\ORM\Query\ResultSetMapping
Gets the field name for a column name.
getFieldValue() - Method in class Doctrine\ORM\Mapping\ClassMetadata
Gets the specified field's value off the given entity.
getFileExtension() - Method in class Doctrine\ORM\Mapping\Driver\AbstractFileDriver
Get the file extension used to look for mapping files under
getFileExtension() - Method in class Doctrine\ORM\Mapping\Driver\AnnotationDriver
Get the file extension used to look for mapping files under
getFileExtension() - Method in class Doctrine\Common\ClassLoader
Gets the file extension of class files in the namespace of this class loader.
getFirstResult() - Method in class Doctrine\ORM\Query
Gets the position of the first result the query object was set to retrieve (the "offset").
getFirstResult() - Method in class Doctrine\ORM\QueryBuilder
Gets the position of the first result the query object was set to retrieve (the "offset").
getFixed() - Method in class Doctrine\DBAL\Schema\Column
getForeignColumns() - Method in class Doctrine\DBAL\Schema\ForeignKeyConstraint
getForeignKey() - Method in class Doctrine\DBAL\Schema\Table
getForeignKeyBaseDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Obtain DBMS specific SQL code portion needed to set the FOREIGN KEY constraint of a field declaration to be used in statements like CREATE TABLE.
getForeignKeyDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Obtain DBMS specific SQL code portion needed to set the FOREIGN KEY constraint of a field declaration to be used in statements like CREATE TABLE.
getForeignKeyReferentialActionSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
returns given referential action in uppercase if valid, otherwise throws an exception
getForeignKeys() - Method in class Doctrine\DBAL\Schema\Table
Get Constraints
getForeignTableName() - Method in class Doctrine\DBAL\Schema\ForeignKeyConstraint
getForUpdateSql() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getFrom() - Method in class Doctrine\ORM\Query\Expr\From
getGuidExpression() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
Returns global unique identifier
getGuidExpression() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
Returns global unique identifier
getGuidExpression() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
Returns global unique identifier
getHint() - Method in class Doctrine\ORM\AbstractQuery
Gets the value of a query hint.
getHost() - Method in class Doctrine\DBAL\Connection
Gets the hostname of the currently connected database.
getHydrationMode() - Method in class Doctrine\ORM\AbstractQuery
Gets the hydration mode currently used by the query.
getHydrator() - Method in class Doctrine\ORM\EntityManager
Gets a hydrator for the given hydration mode.
getIdentifierColumnNames() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Returns an array with all the identifier column names.
getIdentifierFieldNames() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Gets the identifier (primary key) field names of the class.
getIdentifierQuoteCharacter() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the character used for identifier quoting.
getIdentifierQuoteCharacter() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
Gets the character used for identifier quoting.
getIdentifierValues() - Method in class Doctrine\ORM\Mapping\ClassMetadata
Extracts the identifier values of an entity of this class.
getIdentityColumnNullInsertSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getIdentityMap() - Method in class Doctrine\ORM\UnitOfWork
Gets the identity map of the UnitOfWork.
getIds() - Method in class Doctrine\Common\Cache\ApcCache
{@inheritdoc}
getIds() - Method in class Doctrine\Common\Cache\AbstractCache
Get an array of all the cache ids stored
getIds() - Method in class Doctrine\Common\Cache\MemcacheCache
{@inheritdoc}
getIds() - Method in class Doctrine\Common\Cache\XcacheCache
{@inheritdoc}
getIds() - Method in class Doctrine\Common\Cache\ArrayCache
{@inheritdoc}
getIncludePath() - Method in class Doctrine\Common\ClassLoader
Gets the base include path for all class files in the namespace of this class loader.
getIndex() - Method in class Doctrine\DBAL\Schema\Table
getIndexDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Obtain DBMS specific SQL code portion needed to set an index declaration to be used in statements like CREATE TABLE.
getIndexes() - Method in class Doctrine\DBAL\Schema\Table
getIndexFieldDeclarationListSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getIndexFieldDeclarationList Obtain DBMS specific SQL code portion needed to set an index declaration to be used in statements like CREATE TABLE.
getInExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Returns the SQL to check if a value is one in a set of given values.
getInitialValue() - Method in class Doctrine\DBAL\Schema\Sequence
getInsertDiff() - Method in class Doctrine\ORM\PersistentCollection
INTERNAL: getInsertDiff
getInsertSQL() - Method in class Doctrine\ORM\Persisters\StandardEntityPersister
Gets the INSERT SQL used by the persister to persist a new entity.
getIntegerTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
getIntegerTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the SQL snippet that declares a 4 byte integer column.
getIntegerTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
getIntegerTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
getIntegerTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
getIntegerTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
Obtain DBMS specific SQL code portion needed to declare an integer type field to be used in statements like CREATE TABLE.
getIsNotNullExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Returns SQL that checks if a expression is not null.
getIsNullExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Returns SQL that checks if a expression is null.
getIterator() - Method in class Doctrine\ORM\PersistentCollection
{@inheritdoc}
getIterator() - Method in class Doctrine\Common\Collections\ArrayCollection
Gets an iterator for iterating over the elements in the collection.
getKeys() - Method in class Doctrine\ORM\PersistentCollection
{@inheritdoc}
getKeys() - Method in class Doctrine\Common\Collections\ArrayCollection
Gets all keys/indexes of the collection elements.
getKeys() - Method in class Doctrine\Common\Collections\Collection
Gets all keys/indices of the collection.
getLength() - Method in class Doctrine\DBAL\Schema\Column
getLengthExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Returns the length of a text field.
getLexer() - Method in class Doctrine\ORM\Query\Parser
Gets the lexer used by the parser.
getLifecycleCallbacks() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Gets the registered lifecycle callbacks for an event.
getListDatabasesSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
getListDatabasesSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
getListDatabasesSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getListDatabasesSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
getListeners() - Method in class Doctrine\Common\EventManager
Gets the listeners of a specific event or all listeners.
getListSequencesSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
getListSequencesSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
getListSequencesSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getListTableColumnsSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
getListTableColumnsSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
getListTableColumnsSQL() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
getListTableColumnsSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getListTableColumnsSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
getListTableConstraintsSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
getListTableConstraintsSQL() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
getListTableConstraintsSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
getListTableConstraintsSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
getListTableConstraintsSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getListTableForeignKeysSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
getListTableForeignKeysSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
getListTableForeignKeysSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getListTableForeignKeysSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
getListTableIndexesSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
getListTableIndexesSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getListTableIndexesSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
getListTableIndexesSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
getListTableIndexesSQL() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
getListTablesSQL() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
getListTablesSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getListTablesSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
getListTablesSQL() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
getListTablesSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
getListTablesSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
getListUsersSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getListViewsSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
Get the SQL to list all views of a database or user.
getListViewsSQL() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
Get the SQL to list all views of a database or user.
getListViewsSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
Get the SQL to list all views of a database or user.
getListViewsSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Get the SQL to list all views of a database or user.
getListViewsSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
Get the SQL to list all views of a database or user.
getLiteral() - Method in class Doctrine\Common\Lexer
Gets the literal for a given token.
getLoadedMetadata() - Method in class Doctrine\ORM\Mapping\ClassMetadataFactory
getLocalColumns() - Method in class Doctrine\DBAL\Schema\ForeignKeyConstraint
getLocalTableName() - Method in class Doctrine\DBAL\Schema\ForeignKeyConstraint
getLocateExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
returns the position of the first occurrence of substring $substr in string $str
getLocateExpression() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
returns the position of the first occurrence of substring $substr in string $str
getLocateExpression() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
returns the position of the first occurrence of substring $substr in string $str
getLocateExpression() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
returns the position of the first occurrence of substring $substr in string $str
getLocateExpression() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
returns the position of the first occurrence of substring $substr in string $str
getLowerExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
lower Returns the string $str with all characters changed to lowercase according to the current character set mapping.
getLtrimExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
ltrim returns the string $str with leading space characters removed
getMapping() - Method in class Doctrine\ORM\PersistentCollection
INTERNAL: Gets the association mapping of the collection.
getMaxExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Returns the highest value of a column
getMaxIdentifierLength() - Method in class Doctrine\DBAL\Schema\SchemaConfig
getMaxIdentifierLength() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
Maximum length of any given databse identifier, like tables or column names.
getMaxIdentifierLength() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Maximum length of any given databse identifier, like tables or column names.
getMaxResults() - Method in class Doctrine\ORM\QueryBuilder
Gets the maximum number of results the query object was set to retrieve (the "limit").
getMaxResults() - Method in class Doctrine\ORM\Query
Gets the maximum number of results the query object was set to retrieve (the "limit").
getMd5Expression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Returns the md5 sum of a field.
getMediumIntTypeDeclarationSql() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
getMemcache() - Method in class Doctrine\Common\Cache\MemcacheCache
Gets the memcache instance used by the cache.
getMetadataCacheImpl() - Method in class Doctrine\ORM\Configuration
Gets the cache driver implementation that is used for metadata caching.
getMetadataDriverImpl() - Method in class Doctrine\ORM\Configuration
Gets the cache driver implementation that is used for the mapping metadata.
getMetadataFactory() - Method in class Doctrine\ORM\EntityManager
Gets the metadata factory used to gather the metadata of classes.
getMetadataFor() - Method in class Doctrine\ORM\Mapping\ClassMetadataFactory
Gets the class metadata descriptor for a class.
getMetadatas() - Method in class Doctrine\ORM\Tools\ConvertDoctrine1Schema
Get an array of ClassMetadataInfo instances from the passed Doctrine 1 schema
getMetadatas() - Method in class Doctrine\ORM\Tools\ClassMetadataReader
Get an array of ClassMetadataInfo instances for all the configured mapping directories.
getMetadatas() - Method in class Doctrine\ORM\Tools\Export\ClassMetadataExporter
Get an array of ClassMetadataInfo instances for all the configured mapping directories.
getMethodAnnotation() - Method in class Doctrine\Common\Annotations\AnnotationReader
Gets a method annotation.
getMethodAnnotations() - Method in class Doctrine\Common\Annotations\AnnotationReader
Gets the annotations applied to a method.
getMigrateFromSql() - Method in class Doctrine\DBAL\Schema\Schema
getMigrateToSql() - Method in class Doctrine\DBAL\Schema\Schema
getMinExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Returns the lowest value of a column
getModExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Returns the remainder of the division operation $expression1 / $expression2.
getName() - Method in class Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper
getName() - Method in class Doctrine\DBAL\Types\StringType
@override
getName() - Method in class Doctrine\DBAL\Types\DateTimeType
Gets the name of this type.
getName() - Method in class Doctrine\DBAL\Types\DateType
Gets the name of this type.
getName() - Method in class Doctrine\DBAL\Types\BooleanType
Gets the name of this type.
getName() - Method in class Doctrine\DBAL\Types\BigIntType
Gets the name of this type.
getName() - Method in class Doctrine\DBAL\Types\ArrayType
Gets the name of this type.
getName() - Method in class Doctrine\DBAL\Types\DecimalType
Gets the name of this type.
getName() - Method in class Doctrine\DBAL\Types\IntegerType
Gets the name of this type.
getName() - Method in class Doctrine\DBAL\Types\TimeType
Gets the name of this type.
getName() - Method in class Doctrine\DBAL\Types\TextType
Gets the name of this type.
getName() - Method in class Doctrine\DBAL\Types\SmallIntType
Gets the name of this type.
getName() - Method in class Doctrine\DBAL\Types\ObjectType
Gets the name of this type.
getName() - Method in class Doctrine\DBAL\Types\Type
Gets the name of this type.
getName() - Method in class Doctrine\DBAL\Tools\Console\Helper\ConnectionHelper
getName() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the name of the platform.
getName() - Method in class Doctrine\DBAL\Schema\AbstractAsset
Return name of this schema asset.
getName() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
Get the platform name for this instance
getName() - Method in class Doctrine\DBAL\Schema\Constraint
getName() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
Get the platform name for this instance
getName() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
Get the platform name for this instance
getName() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
Get the platform name for this instance.
getName() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
Get the platform name for this instance
getName() - Method in class Doctrine\DBAL\Driver\PDOSqlite\Driver
getNamedNativeQuery() - Method in class Doctrine\ORM\Configuration
Gets the components of a previously registered named native query.
getNamedQuery() - Method in class Doctrine\ORM\Configuration
Gets a previously registered named DQL query.
getNamespaceSeparator() - Method in class Doctrine\Common\ClassLoader
Gets the namespace separator used by classes in the namespace of this class loader.
getNewValue() - Method in class Doctrine\ORM\Event\PreUpdateEventArgs
Get the new value of the changeset of the changed field.
getNextValue() - Method in class Doctrine\ORM\Id\SequenceGenerator
Gets the next value that will be returned by generate().
getNonCatchablePatterns() - Method in class Doctrine\ORM\Query\Lexer
getNotExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Returns the SQL for a logical not.
getNotnull() - Method in class Doctrine\DBAL\Schema\Column
getNowExpression() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
Return string to call a variable with the current timestamp inside an SQL statement There are three special variables for current date and time: - CURRENT_TIMESTAMP (date and time, TIMESTAMP type) - CURRENT_DATE (date, DATE type) - CURRENT_TIME (time, TIME type)
getNowExpression() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
Returns the SQL string to return the current system date and time.
getNowExpression() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
Return string to call a variable with the current timestamp inside an SQL statement There are three special variables for current date and time.
getNowExpression() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
Return string to call a variable with the current timestamp inside an SQL statement There are three special variables for current date and time: - CURRENT_TIMESTAMP (date and time, TIMESTAMP type) - CURRENT_DATE (date, DATE type) - CURRENT_TIME (time, TIME type)
getNowExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Returns the current system date.
getOldValue() - Method in class Doctrine\ORM\Event\PreUpdateEventArgs
Get the old value of the changeset of the changed field.
getOption() - Method in class Doctrine\DBAL\Schema\Table
getOption() - Method in class Doctrine\DBAL\Schema\ForeignKeyConstraint
getOptions() - Method in class Doctrine\DBAL\Schema\Table
getOriginalEntityData() - Method in class Doctrine\ORM\UnitOfWork
Gets the original data of an entity.
getOwner() - Method in class Doctrine\ORM\PersistentCollection
INTERNAL: Gets the collection owner.
getOwningTable() - Method in class Doctrine\ORM\Persisters\StandardEntityPersister
Gets the name of the table that owns the column the given field is mapped to.
getOwningTable() - Method in class Doctrine\ORM\Persisters\JoinedSubclassPersister
Gets the name of the table that owns the column the given field is mapped to.
getParameter() - Method in class Doctrine\ORM\AbstractQuery
Gets a query parameter.
getParameter() - Method in class Doctrine\ORM\QueryBuilder
Gets a query parameter.
getParameterMappings() - Method in class Doctrine\ORM\Query\ParserResult
Gets all DQL to SQL parameter mappings.
getParameters() - Method in class Doctrine\ORM\AbstractQuery
Get all defined parameters.
getParameters() - Method in class Doctrine\ORM\QueryBuilder
Get all defined parameters
getParams() - Method in class Doctrine\DBAL\Connection
Gets the parameters used during instantiation.
getParentAlias() - Method in class Doctrine\ORM\Query\ResultSetMapping
Gets the parent alias of the given alias.
getParserResult() - Method in class Doctrine\ORM\Query\Parser
Gets the ParserResult that is being filled with information during parsing.
getPassword() - Method in class Doctrine\DBAL\Connection
Gets the password used by this connection.
getPaths() - Method in class Doctrine\ORM\Mapping\Driver\AbstractFileDriver
Retrieve the defined metadata lookup paths.
getPaths() - Method in class Doctrine\ORM\Mapping\Driver\AnnotationDriver
Retrieve the defined metadata lookup paths.
getPiExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getPlatformOption() - Method in class Doctrine\DBAL\Schema\Column
getPlatformOptions() - Method in class Doctrine\DBAL\Schema\Column
getPort() - Method in class Doctrine\DBAL\Connection
Gets the port of the currently connected database.
getPrecision() - Method in class Doctrine\DBAL\Schema\Column
getPrimaryKey() - Method in class Doctrine\DBAL\Schema\Table
getPropertyAnnotation() - Method in class Doctrine\Common\Annotations\AnnotationReader
Gets a property annotation.
getPropertyAnnotations() - Method in class Doctrine\Common\Annotations\AnnotationReader
Gets the annotations applied to a property.
getProxy() - Method in class Doctrine\ORM\Proxy\ProxyFactory
Gets a reference proxy instance for the entity of the given type and identified by the given identifier.
getProxyDir() - Method in class Doctrine\ORM\Configuration
Gets the directory where Doctrine generates any necessary proxy class files.
getProxyFactory() - Method in class Doctrine\ORM\EntityManager
Gets the proxy factory used by the EntityManager to create entity proxies.
getProxyNamespace() - Method in class Doctrine\ORM\Configuration
Gets the namespace where proxy classes reside.
getQueries() - Method in class Doctrine\DBAL\Schema\Visitor\DropSchemaSqlCollector
getQueries() - Method in class Doctrine\DBAL\Schema\Visitor\CreateSchemaSqlCollector
Get all queries collected so far.
getQuery() - Method in class Doctrine\ORM\Query\SqlWalker
Gets the Query instance used by the walker.
getQuery() - Method in class Doctrine\ORM\QueryBuilder
Constructs a Query instance from the current configuration of the builder.
getQueryCacheDriver() - Method in class Doctrine\ORM\Query
Returns the cache driver used for query caching.
getQueryCacheImpl() - Method in class Doctrine\ORM\Configuration
Gets the cache driver implementation that is used for the query cache (SQL cache).
getQueryCacheLifetime() - Method in class Doctrine\ORM\Query
Retrieves the lifetime of resultset cache.
getQueryComponent() - Method in class Doctrine\ORM\Query\SqlWalker
Gets the information about a single query component.
getQuotedColumnName() - Method in class Doctrine\ORM\Mapping\ClassMetadata
Gets the (possibly quoted) column name of a mapped field for safe use in an SQL statement.
getQuotedJoinTableName() - Method in class Doctrine\ORM\Mapping\AssociationMapping
Gets the (possibly quoted) name of the join table.
getQuotedTableName() - Method in class Doctrine\ORM\Mapping\ClassMetadata
Gets the (possibly quoted) primary table name of this class for safe use in an SQL statement.
getReference() - Method in class Doctrine\ORM\EntityManager
Gets a reference to the entity identified by the given type and identifier without actually loading it.
getReflectionClass() - Method in class Doctrine\ORM\Mapping\ClassMetadata
Gets the ReflectionClass instance of the mapped class.
getReflectionProperties() - Method in class Doctrine\ORM\Mapping\ClassMetadata
Gets the ReflectionPropertys of the mapped class.
getReflectionProperty() - Method in class Doctrine\ORM\Mapping\ClassMetadata
Gets a ReflectionProperty for a specific field of the mapped class.
getRegexpExpression() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
Returns the regular expression operator.
getRegexpExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Returns the regular expression operator.
getRegexpExpression() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
returns the regular expression operator
getRegexpExpression() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
Returns the regular expression operator.
getRegexpExpression() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
regexp
getRelation() - Method in class Doctrine\ORM\Query\ResultSetMapping
getRepository() - Method in class Doctrine\ORM\EntityManager
Gets the repository for an entity class.
getResult() - Method in class Doctrine\ORM\AbstractQuery
Gets the list of results for the query.
getResultCacheDriver() - Method in class Doctrine\ORM\AbstractQuery
Returns the cache driver used for caching result sets.
getResultCacheImpl() - Method in class Doctrine\ORM\Configuration
Gets the cache driver implementation that is used for query result caching.
getResultCacheLifetime() - Method in class Doctrine\ORM\AbstractQuery
Retrieves the lifetime of resultset cache.
getResultSetMapping() - Method in class Doctrine\ORM\Query\ParserResult
Gets the ResultSetMapping for the parsed query.
getRollbackOnly() - Method in class Doctrine\DBAL\Connection
Check whether the current transaction is marked for rollback only.
getRootAlias() - Method in class Doctrine\ORM\QueryBuilder
Get the root alias for the query.
getRoundExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Rounds a numeric field to the number of decimals specified.
getRtrimExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
rtrim returns the string $str with proceeding space characters removed
getScalarAlias() - Method in class Doctrine\ORM\Query\ResultSetMapping
Gets the field alias for a column that is mapped as a scalar value.
getScalarResult() - Method in class Doctrine\ORM\AbstractQuery
Gets the scalar results for the query.
getScale() - Method in class Doctrine\DBAL\Schema\Column
getScheduledCollectionDeletions() - Method in class Doctrine\ORM\UnitOfWork
Get the currently scheduled complete collection deletions
getScheduledCollectionUpdates() - Method in class Doctrine\ORM\UnitOfWork
Gets the currently scheduled collection inserts, updates and deletes.
getScheduledEntityDeletions() - Method in class Doctrine\ORM\UnitOfWork
Gets the currently scheduled entity deletions in this UnitOfWork.
getScheduledEntityInsertions() - Method in class Doctrine\ORM\UnitOfWork
Gets the currently scheduled entity insertions in this UnitOfWork.
getScheduledEntityUpdates() - Method in class Doctrine\ORM\UnitOfWork
Gets the currently scheduled entity updates in this UnitOfWork.
getSchema() - Method in class Doctrine\ORM\Tools\Event\GenerateSchemaEventArgs
getSchema() - Method in class Doctrine\ORM\Tools\Event\GenerateSchemaTableEventArgs
getSchemaFromMetadata() - Method in class Doctrine\ORM\Tools\SchemaTool
From a given set of metadata classes this method creates a Schema instance.
getSchemaManager() - Method in class Doctrine\DBAL\Event\ConnectionEventArgs
getSchemaManager() - Method in class Doctrine\DBAL\Driver\PDOSqlite\Driver
Gets the schema manager that is relevant for this driver.
getSchemaManager() - Method in class Doctrine\DBAL\Connection
Gets the SchemaManager that can be used to inspect or change the database schema through the connection.
getSequence() - Method in class Doctrine\DBAL\Schema\Schema
getSequenceNextValSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
{@inheritdoc}
getSequenceNextValSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
getSequenceNextValSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getSequences() - Method in class Doctrine\DBAL\Schema\Schema
getSetCharsetSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the SQL statement specific for the platform to set the charset.
getSetTransactionIsolationSQL() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
Get sql to set the transaction isolation level
getSetTransactionIsolationSQL() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
Get sql to set the transaction isolation level
getSetTransactionIsolationSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Get sql to set the transaction isolation level
getSetTransactionIsolationSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
Get sql to set the transaction isolation level
getSetTransactionIsolationSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
{@inheritdoc}
getSetTransactionIsolationSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
Get sql to set the transaction isolation level
getShowDatabasesSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Get sql query to show a list of database.
getShowDatabasesSQL() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
Get sql query to show a list of database.
getShowDatabasesSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
Get sql query to show a list of database.
getSinExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
getSingleIdentifierColumnName() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Gets the column name of the single id column.
getSingleIdentifierFieldName() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Gets the name of the single id field.
getSingleIdReflectionProperty() - Method in class Doctrine\ORM\Mapping\ClassMetadata
Gets the ReflectionProperty for the single identifier field.
getSingleResult() - Method in class Doctrine\ORM\AbstractQuery
Gets the single result of the query.
getSingleScalarResult() - Method in class Doctrine\ORM\AbstractQuery
Gets the single scalar result of the query.
getSmallIntTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
getSmallIntTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the SQL snippet that declares a 2 byte integer column.
getSmallIntTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
getSmallIntTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
getSmallIntTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
@override
getSmallIntTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
getSnapshot() - Method in class Doctrine\ORM\PersistentCollection
INTERNAL: Returns the last snapshot of the elements in the collection.
getSQL() - Method in class Doctrine\ORM\AbstractQuery
Gets the SQL query that corresponds to this query object.
getSql() - Method in class Doctrine\ORM\Query\AST\Functions\SubstringFunction
getSQL() - Method in class Doctrine\ORM\Query
Gets the SQL query/queries that correspond to this DQL query.
getSql() - Method in class Doctrine\ORM\Query\AST\Functions\CurrentTimeFunction
getSql() - Method in class Doctrine\ORM\Query\AST\Functions\CurrentDateFunction
getSql() - Method in class Doctrine\ORM\Query\AST\Functions\ConcatFunction
getSql() - Method in class Doctrine\ORM\Query\AST\Functions\CurrentTimestampFunction
getSql() - Method in class Doctrine\ORM\Query\AST\Functions\FunctionNode
getSQL() - Method in class Doctrine\ORM\NativeQuery
Gets the SQL query.
getSql() - Method in class Doctrine\ORM\Query\AST\Functions\SqrtFunction
getSql() - Method in class Doctrine\ORM\Query\AST\Functions\ModFunction
getSql() - Method in class Doctrine\DBAL\Schema\View
getSql() - Method in class Doctrine\ORM\Query\AST\Functions\AbsFunction
getSql() - Method in class Doctrine\ORM\Query\AST\Functions\LowerFunction
getSql() - Method in class Doctrine\ORM\Query\AST\Functions\TrimFunction
getSql() - Method in class Doctrine\ORM\Query\AST\Functions\UpperFunction
getSql() - Method in class Doctrine\ORM\Query\AST\Functions\LengthFunction
getSql() - Method in class Doctrine\ORM\Query\AST\Functions\LocateFunction
getSql() - Method in class Doctrine\ORM\Query\AST\Functions\SizeFunction
getSqlColumnAlias() - Method in class Doctrine\ORM\Query\SqlWalker
Gets an SQL column alias for a column name.
getSqlCommentEndString() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the string portion that ends an SQL comment.
getSqlCommentStartString() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the string portion that starts an SQL comment.
getSqlDeclaration() - Method in class Doctrine\DBAL\Types\BooleanType
Gets the SQL declaration snippet for a field of this type.
getSqlDeclaration() - Method in class Doctrine\DBAL\Types\DateTimeType
Gets the SQL declaration snippet for a field of this type.
getSqlDeclaration() - Method in class Doctrine\DBAL\Types\BigIntType
Gets the SQL declaration snippet for a field of this type.
getSqlDeclaration() - Method in class Doctrine\DBAL\Types\ArrayType
Gets the SQL declaration snippet for a field of this type.
getSqlDeclaration() - Method in class Doctrine\DBAL\Types\Type
Gets the SQL declaration snippet for a field of this type.
getSqlDeclaration() - Method in class Doctrine\DBAL\Types\DateType
Gets the SQL declaration snippet for a field of this type.
getSqlDeclaration() - Method in class Doctrine\DBAL\Types\TimeType
{@inheritdoc}
getSqlDeclaration() - Method in class Doctrine\DBAL\Types\TextType
@override
getSqlDeclaration() - Method in class Doctrine\DBAL\Types\SmallIntType
Gets the SQL declaration snippet for a field of this type.
getSqlDeclaration() - Method in class Doctrine\DBAL\Types\ObjectType
Gets the SQL declaration snippet for a field of this type.
getSqlDeclaration() - Method in class Doctrine\DBAL\Types\DecimalType
Gets the SQL declaration snippet for a field of this type.
getSqlDeclaration() - Method in class Doctrine\DBAL\Types\IntegerType
Gets the SQL declaration snippet for a field of this type.
getSqlDeclaration() - Method in class Doctrine\DBAL\Types\StringType
@override
getSqlExecutor() - Method in class Doctrine\ORM\Query\ParserResult
Gets the SQL executor used by this ParserResult.
getSQLLogger() - Method in class Doctrine\DBAL\Configuration
Gets the SQL logger that is used.
getSqlParameterPositions() - Method in class Doctrine\ORM\Query\ParserResult
Gets the SQL parameter positions for a DQL parameter name/position.
getSQLResultCasing() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
Gets the character casing of a column in an SQL result set of this platform.
getSQLResultCasing() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
Gets the character casing of a column in an SQL result set.
getSQLResultCasing() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the character casing of a column in an SQL result set of this platform.
getSqlStatements() - Method in class Doctrine\ORM\Query\Exec\AbstractSqlExecutor
Gets the SQL statements that are executed by the executor.
getSqlTableAlias() - Method in class Doctrine\ORM\Query\SqlWalker
Generates a unique, short SQL table alias.
getState() - Method in class Doctrine\ORM\QueryBuilder
Get the state of this query builder instance [php] if ($qb->getState() == QueryBuilder::STATE_DIRTY) { echo 'Query builder is dirty'; } else { echo 'Query builder is clean'; }
getState() - Method in class Doctrine\ORM\Query
Returns the state of this query object By default the type is Doctrine_ORM_Query_Abstract::STATE_CLEAN but if it appears any unprocessed DQL part, it is switched to Doctrine_ORM_Query_Abstract::STATE_DIRTY.
getSubscribedEvents() - Method in class Doctrine\DBAL\Event\Listeners\MysqlSessionInit
getSubscribedEvents() - Method in class Doctrine\DBAL\Event\Listeners\OracleSessionInit
getSubscribedEvents() - Method in class Doctrine\Common\EventSubscriber
Returns an array of events this subscriber wants to listen to.
getSubstringExpression() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
Returns part of a string.
getSubstringExpression() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
return string to call a function to get a substring inside an SQL statement
getSubstringExpression() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
return string to call a function to get a substring inside an SQL statement Note: Not SQL92, but common functionality.
getSubstringExpression() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
return string to call a function to get a substring inside an SQL statement Note: Not SQL92, but common functionality.
getSubstringExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
return string to call a function to get a substring inside an SQL statement Note: Not SQL92, but common functionality.
getSumExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Returns the total sum of a column
getTable() - Method in class Doctrine\DBAL\Schema\Schema
getTableName() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Gets the name of the primary table.
getTables() - Method in class Doctrine\DBAL\Schema\Schema
Get all tables of this schema.
getTemporaryIdTableName() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Gets the table name to use for temporary identifier tables of this class.
getTemporaryTableSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
A method to return the required SQL string that fits between CREATE ...
getTimeFormatString() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the format string, as accepted by the date() function, that describes the format of a stored time value of this platform.
getTimeTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
getTimeTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
getTimeTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
getTimeTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Obtain DBMS specific SQL to be used to create time fields in statements like CREATE TABLE.
getTimeTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
getTimeTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
getTinyIntTypeDeclarationSql() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
getTransactionIsolation() - Method in class Doctrine\DBAL\Connection
Gets the currently active transaction isolation level.
getTransactionNestingLevel() - Method in class Doctrine\DBAL\Connection
Returns the current transaction nesting level.
getTrimExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Trim a string, leading/trailing/both and with a given char which defaults to space.
getTrimExpression() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
Trim a string, leading/trailing/both and with a given char which defaults to space.
getTruncateTableSQL() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
getTruncateTableSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
getTruncateTableSQL() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
getTruncateTableSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
getTruncateTableSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Generate a Truncate Table SQL statement for a given table.
getType() - Method in class Doctrine\DBAL\Schema\Column
getType() - Method in class Doctrine\ORM\QueryBuilder
Get the type of the currently built query.
getType() - Method in class Doctrine\DBAL\Types\Type
Factory method to create type instances.
getTypeClass() - Method in class Doctrine\ORM\PersistentCollection
getTypeOfColumn() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Gets the type of a column.
getTypeOfField() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Gets the type of a field.
getTypesMap() - Method in class Doctrine\DBAL\Types\Type
Get the types array map which holds all registered types and the corresponding type class
getUniqueConstraintDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Obtain DBMS specific SQL code portion needed to set a unique constraint declaration to be used in statements like CREATE TABLE.
getUniqueFieldDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Obtain DBMS specific SQL code portion needed to set the UNIQUE constraint of a field declaration to be used in statements like CREATE TABLE.
getUnitOfWork() - Method in class Doctrine\ORM\EntityManager
Gets the UnitOfWork used by the EntityManager to coordinate operations.
getUnsigned() - Method in class Doctrine\DBAL\Schema\Column
getUpdateSchemaSql() - Method in class Doctrine\ORM\Tools\SchemaTool
Gets the sequence of SQL statements that need to be performed in order to bring the given class mappings in-synch with the relational schema.
getUpperExpression() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
upper Returns the string $str with all characters changed to uppercase according to the current character set mapping.
getUseCExtension() - Method in class Doctrine\ORM\Configuration
Gets a boolean flag that indicates whether Doctrine should make use of the C extension.
getUsername() - Method in class Doctrine\DBAL\Connection
Gets the username used by this connection.
getValues() - Method in class Doctrine\Common\Collections\ArrayCollection
Gets all elements.
getValues() - Method in class Doctrine\ORM\PersistentCollection
{@inheritdoc}
getValues() - Method in class Doctrine\Common\Collections\Collection
Gets all values of the collection.
getVarcharMaxLength() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the maximum length of a varchar field.
getVarcharTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets the SQL snippet used to declare a VARCHAR column type.
getVarcharTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
Gets the SQL snippet used to declare a VARCHAR column on the MySql platform.
getVarcharTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
Gets the SQL snippet used to declare a VARCHAR column type.
getVarcharTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
Gets the SQL snippet used to declare a VARCHAR column on the Oracle platform.
getVarcharTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
Gets the SQL snippet used to declare a VARCHAR column on the MySql platform.
getVarcharTypeDeclarationSQL() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
{@inheritdoc}
getWildcards() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Gets all SQL wildcard characters of the platform.
getWrappedConnection() - Method in class Doctrine\DBAL\Connection
Gets the wrapped driver connection.
getWrappedStatement() - Method in class Doctrine\DBAL\Statement
Gets the wrapped driver statement.
glimpse() - Method in class Doctrine\Common\Lexer
Peeks at the next token, returns it and immediately resets the peek.
GroupBy() - Class in package Doctrine\ORM\Query\Expr
Expression class for building DQL Group By parts
groupBy() - Method in class Doctrine\ORM\QueryBuilder
Set the GROUP BY clause [php] $qb = $em->createQueryBuilder() ->select('u') ->from('User', 'u') ->groupBy('u.id');
GroupByClause() - Class in package Doctrine\ORM\Query\AST
Description of GroupByClause
GroupByClause() - Method in class Doctrine\ORM\Query\Parser
GroupByClause ::= "GROUP" "BY" GroupByItem {"," GroupByItem}
GroupByItem() - Method in class Doctrine\ORM\Query\Parser
GroupByItem ::= IdentificationVariable | SingleValuedPathExpression
gt() - Method in class Doctrine\ORM\Query\Expr
Creates an instance of Expr\Comparison, with the given arguments.
gte() - Method in class Doctrine\ORM\Query\Expr
Creates an instance of Expr\Comparison, with the given arguments.

H

hasAssociation() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Checks whether the class has a mapped association with the given field name.
hasCascades() - Method in class Doctrine\ORM\Mapping\AssociationMapping
Checks whether the association has any cascades configured.
hasChanged() - Method in class Doctrine\DBAL\Schema\ColumnDiff
hasChangedField() - Method in class Doctrine\ORM\Event\PreUpdateEventArgs
Field has a changeset?
hasClass() - Method in class Doctrine\ORM\Internal\CommitOrderCalculator
hasColumn() - Method in class Doctrine\DBAL\Schema\Table
Does this table have a column with the given name?
hasColumnAtPosition() - Method in class Doctrine\DBAL\Schema\Index
hasExplicitForeignKeyIndexes() - Method in class Doctrine\DBAL\Schema\SchemaConfig
hasExplicitForeignKeyIndexes() - Method in class Doctrine\DBAL\Schema\Schema
hasField() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Checks whether the class has a (mapped) field with a certain name.
hasForeignKey() - Method in class Doctrine\DBAL\Schema\Table
Does Table have a foreign key constraint with the given name?
hasIndex() - Method in class Doctrine\DBAL\Schema\Table
hasIndexBy() - Method in class Doctrine\ORM\Query\ResultSetMapping
Checks whether an entity result or joined entity result with a given alias has a field set for indexing.
HasLifecycleCallbacks() - Class in package Doctrine\ORM\Mapping
Annotations class
hasLifecycleCallbacks() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Whether the class has any attached lifecycle listeners or callbacks for a lifecycle event.
hasListeners() - Method in class Doctrine\Common\EventManager
Checks whether an event has any registered listeners.
hasMetadataFor() - Method in class Doctrine\ORM\Mapping\ClassMetadataFactory
Checks whether the factory has the metadata for a class loaded already.
hasOption() - Method in class Doctrine\DBAL\Schema\ForeignKeyConstraint
hasOption() - Method in class Doctrine\DBAL\Schema\Table
hasParentAlias() - Method in class Doctrine\ORM\Query\ResultSetMapping
Checks whether the given alias has a parent alias.
hasPendingInsertions() - Method in class Doctrine\ORM\UnitOfWork
Checks whether the UnitOfWork has any pending insertions.
hasPlatformOption() - Method in class Doctrine\DBAL\Schema\Column
hasSequence() - Method in class Doctrine\DBAL\Schema\Schema
hasTable() - Method in class Doctrine\DBAL\Schema\Schema
Does this schema have a table with the given name?
hasType() - Method in class Doctrine\DBAL\Types\Type
Checks if exists support for a type.
having() - Method in class Doctrine\ORM\QueryBuilder
Set the HAVING clause
HavingClause() - Class in package Doctrine\ORM\Query\AST
Description of HavingClause
HavingClause() - Method in class Doctrine\ORM\Query\Parser
HavingClause ::= "HAVING" ConditionalExpression
hydrateAdd() - Method in class Doctrine\ORM\PersistentCollection
INTERNAL: Adds an element to a collection during hydration.
hydrateAll() - Method in class Doctrine\ORM\Internal\Hydration\AbstractHydrator
Hydrates all rows returned by the passed statement instance at once.
hydrateRow() - Method in class Doctrine\ORM\Internal\Hydration\AbstractHydrator
Hydrates a single row returned by the current statement instance during row-by-row hydration with {@link iterate()}.
hydrateSet() - Method in class Doctrine\ORM\PersistentCollection
INTERNAL: Sets a keyed element in the collection during hydration.
HydrationException() - Class in package Doctrine\ORM\Internal\Hydration

I

Id() - Class in package Doctrine\ORM\Mapping
Annotations class
IdentificationVariable() - Method in class Doctrine\ORM\Query\Parser
IdentificationVariable ::= identifier
IdentificationVariableDeclaration() - Method in class Doctrine\ORM\Query\Parser
IdentificationVariableDeclaration ::= RangeVariableDeclaration [IndexBy] {JoinVariableDeclaration}
IdentificationVariableDeclaration() - Class in package Doctrine\ORM\Query\AST
IdentificationVariableDeclaration ::= RangeVariableDeclaration [IndexBy] {JoinVariableDeclaration}
identifierRequired() - Method in class Doctrine\ORM\Mapping\MappingException
IdentityGenerator() - Class in package Doctrine\ORM\Id
ImportCommand() - Class in package Doctrine\DBAL\Tools\Console\Command
Task for executing arbitrary SQL that can come from a file or directly from the command line.
in() - Method in class Doctrine\ORM\Query\Expr
Creates an IN() expression with the given arguments.
Index() - Class in package Doctrine\ORM\Mapping
Annotations class
Index() - Class in package Doctrine\DBAL\Schema
The abstract asset allows to reset the name of all assets without publishing this to the public userland.
indexAlreadyExists() - Method in class Doctrine\DBAL\Schema\SchemaException
IndexBy() - Class in package Doctrine\ORM\Query\AST
IndexBy ::= "INDEX" "BY" SimpleStateFieldPathExpression
IndexBy() - Method in class Doctrine\ORM\Query\Parser
IndexBy ::= "INDEX" "BY" SimpleStateFieldPathExpression
indexDoesNotExist() - Method in class Doctrine\DBAL\Schema\SchemaException
indexNameInvalid() - Method in class Doctrine\DBAL\Schema\SchemaException
indexOf() - Method in class Doctrine\Common\Collections\Collection
Gets the index/key of a given element.
indexOf() - Method in class Doctrine\Common\Collections\ArrayCollection
Searches for a given element and, if found, returns the corresponding key/index of that element.
indexOf() - Method in class Doctrine\ORM\PersistentCollection
{@inheritdoc}
InExpression() - Method in class Doctrine\ORM\Query\Parser
InExpression ::= StateFieldPathExpression ["NOT"] "IN" "(" (InParameter {"," InParameter}* | Subselect) ")"
InExpression() - Class in package Doctrine\ORM\Query\AST
InExpression ::= StateFieldPathExpression ["NOT"] "IN" "(" (Literal {"," Literal}* | Subselect) ")"
Inflector() - Class in package Doctrine\Common\Util
Doctrine inflector has static methods for inflecting text The methods in these classes are from several different sources collected across several different php projects and several different authors.
InheritanceType() - Class in package Doctrine\ORM\Mapping
Annotations class
innerJoin() - Method in class Doctrine\ORM\QueryBuilder
Add an INNER JOIN to an associated class.
InParameter() - Method in class Doctrine\ORM\Query\Parser
InParameter ::= Literal | InputParameter
InputParameter() - Class in package Doctrine\ORM\Query\AST
Description of InputParameter
InputParameter() - Method in class Doctrine\ORM\Query\Parser
InputParameter ::= PositionalParameter | NamedParameter
insert() - Method in class Doctrine\DBAL\Connection
Inserts a table row with specified data.
insertRows() - Method in class Doctrine\ORM\Persisters\AbstractCollectionPersister
IntegerType() - Class in package Doctrine\DBAL\Types
Type that maps an SQL INT to a PHP integer.
invalidClassInDiscriminatorMap() - Method in class Doctrine\ORM\Mapping\MappingException
Throws an exception that indicates that a class used in a discriminator map does not exist.
invalidDriverClass() - Method in class Doctrine\DBAL\DBALException
invalidEntityState() - Method in class Doctrine\ORM\ORMException
invalidExporterDriverType() - Method in class Doctrine\ORM\Tools\Export\ExportException
invalidFindByCall() - Method in class Doctrine\ORM\ORMException
invalidFlushMode() - Method in class Doctrine\ORM\ORMException
invalidHydrationMode() - Method in class Doctrine\ORM\ORMException
invalidInheritanceType() - Method in class Doctrine\ORM\Mapping\MappingException
invalidLiteral() - Method in class Doctrine\ORM\Query\QueryException
invalidMapping() - Method in class Doctrine\ORM\Mapping\MappingException
Generic exception for invalid mappings.
invalidMappingDriverType() - Method in class Doctrine\ORM\Tools\Export\ExportException
invalidParameterFormat() - Method in class Doctrine\ORM\Query\QueryException
invalidParameterNumber() - Method in class Doctrine\ORM\Query\QueryException
invalidParameterPosition() - Method in class Doctrine\ORM\Query\QueryException
invalidPathExpression() - Method in class Doctrine\ORM\Query\QueryException
invalidPdoInstance() - Method in class Doctrine\DBAL\DBALException
invalidPlatformSpecified() - Method in class Doctrine\DBAL\DBALException
invalidResultCacheDriver() - Method in class Doctrine\ORM\ORMException
invalidTableName() - Method in class Doctrine\DBAL\DBALException
invalidWrapperClass() - Method in class Doctrine\DBAL\DBALException
invokeLifecycleCallbacks() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Dispatches the lifecycle event of the given entity to the registered lifecycle callbacks and lifecycle listeners.
isA() - Method in class Doctrine\Common\Lexer
Checks if given value is identical to the given token
isAll() - Method in class Doctrine\ORM\Query\AST\QuantifiedExpression
isAny() - Method in class Doctrine\ORM\Query\AST\QuantifiedExpression
isAsc() - Method in class Doctrine\ORM\Query\AST\OrderByItem
isChangeTrackingDeferredExplicit() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Whether the change tracking policy of this class is "deferred explicit".
isChangeTrackingDeferredImplicit() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Whether the change tracking policy of this class is "deferred implicit".
isChangeTrackingNotify() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Whether the change tracking policy of this class is "notify".
isCollectionScheduledForDeletion() - Method in class Doctrine\ORM\UnitOfWork
isCollectionValuedAssociation() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Checks whether the class has a mapped association for the specified field and if yes, checks whether it is a collection-valued association (to-many).
isConditionalExpression() - Method in class Doctrine\ORM\Query\AST\ConditionalPrimary
isConnected() - Method in class Doctrine\DBAL\Connection
Whether an actual connection to the database is established.
isDesc() - Method in class Doctrine\ORM\Query\AST\OrderByItem
isDirty() - Method in class Doctrine\ORM\PersistentCollection
Gets a boolean flag indicating whether this colleciton is dirty which means its state needs to be synchronized with the database.
isEagerlyFetched() - Method in class Doctrine\ORM\Mapping\AssociationMapping
Whether the target entity/entities of the association are eagerly fetched.
isEmpty() - Method in class Doctrine\Common\Collections\Collection
Checks whether the collection is empty (contains no elements).
isEmpty() - Method in class Doctrine\Common\Collections\ArrayCollection
Checks whether the collection is empty.
isEmpty() - Method in class Doctrine\ORM\PersistentCollection
{@inheritdoc}
isEntityScheduled() - Method in class Doctrine\ORM\UnitOfWork
Checks whether an entity is scheduled for insertion, update or deletion.
isFieldResult() - Method in class Doctrine\ORM\Query\ResultSetMapping
Checks whether the column with the given name is mapped as a field result as part of an entity result or joined entity result.
isIdentifier() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Checks whether a field is part of the identifier/primary key field(s).
isIdentifierNatural() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Checks whether the class has a natural identifier/pk (which means it does not use any Id generator.
isIdGeneratorIdentity() - Method in class Doctrine\DBAL\Schema\Table
isIdGeneratorIdentity() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Checks whether the class uses an identity column for the Id generation.
isIdGeneratorSequence() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Checks whether the class uses a sequence for id generation.
isIdGeneratorSequence() - Method in class Doctrine\DBAL\Schema\Table
isIdGeneratorTable() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Checks whether the class uses a table for id generation.
isInheritanceTypeJoined() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Checks whether the mapped class uses the JOINED inheritance mapping strategy.
isInheritanceTypeNone() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
isInheritanceTypeSingleTable() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Checks whether the mapped class uses the SINGLE_TABLE inheritance mapping strategy.
isInheritanceTypeTablePerClass() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Checks whether the mapped class uses the TABLE_PER_CLASS inheritance mapping strategy.
isInheritedAssociation() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Checks whether a mapped association field is inherited from a superclass.
isInheritedField() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Checks whether a mapped field is inherited from an entity superclass.
isInIdentityMap() - Method in class Doctrine\ORM\UnitOfWork
Checks whether an entity is registered in the identity map of this UnitOfWork.
isInitialized() - Method in class Doctrine\ORM\PersistentCollection
Checks whether this collection has been initialized.
isLazilyFetched() - Method in class Doctrine\ORM\Mapping\AssociationMapping
Whether the target entity/entities of the association are lazily fetched.
isManyToMany() - Method in class Doctrine\ORM\Mapping\ManyToManyMapping
{@inheritdoc}
isManyToMany() - Method in class Doctrine\ORM\Mapping\AssociationMapping
Whether the association is a many-to-many association.
isMixedResult() - Method in class Doctrine\ORM\Query\ResultSetMapping
Checks whether this ResultSetMapping defines a mixed result.
isNegativeSigned() - Method in class Doctrine\ORM\Query\AST\ArithmeticFactor
isNextToken() - Method in class Doctrine\Common\Lexer
Checks whether a given token matches the current lookahead.
isNullable() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Check if the field is not null.
isOneToMany() - Method in class Doctrine\ORM\Mapping\AssociationMapping
Whether the association is a one-to-many association.
isOneToMany() - Method in class Doctrine\ORM\Mapping\OneToManyMapping
{@inheritdoc}
isOneToOne() - Method in class Doctrine\ORM\Mapping\OneToOneMapping
{@inheritdoc}
isOneToOne() - Method in class Doctrine\ORM\Mapping\AssociationMapping
Whether the association is a one-to-one association.
isPositiveSigned() - Method in class Doctrine\ORM\Query\AST\ArithmeticFactor
isPostInsertGenerator() - Method in class Doctrine\ORM\Id\SequenceIdentityGenerator
isPostInsertGenerator() - Method in class Doctrine\ORM\Id\IdentityGenerator
isPostInsertGenerator() - Method in class Doctrine\ORM\Id\AbstractIdGenerator
Gets whether this generator is a post-insert generator which means that generate() must be called after the entity has been inserted into the database.
isPrimary() - Method in class Doctrine\DBAL\Schema\Index
isRelation() - Method in class Doctrine\ORM\Query\ResultSetMapping
isScalarResult() - Method in class Doctrine\ORM\Query\ResultSetMapping
Checks whether a column with a given name is mapped as a scalar result.
isScheduledForDelete() - Method in class Doctrine\ORM\UnitOfWork
Checks whether an entity is registered as removed/deleted with the unit of work.
isScheduledForInsert() - Method in class Doctrine\ORM\UnitOfWork
Checks whether an entity is scheduled for insertion.
isScheduledForUpdate() - Method in class Doctrine\ORM\UnitOfWork
Checks whether an entity is registered as dirty in the unit of work.
isSimpleArithmeticExpression() - Method in class Doctrine\ORM\Query\AST\ArithmeticExpression
isSimpleConditionalExpression() - Method in class Doctrine\ORM\Query\AST\ConditionalPrimary
isSingleValuedAssociation() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Checks whether the class has a mapped association for the specified field and if yes, checks whether it is a single-valued association (to-one).
isSome() - Method in class Doctrine\ORM\Query\AST\QuantifiedExpression
isSubselect() - Method in class Doctrine\ORM\Query\AST\ArithmeticExpression
isTransactionActive() - Method in class Doctrine\DBAL\Connection
Checks whether a transaction is currently active.
isTransient() - Method in class Doctrine\ORM\Mapping\Driver\AnnotationDriver
Whether the class with the specified name is transient.
isTransient() - Method in class Doctrine\ORM\Mapping\Driver\Driver
Whether the class with the specified name should have its metadata loaded.
isTransient() - Method in class Doctrine\ORM\Mapping\Driver\DriverChain
Whether the class with the specified name should have its metadata loaded.
isTransient() - Method in class Doctrine\ORM\Mapping\Driver\AbstractFileDriver
Whether the class with the specified name should have its metadata loaded.
isTransient() - Method in class Doctrine\ORM\Mapping\Driver\DatabaseDriver
{@inheritdoc}
isUnique() - Method in class Doctrine\DBAL\Schema\Index
isUniqueField() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Check if the field is unique.
IterableResult() - Class in package Doctrine\ORM\Internal\Hydration
Represents a result structure that can be iterated over, hydrating row-by-row during the iteration.
iterate() - Method in class Doctrine\ORM\Query
Executes the query and returns an IterableResult that can be used to incrementally iterated over the result.
iterate() - Method in class Doctrine\ORM\AbstractQuery
Executes the query and returns an IterableResult that can be used to incrementally iterate over the result.
iterate() - Method in class Doctrine\ORM\Internal\Hydration\AbstractHydrator
Initiates a row-by-row hydration.
iterateWithFetchJoinCollectionNotAllowed() - Method in class Doctrine\ORM\Query\QueryException
iterateWithFetchJoinNotAllowed() - Method in class Doctrine\ORM\Query\QueryException

J

Join() - Method in class Doctrine\ORM\Query\Parser
Join ::= ["LEFT" ["OUTER"] | "INNER"] "JOIN" JoinAssociationPathExpression ["AS"] AliasIdentificationVariable ["WITH" ConditionalExpression]
join() - Method in class Doctrine\ORM\QueryBuilder
Add a INNER JOIN to an associated class.
Join() - Class in package Doctrine\ORM\Query\Expr
Expression class for DQL from
Join() - Class in package Doctrine\ORM\Query\AST
Join ::= ["LEFT" ["OUTER"] | "INNER"] "JOIN" JoinAssociationPathExpression ["AS"] AliasIdentificationVariable [("ON" | "WITH") ConditionalExpression]
JoinAssociationPathExpression() - Method in class Doctrine\ORM\Query\Parser
JoinAssociationPathExpression ::= IdentificationVariable "." (CollectionValuedAssociationField | SingleValuedAssociationField)
JoinAssociationPathExpression() - Class in package Doctrine\ORM\Query\AST
JoinAssociationPathExpression ::= IdentificationVariable "." (SingleValuedAssociationField | CollectionValuedAssociationField)
JoinColumn() - Class in package Doctrine\ORM\Mapping
Annotations class
joinColumnMustPointToMappedField() - Method in class Doctrine\ORM\Mapping\MappingException
JoinColumns() - Class in package Doctrine\ORM\Mapping
Annotations class
JoinedSubclassPersister() - Class in package Doctrine\ORM\Persisters
The joined subclass persister maps a single entity instance to several tables in the database as it is defined by the Class Table Inheritance strategy.
JoinTable() - Class in package Doctrine\ORM\Mapping
Annotations class
joinTableRequired() - Method in class Doctrine\ORM\Mapping\MappingException
JoinVariableDeclaration() - Class in package Doctrine\ORM\Query\AST
JoinVariableDeclaration ::= Join [IndexBy]
JoinVariableDeclaration() - Method in class Doctrine\ORM\Query\Parser
JoinVariableDeclaration ::= Join [IndexBy]

K

key() - Method in class Doctrine\Common\Collections\Collection
Gets the key/index of the element at the current iterator position.
key() - Method in class Doctrine\ORM\PersistentCollection
key() - Method in class Doctrine\Common\Collections\ArrayCollection
Gets the current key/index at the current internal iterator position.
key() - Method in class Doctrine\ORM\Internal\Hydration\IterableResult

L

last() - Method in class Doctrine\Common\Collections\ArrayCollection
Sets the internal iterator to the last element in the collection and returns this element.
last() - Method in class Doctrine\Common\Collections\Collection
Sets the internal iterator to the last element in the collection and returns this element.
last() - Method in class Doctrine\ORM\PersistentCollection
{@inheritdoc}
lastInsertId() - Method in class Doctrine\DBAL\Driver\OCI8\OCI8Connection
lastInsertId() - Method in class Doctrine\DBAL\Driver\Connection
leftJoin() - Method in class Doctrine\ORM\QueryBuilder
Add a LEFT JOIN [php] $qb = $em->createQueryBuilder() ->select('u') ->from('User', 'u') ->leftJoin('u.Phonenumbers', 'p', Expr\Join::WITH, 'p.is_primary = 1');
length() - Method in class Doctrine\ORM\Query\Expr
Creates a LENGTH() function expression with the given argument.
LengthFunction() - Class in package Doctrine\ORM\Query\AST\Functions
"LENGTH" "(" StringPrimary ")"
Lexer() - Class in package Doctrine\Common
Simple generic lexical scanner.
Lexer() - Class in package Doctrine\Common\Annotations
Simple lexer for docblock annotations.
Lexer() - Class in package Doctrine\ORM\Query
Scans a DQL query for tokens.
LifecycleEventArgs() - Class in package Doctrine\ORM\Event
Lifecycle Events are triggered by the UnitOfWork during lifecycle transitions of entities.
like() - Method in class Doctrine\ORM\Query\Expr
Creates a LIKE() comparison expression with the given arguments.
LikeExpression() - Method in class Doctrine\ORM\Query\Parser
LikeExpression ::= StringExpression ["NOT"] "LIKE" (string | input_parameter) ["ESCAPE" char]
LikeExpression() - Class in package Doctrine\ORM\Query\AST
LikeExpression ::= StringExpression ["NOT"] "LIKE" string ["ESCAPE" char]
limitOffsetInvalid() - Method in class Doctrine\DBAL\DBALException
listDatabases() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
List the available databases for this connection
listSequences() - Method in class Doctrine\DBAL\Schema\MsSqlSchemaManager
lists all database sequences
listSequences() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
List the available sequences for this connection
listTableColumns() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
List the columns for a given table.
listTableColumns() - Method in class Doctrine\DBAL\Schema\MsSqlSchemaManager
lists table constraints
listTableDetails() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
listTableForeignKeys() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
List the foreign keys for the given table
listTableIndexes() - Method in class Doctrine\DBAL\Schema\MsSqlSchemaManager
lists table constraints
listTableIndexes() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
List the indexes for a given table returning an array of Index instances.
listTableNames() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Return a list of all tables in the current database
listTables() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
List the tables for this connection
listTables() - Method in class Doctrine\DBAL\Schema\MsSqlSchemaManager
lists tables
listTableTriggers() - Method in class Doctrine\DBAL\Schema\MsSqlSchemaManager
lists table triggers
listTableViews() - Method in class Doctrine\DBAL\Schema\MsSqlSchemaManager
lists table views
listTriggers() - Method in class Doctrine\DBAL\Schema\MsSqlSchemaManager
lists all triggers
listViews() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
List the views this connection has
listViews() - Method in class Doctrine\DBAL\Schema\MsSqlSchemaManager
lists database views
literal() - Method in class Doctrine\ORM\Query\Expr
Creates a literal expression of the given argument.
Literal() - Class in package Doctrine\ORM\Query\Expr
Abstract base Expr class for building DQL parts
Literal() - Class in package Doctrine\ORM\Query\AST
Abstract class of an AST node
Literal() - Method in class Doctrine\ORM\Query\Parser
Literal ::= string | char | integer | float | boolean
load() - Method in class Doctrine\ORM\Persisters\StandardEntityPersister
Loads an entity by a list of field criteria.
load() - Method in class Doctrine\ORM\Mapping\OneToOneMapping
{@inheritdoc}
load() - Method in class Doctrine\ORM\Mapping\AssociationMapping
Loads data in $target domain object using this association.
load() - Method in class Doctrine\ORM\Mapping\ManyToManyMapping
Loads entities in $targetCollection using $em.
load() - Method in class Doctrine\ORM\Mapping\OneToManyMapping
Loads a one-to-many collection.
loadAll() - Method in class Doctrine\ORM\Persisters\StandardEntityPersister
Loads a list of entities by a list of field criteria.
loadClass() - Method in class Doctrine\Common\ClassLoader
Loads the given class or interface.
LoadClassMetadataEventArgs() - Class in package Doctrine\ORM\Event
Class that holds event arguments for a loadMetadata event.
loadManyToManyCollection() - Method in class Doctrine\ORM\Persisters\StandardEntityPersister
Loads a collection of entities of a many-to-many association.
loadMetadataForClass() - Method in class Doctrine\ORM\Mapping\Driver\AnnotationDriver
{@inheritdoc}
loadMetadataForClass() - Method in class Doctrine\ORM\Mapping\Driver\Driver
Loads the metadata for the specified class into the provided container.
loadMetadataForClass() - Method in class Doctrine\ORM\Mapping\Driver\DriverChain
Loads the metadata for the specified class into the provided container.
loadMetadataForClass() - Method in class Doctrine\ORM\Mapping\Driver\XmlDriver
{@inheritdoc}
loadMetadataForClass() - Method in class Doctrine\ORM\Mapping\Driver\YamlDriver
{@inheritdoc}
loadMetadataForClass() - Method in class Doctrine\ORM\Mapping\Driver\DatabaseDriver
{@inheritdoc}
loadMetadataForClass() - Method in class Doctrine\ORM\Mapping\Driver\PhpDriver
{@inheritdoc}
loadOneToManyCollection() - Method in class Doctrine\ORM\Persisters\StandardEntityPersister
Loads a collection of entities in a one-to-many association.
LocateFunction() - Class in package Doctrine\ORM\Query\AST\Functions
"LOCATE" "(" StringPrimary "," StringPrimary ["," SimpleArithmeticExpression]")"
lockFailed() - Method in class Doctrine\ORM\OptimisticLockException
logSQL() - Method in class Doctrine\DBAL\Logging\SQLLogger
Logs a SQL statement somewhere.
logSQL() - Method in class Doctrine\DBAL\Logging\DebugStack
{@inheritdoc}
logSQL() - Method in class Doctrine\DBAL\Logging\EchoSQLLogger
{@inheritdoc}
lower() - Method in class Doctrine\ORM\Query\Expr
Creates a LOWER() function expression with the given argument.
LowerFunction() - Class in package Doctrine\ORM\Query\AST\Functions
"LOWER" "(" StringPrimary ")"
lt() - Method in class Doctrine\ORM\Query\Expr
Creates an instance of Expr\Comparison, with the given arguments.
lte() - Method in class Doctrine\ORM\Query\Expr
Creates an instance of Expr\Comparison, with the given arguments.

M

ManyToMany() - Class in package Doctrine\ORM\Mapping
Annotations class
ManyToManyMapping() - Class in package Doctrine\ORM\Mapping
A many-to-many mapping describes the mapping between two collections of entities.
ManyToManyPersister() - Class in package Doctrine\ORM\Persisters
Persister for many-to-many collections.
ManyToOne() - Class in package Doctrine\ORM\Mapping
Annotations class
map() - Method in class Doctrine\ORM\PersistentCollection
{@inheritdoc}
map() - Method in class Doctrine\Common\Collections\ArrayCollection
Applies the given function to each element in the collection and returns a new collection with the elements returned by the function.
map() - Method in class Doctrine\Common\Collections\Collection
Applies the given function to each element in the collection and returns a new collection with the elements returned by the function.
mapField() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Adds a mapped field to the class.
mapManyToMany() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Adds a many-to-many mapping.
mapManyToOne() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Adds a many-to-one mapping.
mapOneToMany() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Adds a one-to-many mapping.
mapOneToOne() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Adds a one-to-one mapping.
MappedSuperclass() - Class in package Doctrine\ORM\Mapping
Annotations class
MappingException() - Class in package Doctrine\ORM\Mapping
A MappingException indicates that something is wrong with the mapping setup.
mappingFileNotFound() - Method in class Doctrine\ORM\Mapping\MappingException
mappingNotFound() - Method in class Doctrine\ORM\Mapping\MappingException
match() - Method in class Doctrine\ORM\Query\Parser
Attempts to match the given token with the current lookahead token.
Math() - Class in package Doctrine\ORM\Query\Expr
Expression class for DQL math statements
max() - Method in class Doctrine\ORM\Query\Expr
Creates an instance of MAX() function, with the given argument.
MemcacheCache() - Class in package Doctrine\Common\Cache
Memcache cache driver.
merge() - Method in class Doctrine\ORM\EntityManager
Merges the state of a detached entity into the persistence context of this EntityManager and returns the managed copy of the entity.
merge() - Method in class Doctrine\ORM\UnitOfWork
Merges the state of the given detached entity into this UnitOfWork.
metadataCacheNotConfigured() - Method in class Doctrine\ORM\ORMException
MetadataCommand() - Class in package Doctrine\ORM\Tools\Console\Command\ClearCache
Command to clear the metadata cache of the various cache drivers.
MetadataFilter() - Class in package Doctrine\ORM\Tools\Console
Used by CLI Tools to restrict entity-based commands to given patterns.
min() - Method in class Doctrine\ORM\Query\Expr
Creates an instance of MIN() function, with the given argument.
mismatchedEventManager() - Method in class Doctrine\ORM\ORMException
missingFieldName() - Method in class Doctrine\ORM\Mapping\MappingException
missingMappingDriverImpl() - Method in class Doctrine\ORM\ORMException
missingRequiredOption() - Method in class Doctrine\ORM\Mapping\MappingException
Called if a required option was not found but is required
missingSourceEntity() - Method in class Doctrine\ORM\Mapping\MappingException
missingTargetEntity() - Method in class Doctrine\ORM\Mapping\MappingException
ModFunction() - Class in package Doctrine\ORM\Query\AST\Functions
"MOD" "(" SimpleArithmeticExpression "," SimpleArithmeticExpression ")"
modifyLimitQuery() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
modifyLimitQuery() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
Adds an adapter-specific LIMIT clause to the SELECT statement.
modifyLimitQuery() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
Adds an driver-specific LIMIT clause to the query
moveNext() - Method in class Doctrine\Common\Lexer
Moves to the next token in the input string.
MsSqlPlatform() - Class in package Doctrine\DBAL\Platforms
The MsSqlPlatform provides the behavior, features and SQL dialect of the MySQL database platform.
MsSqlSchemaManager() - Class in package Doctrine\DBAL\Schema
xxx
MultiTableDeleteExecutor() - Class in package Doctrine\ORM\Query\Exec
Executes the SQL statements for bulk DQL DELETE statements on classes in Class Table Inheritance (JOINED).
MultiTableUpdateExecutor() - Class in package Doctrine\ORM\Query\Exec
Executes the SQL statements for bulk DQL UPDATE statements on classes in Class Table Inheritance (JOINED).
MySqlPlatform() - Class in package Doctrine\DBAL\Platforms
The MySqlPlatform provides the behavior, features and SQL dialect of the MySQL database platform.
MySqlSchemaManager() - Class in package Doctrine\DBAL\Schema
Schema manager for the MySql RDBMS.
MysqlSessionInit() - Class in package Doctrine\DBAL\Event\Listeners
MySQL Session Init Event Subscriber which allows to set the Client Encoding of the Connection

N

namedForeignKeyRequired() - Method in class Doctrine\DBAL\Schema\SchemaException
NativeQuery() - Class in package Doctrine\ORM
Represents a native SQL query.
neq() - Method in class Doctrine\ORM\Query\Expr
Creates an instance of Expr\Comparison, with the given arguments.
newDefaultAnnotationDriver() - Method in class Doctrine\ORM\Configuration
Add a new default annotation driver with a correctly configured annotation reader.
newHydrator() - Method in class Doctrine\ORM\EntityManager
Create a new instance for the given hydration mode.
newInstance() - Method in class Doctrine\ORM\Mapping\ClassMetadata
Creates a new instance of the mapped class, without invoking the constructor.
NewValue() - Method in class Doctrine\ORM\Query\Parser
NewValue ::= SimpleArithmeticExpression | StringPrimary | DatetimePrimary | BooleanPrimary | EnumPrimary | SimpleEntityExpression | "NULL" NOTE: Since it is not possible to correctly recognize individual types, here is the full grammar that needs to be supported: NewValue ::= SimpleArithmeticExpression | "NULL" SimpleArithmeticExpression covers all *Primary grammar rules and also SimplEntityExpression
next() - Method in class Doctrine\Common\Collections\ArrayCollection
Moves the internal iterator position to the next element.
next() - Method in class Doctrine\Common\Collections\Collection
Moves the internal iterator position to the next element.
next() - Method in class Doctrine\ORM\PersistentCollection
Moves the internal iterator position to the next element.
next() - Method in class Doctrine\ORM\Internal\Hydration\IterableResult
Gets the next set of results.
noActiveTransaction() - Method in class Doctrine\DBAL\ConnectionException
noColumnsSpecifiedForTable() - Method in class Doctrine\DBAL\DBALException
Node() - Class in package Doctrine\ORM\Query\AST
Abstract class of an AST node
noDispatchForNode() - Method in class Doctrine\ORM\Query\AST\ASTException
nonUniqueResult() - Method in class Doctrine\ORM\Internal\Hydration\HydrationException
NonUniqueResultException() - Class in package Doctrine\ORM
Exception thrown when an ORM query unexpectedly returns more than one result.
NoResultException() - Class in package Doctrine\ORM
Exception thrown when an ORM query unexpectedly does not return any results.
not() - Method in class Doctrine\ORM\Query\Expr
Creates a negation expression of the given restriction.
NotifyPropertyChanged() - Interface in package Doctrine\Common
Contract for classes that provide the service of notifying listeners of changes to their properties.
notIn() - Method in class Doctrine\ORM\Query\Expr
Creates a NOT IN() expression with the given arguments.
notSupported() - Method in class Doctrine\ORM\ORMException
notSupported() - Method in class Doctrine\DBAL\DBALException
NullComparisonExpression() - Class in package Doctrine\ORM\Query\AST
NullComparisonExpression ::= (SingleValuedPathExpression | InputParameter) "IS" ["NOT"] "NULL"
NullComparisonExpression() - Method in class Doctrine\ORM\Query\Parser
NullComparisonExpression ::= (SingleValuedPathExpression | InputParameter) "IS" ["NOT"] "NULL"

O

ObjectHydrator() - Class in package Doctrine\ORM\Internal\Hydration
The ObjectHydrator constructs an object graph out of an SQL result set.
ObjectType() - Class in package Doctrine\DBAL\Types
Type that maps a PHP object to a clob SQL type.
OCI8Connection() - Class in package Doctrine\DBAL\Driver\OCI8
OCI8 implementation of the Connection interface.
OCI8Exception() - Exception in package Doctrine\DBAL\Driver\OCI8
OCI8Statement() - Class in package Doctrine\DBAL\Driver\OCI8
The OCI8 implementation of the Statement interface.
offsetExists() - Method in class Doctrine\Common\Collections\ArrayCollection
ArrayAccess implementation of offsetExists()
offsetExists() - Method in class Doctrine\ORM\PersistentCollection
offsetGet() - Method in class Doctrine\Common\Collections\ArrayCollection
ArrayAccess implementation of offsetGet()
offsetGet() - Method in class Doctrine\ORM\PersistentCollection
offsetSet() - Method in class Doctrine\Common\Collections\ArrayCollection
ArrayAccess implementation of offsetGet()
offsetSet() - Method in class Doctrine\ORM\PersistentCollection
offsetUnset() - Method in class Doctrine\Common\Collections\ArrayCollection
ArrayAccess implementation of offsetUnset()
offsetUnset() - Method in class Doctrine\ORM\PersistentCollection
onDelete() - Method in class Doctrine\DBAL\Schema\ForeignKeyConstraint
Foreign Key onDelete status
OneToMany() - Class in package Doctrine\ORM\Mapping
Annotations class
OneToManyMapping() - Class in package Doctrine\ORM\Mapping
Represents a one-to-many mapping.
OneToManyPersister() - Class in package Doctrine\ORM\Persisters
Persister for one-to-many collections.
oneToManyRequiresMappedBy() - Method in class Doctrine\ORM\Mapping\MappingException
OneToOne() - Class in package Doctrine\ORM\Mapping
Annotations class
OneToOneMapping() - Class in package Doctrine\ORM\Mapping
A one-to-one mapping describes a uni-directional mapping from one entity to another entity.
OnFlushEventArgs() - Class in package Doctrine\ORM\Event
Provides event arguments for the preFlush event.
onUpdate() - Method in class Doctrine\DBAL\Schema\ForeignKeyConstraint
Foreign Key onUpdate status
OptimisticLockException() - Class in package Doctrine\ORM
OptimisticLockException
OraclePlatform() - Class in package Doctrine\DBAL\Platforms
OraclePlatform.
OracleSchemaManager() - Class in package Doctrine\DBAL\Schema
Oracle Schema Manager
OracleSessionInit() - Class in package Doctrine\DBAL\Event\Listeners
Should be used when Oracle Server default enviroment does not match the Doctrine requirements.
OrderBy() - Class in package Doctrine\ORM\Query\Expr
Expression class for building DQL Order By parts
orderBy() - Method in class Doctrine\ORM\QueryBuilder
Set the ORDER BY clause
OrderBy() - Class in package Doctrine\ORM\Mapping
Annotations class
OrderByClause() - Method in class Doctrine\ORM\Query\Parser
OrderByClause ::= "ORDER" "BY" OrderByItem {"," OrderByItem}
OrderByClause() - Class in package Doctrine\ORM\Query\AST
OrderByClause ::= "ORDER" "BY" OrderByItem {"," OrderByItem}
OrderByItem() - Class in package Doctrine\ORM\Query\AST
OrderByItem ::= (ResultVariable | StateFieldPathExpression) ["ASC" | "DESC"]
OrderByItem() - Method in class Doctrine\ORM\Query\Parser
OrderByItem ::= (ResultVariable | StateFieldPathExpression) ["ASC" | "DESC"]
orHaving() - Method in class Doctrine\ORM\QueryBuilder
Add to the existing HAVING clause with an OR
ORMException() - Exception in package Doctrine\ORM
Base exception class for all ORM exceptions.
orWhere() - Method in class Doctrine\ORM\QueryBuilder
Add a new WHERE statement with an OR [php] $qb = $em->createQueryBuilder() ->select('u') ->from('User', 'u') ->where('u.id = 1') ->orWhere('u.id = 2');
Orx() - Class in package Doctrine\ORM\Query\Expr
Expression class for building DQL OR clauses
orX() - Method in class Doctrine\ORM\Query\Expr
Creates a disjunction of the given boolean expressions.
overrideType() - Method in class Doctrine\DBAL\Types\Type
Overrides an already defined type to use a different implementation.
overwritingJoinConditionsNotYetSupported() - Method in class Doctrine\ORM\Query\QueryException

P

parentObjectOfRelationNotFound() - Method in class Doctrine\ORM\Internal\Hydration\HydrationException
parse() - Method in class Doctrine\ORM\Query\AST\Functions\LowerFunction
parse() - Method in class Doctrine\ORM\Query\AST\Functions\CurrentTimestampFunction
parse() - Method in class Doctrine\ORM\Query\AST\Functions\CurrentTimeFunction
parse() - Method in class Doctrine\ORM\Query\AST\Functions\LengthFunction
parse() - Method in class Doctrine\ORM\Query\AST\Functions\ModFunction
parse() - Method in class Doctrine\ORM\Query\AST\Functions\TrimFunction
parse() - Method in class Doctrine\ORM\Query\AST\Functions\SizeFunction
parse() - Method in class Doctrine\ORM\Query\AST\Functions\SqrtFunction
parse() - Method in class Doctrine\ORM\Query\AST\Functions\LocateFunction
parse() - Method in class Doctrine\ORM\Query\AST\Functions\ConcatFunction
parse() - Method in class Doctrine\ORM\Query\AST\Functions\CurrentDateFunction
parse() - Method in class Doctrine\ORM\Query\AST\Functions\UpperFunction
parse() - Method in class Doctrine\ORM\Query\AST\Functions\AbsFunction
parse() - Method in class Doctrine\ORM\Query\AST\Functions\SubstringFunction
parse() - Method in class Doctrine\ORM\Query\AST\Functions\FunctionNode
parse() - Method in class Doctrine\ORM\Query\Parser
Parses a query string.
Parser() - Class in package Doctrine\ORM\Query
An LL(*) recursive-descent parser for the context-free grammar of the Doctrine Query Language.
Parser() - Class in package Doctrine\Common\Annotations
A simple parser for docblock annotations.
ParserResult() - Class in package Doctrine\ORM\Query
Encapsulates the resulting components from a DQL query parsing process that can be serialized.
PartialObjectExpression() - Method in class Doctrine\ORM\Query\Parser
PartialObjectExpression ::= "PARTIAL" IdentificationVariable "." PartialFieldSet PartialFieldSet ::= "{" SimpleStateField {"," SimpleStateField}* "}"
PartialObjectExpression() - Class in package Doctrine\ORM\Query\AST
Abstract class of an AST node
partialObjectsAreDangerous() - Method in class Doctrine\ORM\Query\QueryException
partition() - Method in class Doctrine\Common\Collections\Collection
Partitions this collection in two collections according to a predicate.
partition() - Method in class Doctrine\Common\Collections\ArrayCollection
Partitions this collection in two collections according to a predicate.
partition() - Method in class Doctrine\ORM\PersistentCollection
{@inheritdoc}
PathExpression() - Class in package Doctrine\ORM\Query\AST
AssociationPathExpression ::= CollectionValuedPathExpression | SingleValuedAssociationPathExpression SingleValuedPathExpression ::= StateFieldPathExpression | SingleValuedAssociationPathExpression StateFieldPathExpression ::= SimpleStateFieldPathExpression | SimpleStateFieldAssociationPathExpression SingleValuedAssociationPathExpression ::= IdentificationVariable "." {SingleValuedAssociationField "."}* SingleValuedAssociationField CollectionValuedPathExpression ::= IdentificationVariable "." {SingleValuedAssociationField "."}* CollectionValuedAssociationField StateField ::= {EmbeddedClassStateField "."}* SimpleStateField SimpleStateFieldPathExpression ::= IdentificationVariable "." StateField SimpleStateFieldAssociationPathExpression ::= SingleValuedAssociationPathExpression "." StateField
PathExpression() - Method in class Doctrine\ORM\Query\Parser
Parses an arbitrary path expression and defers semantical validation based on expected types.
pathRequired() - Method in class Doctrine\ORM\Mapping\MappingException
PDOConnection() - Class in package Doctrine\DBAL\Driver
PDO implementation of the Connection interface.
PDOStatement() - Class in package Doctrine\DBAL\Driver
The PDO implementation of the Statement interface.
peek() - Method in class Doctrine\Common\Lexer
Moves the lookahead token forward.
persist() - Method in class Doctrine\ORM\EntityManager
Tells the EntityManager to make an instance managed and persistent.
persist() - Method in class Doctrine\ORM\UnitOfWork
Persists an entity as part of the current unit of work.
PersistentCollection() - Class in package Doctrine\ORM
A PersistentCollection represents a collection of elements that have persistent state.
PhpDriver() - Class in package Doctrine\ORM\Mapping\Driver
The PhpDriver includes php files which just populate ClassMetadataInfo instances with plain php code
PhpExporter() - Class in package Doctrine\ORM\Tools\Export\Driver
ClassMetadata exporter for PHP code
PlainValue() - Method in class Doctrine\Common\Annotations\Parser
PlainValue ::= integer | string | float | boolean | Array | Annotation
postConnect() - Method in class Doctrine\DBAL\Event\Listeners\OracleSessionInit
postConnect() - Method in class Doctrine\DBAL\Event\Listeners\MysqlSessionInit
PostgreSqlPlatform() - Class in package Doctrine\DBAL\Platforms
PostgreSqlPlatform.
PostgreSqlSchemaManager() - Class in package Doctrine\DBAL\Schema
xxx
PostLoad() - Class in package Doctrine\ORM\Mapping
Annotations class
PostPersist() - Class in package Doctrine\ORM\Mapping
Annotations class
PostRemove() - Class in package Doctrine\ORM\Mapping
Annotations class
PostUpdate() - Class in package Doctrine\ORM\Mapping
Annotations class
prefersIdentityColumns() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
prefersIdentityColumns() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Whether the platform prefers identity columns (eg.
prefersIdentityColumns() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
Whether the platform prefers identity columns for ID generation.
prefersIdentityColumns() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
Whether the platform prefers identity columns for ID generation.
prefersSequences() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
Whether the platform prefers sequences for ID generation.
prefersSequences() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
Whether the platform prefers sequences for ID generation.
prefersSequences() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Whether the platform prefers sequences for ID generation.
prepare() - Method in class Doctrine\DBAL\Driver\Connection
prepare() - Method in class Doctrine\DBAL\Driver\OCI8\OCI8Connection
PrePersist() - Class in package Doctrine\ORM\Mapping
Annotations class
PreRemove() - Class in package Doctrine\ORM\Mapping
Annotations class
PreUpdate() - Class in package Doctrine\ORM\Mapping
Annotations class
PreUpdateEventArgs() - Class in package Doctrine\ORM\Event
Class that holds event arguments for a preInsert/preUpdate event.
Printer() - Class in package Doctrine\ORM\Query
A parse tree printer for Doctrine Query Language parser.
println() - Method in class Doctrine\ORM\Query\Printer
Prints text indented with spaces depending on current indentation level.
prod() - Method in class Doctrine\ORM\Query\Expr
Creates a product mathematical expression with the given arguments.
project() - Method in class Doctrine\DBAL\Connection
Executes an, optionally parameterized, SQL query and returns the result, applying a given projection/transformation function on each row of the result.
propertyChanged() - Method in class Doctrine\ORM\UnitOfWork
Notifies this UnitOfWork of a property change in an entity.
propertyChanged() - Method in class Doctrine\Common\PropertyChangedListener
Notifies the listener of a property change.
PropertyChangedListener() - Interface in package Doctrine\Common
Contract for classes that are potential listeners of a NotifyPropertyChanged implementor.
propertyTypeIsRequired() - Method in class Doctrine\ORM\Mapping\MappingException
Proxy() - Interface in package Doctrine\ORM\Proxy
Interface for proxy classes.
proxyClassesAlwaysRegenerating() - Method in class Doctrine\ORM\ORMException
proxyDirectoryRequired() - Method in class Doctrine\ORM\Proxy\ProxyException
ProxyException() - Class in package Doctrine\ORM\Proxy
ORM Proxy Exception
ProxyFactory() - Class in package Doctrine\ORM\Proxy
This factory is used to create proxy objects for entities at runtime.
proxyNamespaceRequired() - Method in class Doctrine\ORM\Proxy\ProxyException

Q

QuantifiedExpression() - Class in package Doctrine\ORM\Query\AST
QuantifiedExpression ::= ("ALL" | "ANY" | "SOME") "(" Subselect ")"
QuantifiedExpression() - Method in class Doctrine\ORM\Query\Parser
QuantifiedExpression ::= ("ALL" | "ANY" | "SOME") "(" Subselect ")"
query() - Method in class Doctrine\DBAL\Driver\Connection
Query() - Class in package Doctrine\ORM
A Query object represents a DQL query.
query() - Method in class Doctrine\DBAL\Driver\OCI8\OCI8Connection
QueryBuilder() - Class in package Doctrine\ORM
This class is responsible for building DQL query strings via an object oriented PHP interface.
queryCacheNotConfigured() - Method in class Doctrine\ORM\ORMException
QueryCommand() - Class in package Doctrine\ORM\Tools\Console\Command\ClearCache
Command to clear the query cache of the various cache drivers.
QueryException() - Class in package Doctrine\ORM\Query
Description of QueryException
QueryLanguage() - Method in class Doctrine\ORM\Query\Parser
QueryLanguage ::= SelectStatement | UpdateStatement | DeleteStatement
quot() - Method in class Doctrine\ORM\Query\Expr
Creates a quotient mathematical expression with the given arguments.
quote() - Method in class Doctrine\DBAL\Driver\OCI8\OCI8Connection
quote() - Method in class Doctrine\DBAL\Driver\Connection
quoteIdentifier() - Method in class Doctrine\DBAL\Connection
Quote a string so it can be safely used as a table or column name, even if it is a reserved name.
quoteIdentifier() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Quotes a string so that it can be safely used as a table or column name, even if it is a reserved word of the platform.

R

RangeVariableDeclaration() - Method in class Doctrine\ORM\Query\Parser
RangeVariableDeclaration ::= AbstractSchemaName ["AS"] AliasIdentificationVariable
RangeVariableDeclaration() - Class in package Doctrine\ORM\Query\AST
RangeVariableDeclaration ::= AbstractSchemaName ["AS"] AliasIdentificationVariable
recomputeSingleEntityChangeSet() - Method in class Doctrine\ORM\UnitOfWork
INTERNAL: Computes the changeset of an individual entity, independently of the computeChangeSets() routine that is used at the beginning of a UnitOfWork#commit().
reflectionFailure() - Method in class Doctrine\ORM\Mapping\MappingException
Exception for reflection exceptions - adds the entity name, because there might be long classnames that will be shortened within the stacktrace
refresh() - Method in class Doctrine\ORM\UnitOfWork
Refreshes the state of the given entity from the database, overwriting any local, unpersisted changes.
refresh() - Method in class Doctrine\ORM\Persisters\StandardEntityPersister
Refreshes an entity.
refresh() - Method in class Doctrine\ORM\EntityManager
Refreshes the persistent state of an entity from the database, overriding any local changes that have not yet been persisted.
register() - Method in class Doctrine\Common\ClassLoader
Installs this class loader on the SPL autoload stack.
registerExportDriver() - Method in class Doctrine\ORM\Tools\Export\ClassMetadataExporter
Register a new exporter driver class under a specified name
registerManaged() - Method in class Doctrine\ORM\UnitOfWork
INTERNAL: Registers an entity as managed.
registerMappingDriver() - Method in class Doctrine\ORM\Tools\ClassMetadataReader
Register a new mapping driver class under a specified name
remove() - Method in class Doctrine\ORM\UnitOfWork
Deletes an entity as part of the current unit of work.
remove() - Method in class Doctrine\ORM\PersistentCollection
{@inheritdoc}
remove() - Method in class Doctrine\ORM\EntityManager
Removes an entity instance.
remove() - Method in class Doctrine\Common\Collections\ArrayCollection
Removes an element with a specific key/index from the collection.
remove() - Method in class Doctrine\Common\Collections\Collection
Removes the element at the specified index from the collection.
removedEntityInCollectionDetected() - Method in class Doctrine\ORM\ORMException
removeElement() - Method in class Doctrine\Common\Collections\Collection
Removes an element from the collection.
removeElement() - Method in class Doctrine\ORM\PersistentCollection
{@inheritdoc}
removeElement() - Method in class Doctrine\Common\Collections\ArrayCollection
Removes the specified element from the collection, if it is found.
removeEventListener() - Method in class Doctrine\Common\EventManager
Removes an event listener from the specified events.
removeFromIdentityMap() - Method in class Doctrine\ORM\UnitOfWork
INTERNAL: Removes an entity from the identity map.
renameColumn() - Method in class Doctrine\DBAL\Schema\Table
Rename Column
renameTable() - Method in class Doctrine\DBAL\Schema\Schema
Rename a table
renameTable() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Rename a given table to another name
reset() - Method in class Doctrine\Common\Lexer
Resets the scanner
resetPeek() - Method in class Doctrine\Common\Lexer
Resets the peek pointer to 0
resetPosition() - Method in class Doctrine\Common\Lexer
Resets the lexer position on the input to the given position
resetQueries() - Method in class Doctrine\DBAL\Schema\Visitor\CreateSchemaSqlCollector
ResultCommand() - Class in package Doctrine\ORM\Tools\Console\Command\ClearCache
Command to clear the result cache of the various cache drivers.
ResultSetMapping() - Class in package Doctrine\ORM\Query
A ResultSetMapping describes how a result set of an SQL query maps to a Doctrine result.
ResultVariable() - Method in class Doctrine\ORM\Query\Parser
ResultVariable ::= identifier
rewind() - Method in class Doctrine\ORM\Internal\Hydration\IterableResult
rollBack() - Method in class Doctrine\DBAL\Driver\Connection
rollback() - Method in class Doctrine\DBAL\Driver\PDOMsSql\Connection
Performs the rollback.
rollBack() - Method in class Doctrine\DBAL\Driver\OCI8\OCI8Connection
rollback() - Method in class Doctrine\ORM\EntityManager
Performs a rollback on the underlying database connection and closes the EntityManager as it may now be in a corrupted state.
rowCount() - Method in class Doctrine\DBAL\Driver\OCI8\OCI8Statement
{@inheritdoc}
rowCount() - Method in class Doctrine\DBAL\Driver\Statement
rowCount rowCount() returns the number of rows affected by the last DELETE, INSERT, or UPDATE statement executed by the corresponding object.
RunDqlCommand() - Class in package Doctrine\ORM\Tools\Console\Command
Command to execute DQL queries in a given EntityManager.
RunSqlCommand() - Class in package Doctrine\DBAL\Tools\Console\Command
Task for executing arbitrary SQL that can come from a file or directly from the command line.

S

save() - Method in class Doctrine\Common\Cache\AbstractCache
{@inheritdoc}
save() - Method in class Doctrine\Common\Cache\Cache
Puts data into the cache.
ScalarExpression() - Method in class Doctrine\ORM\Query\Parser
ScalarExpression ::= SimpleArithmeticExpression | StringPrimary | DateTimePrimary | StateFieldPathExpression | BooleanPrimary | CaseExpression | EntityTypeExpression
ScalarHydrator() - Class in package Doctrine\ORM\Internal\Hydration
Hydrator that produces flat, rectangular results of scalar data.
scheduleCollectionDeletion() - Method in class Doctrine\ORM\UnitOfWork
INTERNAL: Schedules a complete collection for removal when this UnitOfWork commits.
scheduleExtraUpdate() - Method in class Doctrine\ORM\UnitOfWork
INTERNAL: Schedules an extra update that will be executed immediately after the regular entity updates within the currently running commit cycle.
scheduleForDelete() - Method in class Doctrine\ORM\UnitOfWork
INTERNAL: Schedules an entity for deletion.
scheduleForDirtyCheck() - Method in class Doctrine\ORM\UnitOfWork
Schedules an entity for dirty-checking at commit-time.
scheduleForInsert() - Method in class Doctrine\ORM\UnitOfWork
Schedules an entity for insertion into the database.
scheduleForUpdate() - Method in class Doctrine\ORM\UnitOfWork
Schedules an entity for being updated.
scheduleOrphanRemoval() - Method in class Doctrine\ORM\UnitOfWork
INTERNAL: Schedules an orphaned entity for removal.
Schema() - Class in package Doctrine\DBAL\Schema
Object representation of a database schema
SchemaConfig() - Class in package Doctrine\DBAL\Schema
Configuration for a Schema
SchemaDiff() - Class in package Doctrine\DBAL\Schema
Schema Diff
SchemaException() - Class in package Doctrine\DBAL\Schema
SchemaTool() - Class in package Doctrine\ORM\Tools
The SchemaTool is a tool to create/drop/update database schemas based on ClassMetadata class descriptors.
select() - Method in class Doctrine\ORM\QueryBuilder
Set the SELECT statement [php] $qb = $em->createQueryBuilder() ->select('u', 'p') ->from('User', 'u') ->leftJoin('u.Phonenumbers', 'p');
Select() - Class in package Doctrine\ORM\Query\Expr
Expression class for building DQL select statements
SelectClause() - Method in class Doctrine\ORM\Query\Parser
SelectClause ::= "SELECT" ["DISTINCT"] SelectExpression {"," SelectExpression}
SelectClause() - Class in package Doctrine\ORM\Query\AST
SelectClause = "SELECT" ["DISTINCT"] SelectExpression {"," SelectExpression}
SelectExpression() - Method in class Doctrine\ORM\Query\Parser
SelectExpression ::= IdentificationVariable | StateFieldPathExpression | (AggregateExpression | "(" Subselect ")" | ScalarExpression) [["AS"] AliasResultVariable]
SelectExpression() - Class in package Doctrine\ORM\Query\AST
SelectExpression ::= IdentificationVariable ["." "*"] | StateFieldPathExpression | (AggregateExpression | "(" Subselect ")") [["AS"] FieldAliasIdentificationVariable]
SelectStatement() - Class in package Doctrine\ORM\Query\AST
SelectStatement = SelectClause FromClause [WhereClause] [GroupByClause] [HavingClause] [OrderByClause]
SelectStatement() - Method in class Doctrine\ORM\Query\Parser
SelectStatement ::= SelectClause FromClause [WhereClause] [GroupByClause] [HavingClause] [OrderByClause]
semanticalError() - Method in class Doctrine\ORM\Query\QueryException
semanticalError() - Method in class Doctrine\ORM\Query\Parser
Generates a new semantical error.
semanticalError() - Method in class Doctrine\Common\Annotations\AnnotationException
Sequence() - Class in package Doctrine\DBAL\Schema
Sequence Structure
sequenceAlreadyExists() - Method in class Doctrine\DBAL\Schema\SchemaException
sequenceDoesNotExist() - Method in class Doctrine\DBAL\Schema\SchemaException
SequenceGenerator() - Class in package Doctrine\ORM\Id
Represents an ID generator that uses a database sequence.
SequenceGenerator() - Class in package Doctrine\ORM\Mapping
Annotations class
SequenceIdentityGenerator() - Class in package Doctrine\ORM\Id
serialize() - Method in class Doctrine\ORM\Id\SequenceGenerator
set() - Method in class Doctrine\Common\Collections\ArrayCollection
Adds/sets an element in the collection at the index / with the specified key.
set() - Method in class Doctrine\Common\Collections\Collection
Sets an element in the collection at the specified key/index.
set() - Method in class Doctrine\ORM\PersistentCollection
{@inheritdoc}
set() - Method in class Doctrine\ORM\QueryBuilder
Add a SET statement for a DQL UPDATE query [php] $qb = $em->createQueryBuilder() ->update('User', 'u') ->set('u.password', md5('password')) ->where('u.id = ?');
setAnnotationNamespaceAlias() - Method in class Doctrine\Common\Annotations\Parser
Sets an alias for an annotation namespace.
setAnnotationNamespaceAlias() - Method in class Doctrine\Common\Annotations\AnnotationReader
Sets an alias for an annotation namespace.
setAutoGenerateProxyClasses() - Method in class Doctrine\ORM\Configuration
Sets a boolean flag that indicates whether proxy classes should always be regenerated during each script execution.
setCacheDriver() - Method in class Doctrine\ORM\Mapping\ClassMetadataFactory
Sets the cache driver used by the factory to cache ClassMetadata instances.
setChangeTrackingPolicy() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Sets the change tracking policy used by this class.
setCharset() - Method in class Doctrine\DBAL\Connection
Sets the given charset on the current connection.
setClassToExtend() - Method in class Doctrine\ORM\Tools\EntityGenerator
Set the name of the class the generated classes should extend from
setColumnDefinition() - Method in class Doctrine\DBAL\Schema\Column
setCustomOutputTreeWalker() - Method in class Doctrine\ORM\Query\Parser
Sets a custom tree walker that produces output.
setCustomRepositoryClass() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Registers a custom repository class for the entity class.
setDefault() - Method in class Doctrine\DBAL\Schema\Column
setDefaultAnnotationNamespace() - Method in class Doctrine\Common\Annotations\AnnotationReader
Sets the default namespace that the AnnotationReader should assume for annotations with not fully qualified names.
setDefaultAnnotationNamespace() - Method in class Doctrine\Common\Annotations\Parser
Sets the default namespace that is assumed for an annotation that does not define a namespace prefix.
setDirty() - Method in class Doctrine\ORM\PersistentCollection
Sets a boolean flag, indicating whether this collection is dirty.
setDiscriminatorColumn() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Sets the discriminator column definition.
setDiscriminatorColumn() - Method in class Doctrine\ORM\Query\ResultSetMapping
Sets a discriminator column for an entity result or joined entity result.
setDiscriminatorMap() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Sets the discriminator values used by this class.
setDQL() - Method in class Doctrine\ORM\Query
Sets a DQL query string.
setEntityGenerator() - Method in class Doctrine\ORM\Tools\Export\Driver\AnnotationExporter
setEntityManager() - Method in class Doctrine\ORM\Tools\Export\ClassMetadataExporter
Optionally set the EntityManager instance to get the AnnotationDriver from instead of creating a new instance of the AnnotationDriver
setEntityManager() - Method in class Doctrine\ORM\Tools\ClassMetadataReader
Optionally set the EntityManager instance to get the AnnotationDriver from instead of creating a new instance of the AnnotationDriver
setEntityNamespaces() - Method in class Doctrine\ORM\Configuration
Set the entity alias map
setExplicitForeignKeyIndexes() - Method in class Doctrine\DBAL\Schema\SchemaConfig
setExtension() - Method in class Doctrine\ORM\Tools\Export\Driver\AbstractExporter
Set the directory to output the mapping files to [php] $exporter = new YamlExporter($metadatas, __DIR__ .
setExtension() - Method in class Doctrine\ORM\Tools\EntityGenerator
Set the extension to use when writing php files to disk
setFieldValue() - Method in class Doctrine\ORM\Mapping\ClassMetadata
Sets the specified field to the specified value on the given entity.
setFileExtension() - Method in class Doctrine\Common\ClassLoader
Sets the file extension of class files in the namespace of this class loader.
setFileExtension() - Method in class Doctrine\ORM\Mapping\Driver\AnnotationDriver
Set the file extension used to look for mapping files under
setFileExtension() - Method in class Doctrine\ORM\Mapping\Driver\AbstractFileDriver
Set the file extension used to look for mapping files under
setFirstResult() - Method in class Doctrine\ORM\QueryBuilder
Sets the position of the first result to retrieve (the "offset").
setFirstResult() - Method in class Doctrine\ORM\Query
Sets the position of the first result to retrieve (the "offset").
setFixed() - Method in class Doctrine\DBAL\Schema\Column
setGenerateAnnotations() - Method in class Doctrine\ORM\Tools\EntityGenerator
Set whether or not to generate annotations for the entity
setGenerateStubMethods() - Method in class Doctrine\ORM\Tools\EntityGenerator
Set whether or not to generate stub methods for the entity
setHint() - Method in class Doctrine\ORM\Query
{@inheritdoc}
setHint() - Method in class Doctrine\ORM\AbstractQuery
Sets a query hint.
setHydrationMode() - Method in class Doctrine\ORM\AbstractQuery
Defines the processing mode to be used during hydration / result set transformation.
setHydrationMode() - Method in class Doctrine\ORM\Query
{@inheritdoc}
setIdentifier() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
INTERNAL: Sets the mapped identifier/primary key fields of this class.
setIdentifierValues() - Method in class Doctrine\ORM\Mapping\ClassMetadata
Populates the entity identifier of an entity.
setIdGenerator() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Sets the ID generator used to generate IDs for instances of this class.
setIdGeneratorType() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Sets the type of Id generator to use for the mapped class.
setIdGeneratorType() - Method in class Doctrine\DBAL\Schema\Table
setIncludePath() - Method in class Doctrine\Common\ClassLoader
Sets the base include path for all class files in the namespace of this class loader.
setInheritanceType() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Sets the inheritance type used by the class and it's subclasses.
setInitialized() - Method in class Doctrine\ORM\PersistentCollection
Sets the initialized flag of the collection, forcing it into that state.
setInput() - Method in class Doctrine\Common\Lexer
Inputs data to be tokenized
setLength() - Method in class Doctrine\DBAL\Schema\Column
setLifecycleCallbacks() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Sets the lifecycle callbacks for entities of this class.
setLocalTable() - Method in class Doctrine\DBAL\Schema\ForeignKeyConstraint
setMaxIdentifierLength() - Method in class Doctrine\DBAL\Schema\SchemaConfig
setMaxResults() - Method in class Doctrine\ORM\QueryBuilder
Sets the maximum number of results to retrieve (the "limit").
setMaxResults() - Method in class Doctrine\ORM\Query
Sets the maximum number of results to retrieve (the "limit").
setMemcache() - Method in class Doctrine\Common\Cache\MemcacheCache
Sets the memcache instance to use.
setMetadataCacheImpl() - Method in class Doctrine\ORM\Configuration
Sets the cache driver implementation that is used for metadata caching.
setMetadataDriverImpl() - Method in class Doctrine\ORM\Configuration
Sets the cache driver implementation that is used for metadata caching.
setMetadataFor() - Method in class Doctrine\ORM\Mapping\ClassMetadataFactory
Sets the metadata descriptor for a specific class.
setMetadatas() - Method in class Doctrine\ORM\Tools\Export\Driver\AbstractExporter
Set the array of ClassMetadataInfo instances to export
setNamespace() - Method in class Doctrine\Common\Cache\AbstractCache
Set the namespace to prefix all cache ids with.
setNamespaceSeparator() - Method in class Doctrine\Common\ClassLoader
Sets the namespace separator used by classes in the namespace of this class loader.
setNewValue() - Method in class Doctrine\ORM\Event\PreUpdateEventArgs
Set the new value of this field.
setNotnull() - Method in class Doctrine\DBAL\Schema\Column
setNumSpaces() - Method in class Doctrine\ORM\Tools\EntityGenerator
Set the number of spaces the exported class should have
setOptions() - Method in class Doctrine\DBAL\Schema\Column
setOriginalEntityData() - Method in class Doctrine\ORM\UnitOfWork
setOriginalEntityProperty() - Method in class Doctrine\ORM\UnitOfWork
INTERNAL: Sets a property value of the original data array of an entity.
setOutputDir() - Method in class Doctrine\ORM\Tools\Export\Driver\AbstractExporter
Set the directory to output the mapping files to [php] $exporter = new YamlExporter($metadatas); $exporter->setOutputDir(__DIR__ .
setOwner() - Method in class Doctrine\ORM\PersistentCollection
INTERNAL: Sets the collection's owning entity together with the AssociationMapping that describes the association between the owner and the elements of the collection.
setParameter() - Method in class Doctrine\ORM\QueryBuilder
Sets a query parameter.
setParameter() - Method in class Doctrine\ORM\AbstractQuery
Sets a query parameter.
setParameters() - Method in class Doctrine\ORM\AbstractQuery
Sets a collection of query parameters.
setParameters() - Method in class Doctrine\ORM\QueryBuilder
Sets a collection of query parameters.
setParentClasses() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Sets the parent class names.
setPlatformOption() - Method in class Doctrine\DBAL\Schema\Column
setPlatformOptions() - Method in class Doctrine\DBAL\Schema\Column
setPrecision() - Method in class Doctrine\DBAL\Schema\Column
setPrimaryKey() - Method in class Doctrine\DBAL\Schema\Table
Set Primary Key
setPrimaryTable() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Sets the primary table definition.
setProxyDir() - Method in class Doctrine\ORM\Configuration
Sets the directory where Doctrine generates any necessary proxy class files.
setProxyNamespace() - Method in class Doctrine\ORM\Configuration
Sets the namespace where proxy classes reside.
setQueryCacheDriver() - Method in class Doctrine\ORM\Query
Defines a cache driver to be used for caching queries.
setQueryCacheImpl() - Method in class Doctrine\ORM\Configuration
Sets the cache driver implementation that is used for the query cache (SQL cache).
setQueryCacheLifetime() - Method in class Doctrine\ORM\Query
Defines how long the query cache will be active before expire.
setRegenerateEntityIfExists() - Method in class Doctrine\ORM\Tools\EntityGenerator
Set whether or not to regenerate the entity if it exists
setResultCacheDriver() - Method in class Doctrine\ORM\AbstractQuery
Defines a cache driver to be used for caching result sets.
setResultCacheId() - Method in class Doctrine\ORM\AbstractQuery
Set the result cache id to use to store the result set cache entry.
setResultCacheImpl() - Method in class Doctrine\ORM\Configuration
Sets the cache driver implementation that is used for query result caching.
setResultCacheLifetime() - Method in class Doctrine\ORM\AbstractQuery
Defines how long the result cache will be active before expire.
setResultSetMapping() - Method in class Doctrine\ORM\Query\ParserResult
Sets the ResultSetMapping of the parsed query.
setResultSetMapping() - Method in class Doctrine\ORM\AbstractQuery
Sets the ResultSetMapping that should be used for hydration.
setRollbackOnly() - Method in class Doctrine\DBAL\Connection
Marks the current transaction so that the only possible outcome for the transaction to be rolled back.
setScale() - Method in class Doctrine\DBAL\Schema\Column
setSchemaConfig() - Method in class Doctrine\DBAL\Schema\Table
setSequenceGeneratorDefinition() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Sets the definition of the sequence ID generator for this class.
setSQL() - Method in class Doctrine\ORM\NativeQuery
Sets the SQL of the query.
setSqlExecutor() - Method in class Doctrine\ORM\Query\ParserResult
Sets the SQL executor that should be used for this ParserResult.
setSQLLogger() - Method in class Doctrine\DBAL\Configuration
Sets the SQL logger to use.
setSqlTableAlias() - Method in class Doctrine\ORM\Query\SqlWalker
Forces the SqlWalker to use a specific alias for a table name, rather than generating an alias on its own.
setSubclasses() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Sets the mapped subclasses of this class.
setTableName() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Sets the name of the primary table the class is mapped to.
setTransactionIsolation() - Method in class Doctrine\DBAL\Connection
Sets the transaction isolation level.
setType() - Method in class Doctrine\DBAL\Schema\Column
setUnsigned() - Method in class Doctrine\DBAL\Schema\Column
setUpdateEntityIfExists() - Method in class Doctrine\ORM\Tools\EntityGenerator
Set whether or not to try and update the entity if it already exists
setUseCExtension() - Method in class Doctrine\ORM\Configuration
Sets a boolean flag that indicates whether Doctrine should make use of the C extension.
setVersioned() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Sets whether this class is to be versioned for optimistic locking.
setVersionField() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Sets the name of the field that is to be used for versioning if this class is versioned for optimistic locking.
setVersionMapping() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Sets the version field mapping used for versioning.
shouldDeleteOrphans() - Method in class Doctrine\ORM\Mapping\OneToManyMapping
Whether orphaned elements (removed from the collection) should be deleted.
SimpleArithmeticExpression() - Class in package Doctrine\ORM\Query\AST
SimpleArithmeticExpression ::= ArithmeticTerm {("+" | "-") ArithmeticTerm}
SimpleArithmeticExpression() - Method in class Doctrine\ORM\Query\Parser
SimpleArithmeticExpression ::= ArithmeticTerm {("+" | "-") ArithmeticTerm}
SimpleConditionalExpression() - Method in class Doctrine\ORM\Query\Parser
SimpleConditionalExpression ::= ComparisonExpression | BetweenExpression | LikeExpression | InExpression | NullComparisonExpression | ExistsExpression | EmptyCollectionComparisonExpression | CollectionMemberExpression
SimpleEntityExpression() - Method in class Doctrine\ORM\Query\Parser
SimpleEntityExpression ::= IdentificationVariable | InputParameter
SimpleSelectClause() - Class in package Doctrine\ORM\Query\AST
SimpleSelectClause ::= "SELECT" ["DISTINCT"] SimpleSelectExpression
SimpleSelectClause() - Method in class Doctrine\ORM\Query\Parser
SimpleSelectClause ::= "SELECT" ["DISTINCT"] SimpleSelectExpression
SimpleSelectExpression() - Class in package Doctrine\ORM\Query\AST
SimpleSelectExpression ::= StateFieldPathExpression | IdentificationVariable | (AggregateExpression [["AS"] FieldAliasIdentificationVariable])
SimpleSelectExpression() - Method in class Doctrine\ORM\Query\Parser
SimpleSelectExpression ::= StateFieldPathExpression | IdentificationVariable | (AggregateExpression [["AS"] AliasResultVariable])
SimpleStateFieldPathExpression() - Method in class Doctrine\ORM\Query\Parser
SimpleStateFieldPathExpression ::= IdentificationVariable "." StateField
singleIdNotAllowedOnCompositePrimaryKey() - Method in class Doctrine\ORM\Mapping\MappingException
SingleScalarHydrator() - Class in package Doctrine\ORM\Internal\Hydration
Hydrator that hydrates a single scalar value from the result set.
SingleSelectExecutor() - Class in package Doctrine\ORM\Query\Exec
Executor that executes the SQL statement for simple DQL SELECT statements.
SingleTableDeleteUpdateExecutor() - Class in package Doctrine\ORM\Query\Exec
Executor that executes the SQL statements for DQL DELETE/UPDATE statements on classes that are mapped to a single table.
SingleTablePersister() - Class in package Doctrine\ORM\Persisters
Persister for entities that participate in a hierarchy mapped with the SINGLE_TABLE strategy.
SingleValuedAssociationPathExpression() - Method in class Doctrine\ORM\Query\Parser
SingleValuedAssociationPathExpression ::= IdentificationVariable "." {SingleValuedAssociationField "."}* SingleValuedAssociationField
SingleValuedPathExpression() - Method in class Doctrine\ORM\Query\Parser
SingleValuedPathExpression ::= StateFieldPathExpression | SingleValuedAssociationPathExpression
size() - Method in class Doctrine\ORM\UnitOfWork
Calculates the size of the UnitOfWork.
SizeFunction() - Class in package Doctrine\ORM\Query\AST\Functions
"SIZE" "(" CollectionValuedPathExpression ")"
skipUntil() - Method in class Doctrine\Common\Lexer
Tells the lexer to skip input tokens until it sees a token with the given value.
SmallIntType() - Class in package Doctrine\DBAL\Types
Type that maps a database SMALLINT to a PHP integer.
some() - Method in class Doctrine\ORM\Query\Expr
Creates a SOME() function expression with the given DQL subquery.
SqlitePlatform() - Class in package Doctrine\DBAL\Platforms
The SqlitePlatform class describes the specifics and dialects of the SQLite database platform.
SqliteSchemaManager() - Class in package Doctrine\DBAL\Schema
SqliteSchemaManager
SQLLogger() - Interface in package Doctrine\DBAL\Logging
Interface for SQL loggers.
SqlWalker() - Class in package Doctrine\ORM\Query
The SqlWalker is a TreeWalker that walks over a DQL AST and constructs the corresponding SQL.
sqrt() - Method in class Doctrine\ORM\Query\Expr
Creates a SQRT() function expression with the given argument.
SqrtFunction() - Class in package Doctrine\ORM\Query\AST\Functions
"SQRT" "(" SimpleArithmeticExpression ")"
StandardEntityPersister() - Class in package Doctrine\ORM\Persisters
A basic entity persister that maps an entity with no (mapped) inheritance to a single table in the relational database.
startProduction() - Method in class Doctrine\ORM\Query\Printer
Prints an opening parenthesis followed by production name and increases indentation level by one.
StateFieldPathExpression() - Method in class Doctrine\ORM\Query\Parser
StateFieldPathExpression ::= SimpleStateFieldPathExpression | SimpleStateFieldAssociationPathExpression
Statement() - Class in package Doctrine\DBAL
A thin wrapper around a Doctrine\DBAL\Driver\Statement that adds support for logging, DBAL mapping types, etc.
Statement() - Interface in package Doctrine\DBAL\Driver
Statement interface.
StringExpression() - Method in class Doctrine\ORM\Query\Parser
StringExpression ::= StringPrimary | "(" Subselect ")"
StringPrimary() - Method in class Doctrine\ORM\Query\Parser
StringPrimary ::= StateFieldPathExpression | string | InputParameter | FunctionsReturningStrings | AggregateExpression
StringType() - Class in package Doctrine\DBAL\Types
Type that maps an SQL VARCHAR to a PHP string.
Subselect() - Method in class Doctrine\ORM\Query\Parser
Subselect ::= SimpleSelectClause SubselectFromClause [WhereClause] [GroupByClause] [HavingClause] [OrderByClause]
Subselect() - Class in package Doctrine\ORM\Query\AST
Subselect ::= SimpleSelectClause SubselectFromClause [WhereClause] [GroupByClause] [HavingClause] [OrderByClause]
SubselectFromClause() - Method in class Doctrine\ORM\Query\Parser
SubselectFromClause ::= "FROM" SubselectIdentificationVariableDeclaration {"," SubselectIdentificationVariableDeclaration}
SubselectFromClause() - Class in package Doctrine\ORM\Query\AST
SubselectFromClause ::= "FROM" SubselectIdentificationVariableDeclaration {"," SubselectIdentificationVariableDeclaration}
SubselectIdentificationVariableDeclaration() - Method in class Doctrine\ORM\Query\Parser
SubselectIdentificationVariableDeclaration ::= IdentificationVariableDeclaration | (AssociationPathExpression ["AS"] AliasIdentificationVariable)
substring() - Method in class Doctrine\ORM\Query\Expr
Creates a SUBSTRING() function expression with the given arguments.
SubstringFunction() - Class in package Doctrine\ORM\Query\AST\Functions
"SUBSTRING" "(" StringPrimary "," SimpleArithmeticExpression "," SimpleArithmeticExpression ")"
sum() - Method in class Doctrine\ORM\Query\Expr
Creates a sum mathematical expression with the given arguments.
supportsAlterTable() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
supportsAlterTable() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
supportsForeignKeyConstraints() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
SQLite does support foreign key constraints, but only in CREATE TABLE statements...
supportsForeignKeyConstraints() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Does the platform supports foreign key constraints?
supportsForeignKeyOnUpdate() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
Does this platform supports onUpdate in foreign key constraints?
supportsForeignKeyOnUpdate() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Does this platform supports onUpdate in foreign key constraints?
supportsGettingAffectedRows() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Whether the platform supports getting the affected rows of a recent update/delete type query.
supportsIdentityColumns() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
Whether the platform supports identity columns.
supportsIdentityColumns() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
Whether the platform supports identity columns.
supportsIdentityColumns() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Whether the platform supports identity columns.
supportsIdentityColumns() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
Whether the platform supports identity columns.
supportsIndexes() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Whether the platform supports indexes.
supportsPrimaryConstraints() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Whether the platform supports primary key constraints.
supportsSavepoints() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
Whether the platform supports savepoints.
supportsSavepoints() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Whether the platform supports savepoints.
supportsSavepoints() - Method in class Doctrine\DBAL\Platforms\MySqlPlatform
Whether the platform supports savepoints.
supportsSchemas() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
Whether the platform supports database schemas.
supportsSchemas() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Whether the platform supports database schemas.
supportsSequences() - Method in class Doctrine\DBAL\Platforms\OraclePlatform
Whether the platform supports sequences.
supportsSequences() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Whether the platform supports sequences.
supportsSequences() - Method in class Doctrine\DBAL\Platforms\PostgreSqlPlatform
Whether the platform supports sequences.
supportsTransactions() - Method in class Doctrine\DBAL\Platforms\AbstractPlatform
Whether the platform supports transactions.
syntaxError() - Method in class Doctrine\ORM\Query\QueryException
syntaxError() - Method in class Doctrine\Common\Annotations\AnnotationException
syntaxError() - Method in class Doctrine\ORM\Query\Parser
Generates a new syntax error.

T

Table() - Class in package Doctrine\DBAL\Schema
Object Representation of a table
Table() - Class in package Doctrine\ORM\Mapping
Annotations class
tableAlreadyExists() - Method in class Doctrine\DBAL\Schema\SchemaException
TableDiff() - Class in package Doctrine\DBAL\Schema
Table Diff
tableDoesNotExist() - Method in class Doctrine\DBAL\Schema\SchemaException
TableGenerator() - Class in package Doctrine\ORM\Id
Id generator that uses a single-row database table and a hi/lo algorithm.
tableIdGeneratorNotImplemented() - Method in class Doctrine\ORM\Mapping\MappingException
tableize() - Method in class Doctrine\Common\Util\Inflector
Convert word in to the format for a Doctrine table name.
takeSnapshot() - Method in class Doctrine\ORM\PersistentCollection
INTERNAL: Tells this collection to take a snapshot of its current state.
TextType() - Class in package Doctrine\DBAL\Types
Type that maps an SQL CLOB to a PHP string.
TimeType() - Class in package Doctrine\DBAL\Types
Type that maps an SQL TIME to a PHP DateTime object.
toArray() - Method in class Doctrine\DBAL\Schema\Column
toArray() - Method in class Doctrine\Common\Collections\ArrayCollection
Gets the PHP array representation of this collection.
toArray() - Method in class Doctrine\Common\Collections\Collection
Gets a native PHP array representation of the collection.
toArray() - Method in class Doctrine\ORM\PersistentCollection
{@inheritdoc}
toDropSql() - Method in class Doctrine\DBAL\Schema\Schema
Return an array of necessary sql queries to drop the schema on the given platform.
ToolEvents() - Class in package Doctrine\ORM\Tools
ToolsException() - Class in package Doctrine\ORM\Tools
Base exception class for all ORM exceptions.
toSaveSql() - Method in class Doctrine\DBAL\Schema\SchemaDiff
The to save sql mode ensures that the following things don't happen: 1.
toSql() - Method in class Doctrine\DBAL\Schema\SchemaDiff
toSql() - Method in class Doctrine\DBAL\Schema\Schema
Return an array of necessary sql queries to create the schema on the given platform.
TreeWalker() - Interface in package Doctrine\ORM\Query
Interface for walkers of DQL ASTs (abstract syntax trees).
TreeWalkerAdapter() - Class in package Doctrine\ORM\Query
An adapter implementation of the TreeWalker interface.
TreeWalkerChain() - Class in package Doctrine\ORM\Query
Represents a chain of tree walkers that modify an AST and finally emit output.
trim() - Method in class Doctrine\ORM\Query\Expr
Creates an instance of TRIM() function, with the given argument.
TrimFunction() - Class in package Doctrine\ORM\Query\AST\Functions
"TRIM" "(" [["LEADING" | "TRAILING" | "BOTH"] [char] "FROM"] StringPrimary ")"
tryGetById() - Method in class Doctrine\ORM\UnitOfWork
Tries to find an entity with the given identifier in the identity map of this UnitOfWork.
tryGetByIdHash() - Method in class Doctrine\ORM\UnitOfWork
INTERNAL: Tries to get an entity by its identifier hash.
tryMethod() - Method in class Doctrine\DBAL\Schema\AbstractSchemaManager
Try any method on the schema manager.
Type() - Class in package Doctrine\DBAL\Types
The base class for so-called Doctrine mapping types.
typeExists() - Method in class Doctrine\DBAL\DBALException
typeNotFound() - Method in class Doctrine\DBAL\DBALException

U

udfLocate() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
udfMod() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
User-defined function for Sqlite that implements MOD(a, b)
udfSqrt() - Method in class Doctrine\DBAL\Platforms\SqlitePlatform
User-defined function for Sqlite that is used with PDO::sqliteCreateFunction()
UnionSubclassPersister() - Class in package Doctrine\ORM\Persisters
A basic entity persister that maps an entity with no (mapped) inheritance to a single table in the relational database.
UniqueConstraint() - Class in package Doctrine\ORM\Mapping
Annotations class
UnitOfWork() - Class in package Doctrine\ORM
The UnitOfWork is responsible for tracking changes to objects during an "object-level" transaction and for writing out changes to the database in the correct order.
unknownColumnType() - Method in class Doctrine\DBAL\DBALException
unknownDriver() - Method in class Doctrine\DBAL\DBALException
unknownEntityNamespace() - Method in class Doctrine\ORM\ORMException
unknownParameter() - Method in class Doctrine\ORM\Query\QueryException
unrecognizedField() - Method in class Doctrine\ORM\ORMException
unregister() - Method in class Doctrine\Common\ClassLoader
Uninstalls this class loader on the SPL autoload stack.
unserialize() - Method in class Doctrine\ORM\Id\SequenceGenerator
unsupportedOptimisticLockingType() - Method in class Doctrine\ORM\Mapping\MappingException
unwrap() - Method in class Doctrine\ORM\PersistentCollection
Retrieves the wrapped Collection instance.
update() - Method in class Doctrine\DBAL\Connection
Executes an SQL UPDATE statement on a table.
update() - Method in class Doctrine\ORM\QueryBuilder
Construct a DQL UPDATE query [php] $qb = $em->createQueryBuilder() ->update('User', 'u') ->set('u.password', md5('password')) ->where('u.id = ?');
update() - Method in class Doctrine\ORM\Persisters\JoinedSubclassPersister
{@inheritdoc}
update() - Method in class Doctrine\ORM\Persisters\StandardEntityPersister
Updates an entity.
update() - Method in class Doctrine\ORM\Persisters\AbstractCollectionPersister
Updates the given collection, synchronizing it's state with the database by inserting, updating and deleting individual elements.
UpdateClause() - Method in class Doctrine\ORM\Query\Parser
UpdateClause ::= "UPDATE" AbstractSchemaName ["AS"] AliasIdentificationVariable "SET" UpdateItem {"," UpdateItem}
UpdateClause() - Class in package Doctrine\ORM\Query\AST
UpdateClause ::= "UPDATE" AbstractSchemaName [["AS"] AliasIdentificationVariable] "SET" UpdateItem {"," UpdateItem}
UpdateCommand() - Class in package Doctrine\ORM\Tools\Console\Command\SchemaTool
Command to update the database schema for a set of classes based on their mappings.
UpdateItem() - Method in class Doctrine\ORM\Query\Parser
UpdateItem ::= IdentificationVariable "." {StateField | SingleValuedAssociationField} "=" NewValue
UpdateItem() - Class in package Doctrine\ORM\Query\AST
UpdateItem ::= [IdentificationVariable "."] {StateField | SingleValuedAssociationField} "=" NewValue NewValue ::= SimpleArithmeticExpression | StringPrimary | DatetimePrimary | BooleanPrimary | EnumPrimary | SimpleEntityExpression | "NULL"
updateSchema() - Method in class Doctrine\ORM\Tools\SchemaTool
Updates the database schema of the given classes by comparing the ClassMetadata instances to the current database schema that is inspected.
UpdateStatement() - Class in package Doctrine\ORM\Query\AST
UpdateStatement = UpdateClause [WhereClause]
UpdateStatement() - Method in class Doctrine\ORM\Query\Parser
UpdateStatement ::= UpdateClause [WhereClause]
upper() - Method in class Doctrine\ORM\Query\Expr
Creates an UPPER() function expression with the given argument.
UpperFunction() - Class in package Doctrine\ORM\Query\AST\Functions
"UPPER" "(" StringPrimary ")"
useQueryCache() - Method in class Doctrine\ORM\Query
Defines whether the query should make use of a query cache, if available.
useResultCache() - Method in class Doctrine\ORM\AbstractQuery
Set whether or not to cache the results of this query and if so, for how long and which ID to use for the cache entry.
usesIdGenerator() - Method in class Doctrine\ORM\Mapping\ClassMetadataInfo
Checks whether the mapped class uses an Id generator.
usesJoinTable() - Method in class Doctrine\ORM\Mapping\AssociationMapping
Whether the association uses a join table for the mapping.

V

valid() - Method in class Doctrine\ORM\Internal\Hydration\IterableResult
Value() - Method in class Doctrine\Common\Annotations\Parser
Value ::= PlainValue | FieldAssignment
Values() - Method in class Doctrine\Common\Annotations\Parser
Values ::= Array | Value {"," Value}
Version() - Class in package Doctrine\ORM\Mapping
Annotations class
Version() - Class in package Doctrine\Common
Class to store and retrieve the version of Doctrine
View() - Class in package Doctrine\DBAL\Schema
Representation of a Database View
visit() - Method in class Doctrine\DBAL\Schema\Table
visit() - Method in class Doctrine\DBAL\Schema\Schema
visit() - Method in class Doctrine\DBAL\Schema\Column
visit() - Method in class Doctrine\DBAL\Schema\Sequence
Visitor() - Interface in package Doctrine\DBAL\Schema\Visitor
Schema Visitor used for Validation or Generation purposes.

W

walkAggregateExpression() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down an AggregateExpression AST node, thereby generating the appropriate SQL.
walkAggregateExpression() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down an AggregateExpression AST node, thereby generating the appropriate SQL.
walkAggregateExpression() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down an AggregateExpression AST node, thereby generating the appropriate SQL.
walkAggregateExpression() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down an AggregateExpression AST node, thereby generating the appropriate SQL.
walkArithmeticExpression() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down an ArithmeticExpression AST node, thereby generating the appropriate SQL.
walkArithmeticExpression() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down an ArithmeticExpression AST node, thereby generating the appropriate SQL.
walkArithmeticExpression() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down an ArithmeticExpression AST node, thereby generating the appropriate SQL.
walkArithmeticExpression() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down an ArithmeticExpression AST node, thereby generating the appropriate SQL.
walkArithmeticFactor() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down an ArithmeticFactor that represents an AST node, thereby generating the appropriate SQL.
walkArithmeticFactor() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down an ArithmeticFactor that represents an AST node, thereby generating the appropriate SQL.
walkArithmeticFactor() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down an ArithmeticFactor that represents an AST node, thereby generating the appropriate SQL.
walkArithmeticFactor() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down an ArithmeticFactor that represents an AST node, thereby generating the appropriate SQL.
walkArithmeticTerm() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down an ArithmeticTerm AST node, thereby generating the appropriate SQL.
walkArithmeticTerm() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down an ArithmeticTerm AST node, thereby generating the appropriate SQL.
walkArithmeticTerm() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down an ArithmeticTerm AST node, thereby generating the appropriate SQL.
walkArithmeticTerm() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down an ArithmeticTerm AST node, thereby generating the appropriate SQL.
walkBetweenExpression() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a BetweenExpression AST node, thereby generating the appropriate SQL.
walkBetweenExpression() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a BetweenExpression AST node, thereby generating the appropriate SQL.
walkBetweenExpression() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a BetweenExpression AST node, thereby generating the appropriate SQL.
walkBetweenExpression() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a BetweenExpression AST node, thereby generating the appropriate SQL.
walkCollectionMemberExpression() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a CollectionMemberExpression AST node, thereby generating the appropriate SQL.
walkCollectionMemberExpression() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a CollectionMemberExpression AST node, thereby generating the appropriate SQL.
walkCollectionMemberExpression() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a CollectionMemberExpression AST node, thereby generating the appropriate SQL.
walkCollectionMemberExpression() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a CollectionMemberExpression AST node, thereby generating the appropriate SQL.
walkComparisonExpression() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a ComparisonExpression AST node, thereby generating the appropriate SQL.
walkComparisonExpression() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a ComparisonExpression AST node, thereby generating the appropriate SQL.
walkComparisonExpression() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a ComparisonExpression AST node, thereby generating the appropriate SQL.
walkComparisonExpression() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a ComparisonExpression AST node, thereby generating the appropriate SQL.
walkConditionalFactor() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a ConditionalFactor AST node, thereby generating the appropriate SQL.
walkConditionalFactor() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a ConditionalFactor AST node, thereby generating the appropriate SQL.
walkConditionalFactor() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a ConditionalFactor AST node, thereby generating the appropriate SQL.
walkConditionalFactor() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a ConditionalFactor AST node, thereby generating the appropriate SQL.
walkConditionalTerm() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a ConditionalTerm AST node, thereby generating the appropriate SQL.
walkConditionalTerm() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a ConditionalTerm AST node, thereby generating the appropriate SQL.
walkConditionalTerm() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a ConditionalTerm AST node, thereby generating the appropriate SQL.
walkConditionalTerm() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a ConditionalTerm AST node, thereby generating the appropriate SQL.
walkDeleteClause() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a DeleteClause AST node, thereby generating the appropriate SQL.
walkDeleteClause() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a DeleteClause AST node, thereby generating the appropriate SQL.
walkDeleteClause() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a DeleteClause AST node, thereby generating the appropriate SQL.
walkDeleteClause() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a DeleteClause AST node, thereby generating the appropriate SQL.
walkDeleteStatement() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a DeleteStatement AST node, thereby generating the appropriate SQL.
walkDeleteStatement() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a DeleteStatement AST node, thereby generating the appropriate SQL.
walkDeleteStatement() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a DeleteStatement AST node, thereby generating the appropriate SQL.
walkDeleteStatement() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a DeleteStatement AST node, thereby generating the appropriate SQL.
walkEmptyCollectionComparisonExpression() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down an EmptyCollectionComparisonExpression AST node, thereby generating the appropriate SQL.
walkEmptyCollectionComparisonExpression() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down an EmptyCollectionComparisonExpression AST node, thereby generating the appropriate SQL.
walkEmptyCollectionComparisonExpression() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down an EmptyCollectionComparisonExpression AST node, thereby generating the appropriate SQL.
walkEmptyCollectionComparisonExpression() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down an EmptyCollectionComparisonExpression AST node, thereby generating the appropriate SQL.
walkExistsExpression() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down an ExistsExpression AST node, thereby generating the appropriate SQL.
walkExistsExpression() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down an ExistsExpression AST node, thereby generating the appropriate SQL.
walkExistsExpression() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down an ExistsExpression AST node, thereby generating the appropriate SQL.
walkExistsExpression() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down an ExistsExpression AST node, thereby generating the appropriate SQL.
walkFromClause() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a FromClause AST node, thereby generating the appropriate SQL.
walkFromClause() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a FromClause AST node, thereby generating the appropriate SQL.
walkFromClause() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a FromClause AST node, thereby generating the appropriate SQL.
walkFromClause() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a FromClause AST node, thereby generating the appropriate SQL.
walkFunction() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a FunctionNode AST node, thereby generating the appropriate SQL.
walkFunction() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a FunctionNode AST node, thereby generating the appropriate SQL.
walkFunction() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a FunctionNode AST node, thereby generating the appropriate SQL.
walkFunction() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a FunctionNode AST node, thereby generating the appropriate SQL.
walkGroupByClause() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a GroupByClause AST node, thereby generating the appropriate SQL.
walkGroupByClause() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a GroupByClause AST node, thereby generating the appropriate SQL.
walkGroupByClause() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a GroupByClause AST node, thereby generating the appropriate SQL.
walkGroupByClause() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a GroupByClause AST node, thereby generating the appropriate SQL.
walkGroupByItem() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a GroupByItem AST node, thereby generating the appropriate SQL.
walkGroupByItem() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a GroupByItem AST node, thereby generating the appropriate SQL.
walkGroupByItem() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a GroupByItem AST node, thereby generating the appropriate SQL.
walkGroupByItem() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a GroupByItem AST node, thereby generating the appropriate SQL.
walkHavingClause() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a HavingClause AST node, thereby generating the appropriate SQL.
walkHavingClause() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a HavingClause AST node, thereby generating the appropriate SQL.
walkHavingClause() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a HavingClause AST node, thereby generating the appropriate SQL.
walkHavingClause() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a HavingClause AST node, thereby generating the appropriate SQL.
walkIdentificationVariable() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down an IdentificationVariable (no AST node associated), thereby generating the SQL.
walkInExpression() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down an InExpression AST node, thereby generating the appropriate SQL.
walkInExpression() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down an InExpression AST node, thereby generating the appropriate SQL.
walkInExpression() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down an InExpression AST node, thereby generating the appropriate SQL.
walkInExpression() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down an InExpression AST node, thereby generating the appropriate SQL.
walkInParameter() - Method in class Doctrine\ORM\Query\SqlWalker
walkInputParameter() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down an InputParameter AST node, thereby generating the appropriate SQL.
walkInputParameter() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down an InputParameter AST node, thereby generating the appropriate SQL.
walkInputParameter() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down an InputParameter AST node, thereby generating the appropriate SQL.
walkInputParameter() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down an InputParameter AST node, thereby generating the appropriate SQL.
walkJoinVariableDeclaration() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a JoinVariableDeclaration AST node and creates the corresponding SQL.
walkJoinVariableDeclaration() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a JoinVariableDeclaration AST node and creates the corresponding SQL.
walkJoinVariableDeclaration() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a JoinVariableDeclaration AST node and creates the corresponding SQL.
walkJoinVariableDeclaration() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a JoinVariableDeclaration AST node and creates the corresponding SQL.
walkLikeExpression() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a LikeExpression AST node, thereby generating the appropriate SQL.
walkLikeExpression() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a LikeExpression AST node, thereby generating the appropriate SQL.
walkLikeExpression() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a LikeExpression AST node, thereby generating the appropriate SQL.
walkLikeExpression() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a LikeExpression AST node, thereby generating the appropriate SQL.
walkLiteral() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a literal that represents an AST node, thereby generating the appropriate SQL.
walkLiteral() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a literal that represents an AST node, thereby generating the appropriate SQL.
walkLiteral() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a literal that represents an AST node, thereby generating the appropriate SQL.
walkLiteral() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a literal that represents an AST node, thereby generating the appropriate SQL.
walkNullComparisonExpression() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a NullComparisonExpression AST node, thereby generating the appropriate SQL.
walkNullComparisonExpression() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a NullComparisonExpression AST node, thereby generating the appropriate SQL.
walkNullComparisonExpression() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a NullComparisonExpression AST node, thereby generating the appropriate SQL.
walkNullComparisonExpression() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a NullComparisonExpression AST node, thereby generating the appropriate SQL.
walkOrderByClause() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down an OrderByClause AST node, thereby generating the appropriate SQL.
walkOrderByClause() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down an OrderByClause AST node, thereby generating the appropriate SQL.
walkOrderByClause() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down an OrderByClause AST node, thereby generating the appropriate SQL.
walkOrderByClause() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down an OrderByClause AST node, thereby generating the appropriate SQL.
walkOrderByItem() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down an OrderByItem AST node, thereby generating the appropriate SQL.
walkOrderByItem() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down an OrderByItem AST node, thereby generating the appropriate SQL.
walkOrderByItem() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down an OrderByItem AST node, thereby generating the appropriate SQL.
walkOrderByItem() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down an OrderByItem AST node, thereby generating the appropriate SQL.
walkPathExpression() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a PathExpression AST node, thereby generating the appropriate SQL.
walkPathExpression() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down an PathExpression AST node, thereby generating the appropriate SQL.
walkPathExpression() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down an PathExpression AST node, thereby generating the appropriate SQL.
walkPathExpression() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down an PathExpression AST node, thereby generating the appropriate SQL.
walkQuantifiedExpression() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a QuantifiedExpression AST node, thereby generating the appropriate SQL.
walkQuantifiedExpression() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a QuantifiedExpression AST node, thereby generating the appropriate SQL.
walkQuantifiedExpression() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a QuantifiedExpression AST node, thereby generating the appropriate SQL.
walkQuantifiedExpression() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a QuantifiedExpression AST node, thereby generating the appropriate SQL.
walkSelectClause() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a SelectClause AST node, thereby generating the appropriate SQL.
walkSelectClause() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a SelectClause AST node, thereby generating the appropriate SQL.
walkSelectClause() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a SelectClause AST node, thereby generating the appropriate SQL.
walkSelectClause() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a SelectClause AST node, thereby generating the appropriate SQL.
walkSelectExpression() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a SelectExpression AST node and generates the corresponding SQL.
walkSelectExpression() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a SelectExpression AST node and generates the corresponding SQL.
walkSelectExpression() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a SelectExpression AST node and generates the corresponding SQL.
walkSelectExpression() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a SelectExpression AST node and generates the corresponding SQL.
walkSelectStatement() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a SelectStatement AST node, thereby generating the appropriate SQL.
walkSelectStatement() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a SelectStatement AST node, thereby generating the appropriate SQL.
walkSelectStatement() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a SelectStatement AST node, thereby generating the appropriate SQL.
walkSelectStatement() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a SelectStatement AST node, thereby generating the appropriate SQL.
walkSimpleArithmeticExpression() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down an SimpleArithmeticExpression AST node, thereby generating the appropriate SQL.
walkSimpleArithmeticExpression() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down an SimpleArithmeticExpression AST node, thereby generating the appropriate SQL.
walkSimpleArithmeticExpression() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down an SimpleArithmeticExpression AST node, thereby generating the appropriate SQL.
walkSimpleArithmeticExpression() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down an SimpleArithmeticExpression AST node, thereby generating the appropriate SQL.
walkSimpleSelectClause() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a SimpleSelectClause AST node, thereby generating the appropriate SQL.
walkSimpleSelectClause() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a SimpleSelectClause AST node, thereby generating the appropriate SQL.
walkSimpleSelectClause() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a SimpleSelectClause AST node, thereby generating the appropriate SQL.
walkSimpleSelectClause() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a SimpleSelectClause AST node, thereby generating the appropriate SQL.
walkSimpleSelectExpression() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a SimpleSelectExpression AST node, thereby generating the appropriate SQL.
walkSimpleSelectExpression() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a SimpleSelectExpression AST node, thereby generating the appropriate SQL.
walkSimpleSelectExpression() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a SimpleSelectExpression AST node, thereby generating the appropriate SQL.
walkSimpleSelectExpression() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a SimpleSelectExpression AST node, thereby generating the appropriate SQL.
walkStateFieldPathExpression() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a StateFieldPathExpression AST node, thereby generating the appropriate SQL.
walkStateFieldPathExpression() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a StateFieldPathExpression AST node, thereby generating the appropriate SQL.
walkStateFieldPathExpression() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a StateFieldPathExpression AST node, thereby generating the appropriate SQL.
walkStateFieldPathExpression() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a StateFieldPathExpression AST node, thereby generating the appropriate SQL.
walkStringPrimary() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a StringPrimary that represents an AST node, thereby generating the appropriate SQL.
walkStringPrimary() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a StringPrimary that represents an AST node, thereby generating the appropriate SQL.
walkStringPrimary() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a StringPrimary that represents an AST node, thereby generating the appropriate SQL.
walkStringPrimary() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a StringPrimary that represents an AST node, thereby generating the appropriate SQL.
walkSubselect() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a Subselect AST node, thereby generating the appropriate SQL.
walkSubselect() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a Subselect AST node, thereby generating the appropriate SQL.
walkSubselect() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a Subselect AST node, thereby generating the appropriate SQL.
walkSubselect() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a Subselect AST node, thereby generating the appropriate SQL.
walkSubselectFromClause() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a SubselectFromClause AST node, thereby generating the appropriate SQL.
walkSubselectFromClause() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a SubselectFromClause AST node, thereby generating the appropriate SQL.
walkSubselectFromClause() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a SubselectFromClause AST node, thereby generating the appropriate SQL.
walkSubselectFromClause() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a SubselectFromClause AST node, thereby generating the appropriate SQL.
walkUpdateClause() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down an UpdateClause AST node, thereby generating the appropriate SQL.
walkUpdateClause() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down an UpdateClause AST node, thereby generating the appropriate SQL.
walkUpdateClause() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down an UpdateClause AST node, thereby generating the appropriate SQL.
walkUpdateClause() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down an UpdateClause AST node, thereby generating the appropriate SQL.
walkUpdateItem() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down an UpdateItem AST node, thereby generating the appropriate SQL.
walkUpdateItem() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down an UpdateItem AST node, thereby generating the appropriate SQL.
walkUpdateItem() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down an UpdateItem AST node, thereby generating the appropriate SQL.
walkUpdateItem() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down an UpdateItem AST node, thereby generating the appropriate SQL.
walkUpdateStatement() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down an UpdateStatement AST node, thereby generating the appropriate SQL.
walkUpdateStatement() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down an UpdateStatement AST node, thereby generating the appropriate SQL.
walkUpdateStatement() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down an UpdateStatement AST node, thereby generating the appropriate SQL.
walkUpdateStatement() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down an UpdateStatement AST node, thereby generating the appropriate SQL.
walkWhereClause() - Method in class Doctrine\ORM\Query\SqlWalker
Walks down a WhereClause AST node, thereby generating the appropriate SQL.
walkWhereClause() - Method in class Doctrine\ORM\Query\TreeWalkerAdapter
Walks down a WhereClause AST node, thereby generating the appropriate SQL.
walkWhereClause() - Method in class Doctrine\ORM\Query\TreeWalker
Walks down a WhereClause AST node, thereby generating the appropriate SQL.
walkWhereClause() - Method in class Doctrine\ORM\Query\TreeWalkerChain
Walks down a WhereClause AST node, thereby generating the appropriate SQL.
where() - Method in class Doctrine\ORM\QueryBuilder
Set and override any existing WHERE statements [php] $qb = $em->createQueryBuilder() ->select('u') ->from('User', 'u') ->where('u.id = ?'); You can optionally programatically build and/or expressions $qb = $em->createQueryBuilder(); $or = $qb->expr()->orx(); $or->add($qb->expr()->eq('u.id', 1)); $or->add($qb->expr()->eq('u.id', 2)); $qb->update('User', 'u') ->set('u.password', md5('password')) ->where($or);
WhereClause() - Method in class Doctrine\ORM\Query\Parser
WhereClause ::= "WHERE" ConditionalExpression
WhereClause() - Class in package Doctrine\ORM\Query\AST
WhereClause ::= "WHERE" ConditionalExpression
writeEntityClass() - Method in class Doctrine\ORM\Tools\EntityGenerator
Generated and write entity class to disk for the given ClassMetadataInfo instance
writeLimitClause() - Method in class Doctrine\DBAL\Platforms\MsSqlPlatform
Adds an adapter-specific LIMIT clause to the SELECT statement.

X

XcacheCache() - Class in package Doctrine\Common\Cache
Xcache cache driver.
XmlDriver() - Class in package Doctrine\ORM\Mapping\Driver
XmlDriver is a metadata driver that enables mapping through XML files.
XmlExporter() - Class in package Doctrine\ORM\Tools\Export\Driver
ClassMetadata exporter for Doctrine XML mapping files

Y

YamlDriver() - Class in package Doctrine\ORM\Mapping\Driver
The YamlDriver reads the mapping metadata from yaml schema files.
YamlExporter() - Class in package Doctrine\ORM\Tools\Export\Driver
ClassMetadata exporter for Doctrine YAML mapping files

Doctrine