diff --git a/lib/api/allitems-frame.html b/lib/api/allitems-frame.html deleted file mode 100644 index 9cc52fed1..000000000 --- a/lib/api/allitems-frame.html +++ /dev/null @@ -1,338 +0,0 @@ - - - - - - - - - - - -All Items (Doctrine) - - - - -

All Items

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/deprecated-list.html b/lib/api/deprecated-list.html deleted file mode 100644 index 179ee753d..000000000 --- a/lib/api/deprecated-list.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - -Deprecated (Doctrine) - - - - -
-

Doctrine

- -
- - -

Deprecated API


- -

Contents

- - - - - - - -
Deprecated Methods
Doctrine\ORM\Mapping\ClassMetadataInfo\setTableNameSets the name of the primary table the class is mapped to.
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/annotations/annotation.html b/lib/api/doctrine/common/annotations/annotation.html deleted file mode 100644 index 29ec3f736..000000000 --- a/lib/api/doctrine/common/annotations/annotation.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - - - - - -Annotation (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\Annotations\Annotation
-
/Doctrine/Common/Annotations/Annotation.php at line 35
- -

Class Annotation

- -
Annotation
- -
- -

public class Annotation

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
string

$value

Value property.

- - - - - - -
Constructor Summary

Annotation(array data)

Constructor

- -

Field Detail

-
/Doctrine/Common/Annotations/Annotation.php at line 42
-

value

-public string $value -
-

Value property. Common among all derived classes.

- -
- -

Constructor Detail

-
/Doctrine/Common/Annotations/Annotation.php at line 49
-

Annotation

-public Annotation(array data) -
-

Constructor

-
Parameters:
-
data - Key-value for properties to be defined in this class
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/annotations/annotationexception.html b/lib/api/doctrine/common/annotations/annotationexception.html deleted file mode 100644 index 0302a0d4b..000000000 --- a/lib/api/doctrine/common/annotations/annotationexception.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - -AnnotationException (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\Annotations\AnnotationException
-
/Doctrine/Common/Annotations/AnnotationException.php at line 35
- -

Class AnnotationException

- -
Class:AnnotationException - Superclass: Doctrine
-Doctrine
⌊ AnnotationException
- -
- -

public class AnnotationException
extends Doctrine - -

- -

Description of AnnotationException

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Method Summary
static void

semanticalError(mixed message)

static void

syntaxError(mixed message)

- -

Method Detail

-
/Doctrine/Common/Annotations/AnnotationException.php at line 43
-

semanticalError

-public static void semanticalError(mixed message) -
-
- -
- -
/Doctrine/Common/Annotations/AnnotationException.php at line 37
-

syntaxError

-public static void syntaxError(mixed message) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/annotations/annotationreader.html b/lib/api/doctrine/common/annotations/annotationreader.html deleted file mode 100644 index 0bbc7ca05..000000000 --- a/lib/api/doctrine/common/annotations/annotationreader.html +++ /dev/null @@ -1,260 +0,0 @@ - - - - - - - - - - - -AnnotationReader (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\Annotations\AnnotationReader
-
/Doctrine/Common/Annotations/AnnotationReader.php at line 41
- -

Class AnnotationReader

- -
AnnotationReader
- -
- -

public class AnnotationReader

- -

A reader for docblock annotations.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - -
Constructor Summary

AnnotationReader(Cache cache)

Constructor.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
The

getClassAnnotation(mixed class, string annotation, $class )

Gets a class annotation.

array

getClassAnnotations(string|ReflectionClass class)

Gets the annotations applied to a class.

The

getMethodAnnotation(ReflectionMethod method, string annotation)

Gets a method annotation.

array

getMethodAnnotations(mixed method, string|ReflectionClass class, string|ReflectionMethod property)

Gets the annotations applied to a method.

The

getPropertyAnnotation(ReflectionProperty property, string annotation)

Gets a property annotation.

array

getPropertyAnnotations(string|ReflectionProperty property, string|ReflectionClass class)

Gets the annotations applied to a property.

void

setAnnotationNamespaceAlias(mixed namespace, mixed alias, $alias )

Sets an alias for an annotation namespace.

void

setDefaultAnnotationNamespace(string defaultNamespace)

Sets the default namespace that the AnnotationReader should assume for annotations -with not fully qualified names.

- -

Constructor Detail

-
/Doctrine/Common/Annotations/AnnotationReader.php at line 71
-

AnnotationReader

-public AnnotationReader(Cache cache) -
-

Constructor. Initializes a new AnnotationReader that uses the given -Cache provider.

-
Parameters:
-
cache - The cache provider to use. If none is provided, ArrayCache is used.
-
-
- -
- -

Method Detail

-
/Doctrine/Common/Annotations/AnnotationReader.php at line 128
-

getClassAnnotation

-public The getClassAnnotation(mixed class, string annotation, $class ) -
-

Gets a class annotation.

-
Parameters:
-
-
annotation - The name of the annotation.
-
Returns:
-
Annotation or NULL, if the requested annotation does not exist.
-
-
- -
- -
/Doctrine/Common/Annotations/AnnotationReader.php at line 106
-

getClassAnnotations

-public array getClassAnnotations(string|ReflectionClass class) -
-

Gets the annotations applied to a class.

-
Parameters:
-
class - The name or ReflectionClass of the class from which the class annotations should be read.
-
Returns:
-
An array of Annotations.
-
-
- -
- -
/Doctrine/Common/Annotations/AnnotationReader.php at line 202
-

getMethodAnnotation

-public The getMethodAnnotation(ReflectionMethod method, string annotation) -
-

Gets a method annotation.

-
Parameters:
-
-
annotation - The name of the annotation.
-
Returns:
-
Annotation or NULL, if the requested annotation does not exist.
-
-
- -
- -
/Doctrine/Common/Annotations/AnnotationReader.php at line 179
-

getMethodAnnotations

-public array getMethodAnnotations(mixed method, string|ReflectionClass class, string|ReflectionMethod property) -
-

Gets the annotations applied to a method.

-
Parameters:
-
class - The name or ReflectionClass of the class that owns the method.
-
property - The name or ReflectionMethod of the method from which the annotations should be read.
-
Returns:
-
An array of Annotations.
-
-
- -
- -
/Doctrine/Common/Annotations/AnnotationReader.php at line 165
-

getPropertyAnnotation

-public The getPropertyAnnotation(ReflectionProperty property, string annotation) -
-

Gets a property annotation.

-
Parameters:
-
-
annotation - The name of the annotation.
-
Returns:
-
Annotation or NULL, if the requested annotation does not exist.
-
-
- -
- -
/Doctrine/Common/Annotations/AnnotationReader.php at line 142
-

getPropertyAnnotations

-public array getPropertyAnnotations(string|ReflectionProperty property, string|ReflectionClass class) -
-

Gets the annotations applied to a property.

-
Parameters:
-
class - The name or ReflectionClass of the class that owns the property.
-
property - The name or ReflectionProperty of the property from which the annotations should be read.
-
Returns:
-
An array of Annotations.
-
-
- -
- -
/Doctrine/Common/Annotations/AnnotationReader.php at line 94
-

setAnnotationNamespaceAlias

-public void setAnnotationNamespaceAlias(mixed namespace, mixed alias, $alias ) -
-

Sets an alias for an annotation namespace.

- -
- -
/Doctrine/Common/Annotations/AnnotationReader.php at line 83
-

setDefaultAnnotationNamespace

-public void setDefaultAnnotationNamespace(string defaultNamespace) -
-

Sets the default namespace that the AnnotationReader should assume for annotations -with not fully qualified names.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/annotations/lexer.html b/lib/api/doctrine/common/annotations/lexer.html deleted file mode 100644 index 4166df12a..000000000 --- a/lib/api/doctrine/common/annotations/lexer.html +++ /dev/null @@ -1,317 +0,0 @@ - - - - - - - - - - - -Lexer (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\Annotations\Lexer
-
/Doctrine/Common/Annotations/Lexer.php at line 35
- -

Class Lexer

- -
Class:Lexer - Superclass: Doctrine
-Doctrine
⌊ Lexer
- -
- -

public class Lexer
extends Doctrine - -

- -

Simple lexer for docblock annotations.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
final int

T_AT

final int

T_CLOSE_CURLY_BRACES

final int

T_CLOSE_PARENTHESIS

final int

T_COMMA

final int

T_EQUALS

final int

T_FALSE

final int

T_FLOAT

final int

T_IDENTIFIER

final int

T_INTEGER

final int

T_NAMESPACE_SEPARATOR

final int

T_NONE

final int

T_OPEN_CURLY_BRACES

final int

T_OPEN_PARENTHESIS

final int

T_STRING

final int

T_TRUE

- - - - - - - - - - - -
Method Summary
protected void

getCatchablePatterns()

protected void

getNonCatchablePatterns()

- -

Field Detail

-
/Doctrine/Common/Annotations/Lexer.php at line 43
-

T_AT

-public final int T_AT = 101 -
-
- -
- -
/Doctrine/Common/Annotations/Lexer.php at line 44
-

T_CLOSE_CURLY_BRACES

-public final int T_CLOSE_CURLY_BRACES = 102 -
-
- -
- -
/Doctrine/Common/Annotations/Lexer.php at line 45
-

T_CLOSE_PARENTHESIS

-public final int T_CLOSE_PARENTHESIS = 103 -
-
- -
- -
/Doctrine/Common/Annotations/Lexer.php at line 46
-

T_COMMA

-public final int T_COMMA = 104 -
-
- -
- -
/Doctrine/Common/Annotations/Lexer.php at line 47
-

T_EQUALS

-public final int T_EQUALS = 105 -
-
- -
- -
/Doctrine/Common/Annotations/Lexer.php at line 48
-

T_FALSE

-public final int T_FALSE = 106 -
-
- -
- -
/Doctrine/Common/Annotations/Lexer.php at line 41
-

T_FLOAT

-public final int T_FLOAT = 5 -
-
- -
- -
/Doctrine/Common/Annotations/Lexer.php at line 38
-

T_IDENTIFIER

-public final int T_IDENTIFIER = 2 -
-
- -
- -
/Doctrine/Common/Annotations/Lexer.php at line 39
-

T_INTEGER

-public final int T_INTEGER = 3 -
-
- -
- -
/Doctrine/Common/Annotations/Lexer.php at line 49
-

T_NAMESPACE_SEPARATOR

-public final int T_NAMESPACE_SEPARATOR = 107 -
-
- -
- -
/Doctrine/Common/Annotations/Lexer.php at line 37
-

T_NONE

-public final int T_NONE = 1 -
-
- -
- -
/Doctrine/Common/Annotations/Lexer.php at line 50
-

T_OPEN_CURLY_BRACES

-public final int T_OPEN_CURLY_BRACES = 108 -
-
- -
- -
/Doctrine/Common/Annotations/Lexer.php at line 51
-

T_OPEN_PARENTHESIS

-public final int T_OPEN_PARENTHESIS = 109 -
-
- -
- -
/Doctrine/Common/Annotations/Lexer.php at line 40
-

T_STRING

-public final int T_STRING = 4 -
-
- -
- -
/Doctrine/Common/Annotations/Lexer.php at line 52
-

T_TRUE

-public final int T_TRUE = 110 -
-
- -
- -

Method Detail

-
/Doctrine/Common/Annotations/Lexer.php at line 57
-

getCatchablePatterns

-protected void getCatchablePatterns() -
-

-
Inheritdoc.
-
-
- -
- -
/Doctrine/Common/Annotations/Lexer.php at line 69
-

getNonCatchablePatterns

-protected void getNonCatchablePatterns() -
-

-
Inheritdoc.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/annotations/package-frame.html b/lib/api/doctrine/common/annotations/package-frame.html deleted file mode 100644 index b1a7b5b40..000000000 --- a/lib/api/doctrine/common/annotations/package-frame.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - -Doctrine\Common\Annotations (Doctrine) - - - - -

Doctrine\Common\Annotations

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/annotations/package-functions.html b/lib/api/doctrine/common/annotations/package-functions.html deleted file mode 100644 index 1e5a2b808..000000000 --- a/lib/api/doctrine/common/annotations/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/annotations/package-globals.html b/lib/api/doctrine/common/annotations/package-globals.html deleted file mode 100644 index 38cc3176e..000000000 --- a/lib/api/doctrine/common/annotations/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/annotations/package-summary.html b/lib/api/doctrine/common/annotations/package-summary.html deleted file mode 100644 index 48686a3a6..000000000 --- a/lib/api/doctrine/common/annotations/package-summary.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - -Doctrine\Common\Annotations (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\Common\Annotations

- - - - - - - - -
Class Summary
AnnotationAnnotations class
AnnotationExceptionDescription of AnnotationException
AnnotationReaderA reader for docblock annotations.
LexerSimple lexer for docblock annotations.
ParserA simple parser for docblock annotations.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/annotations/package-tree.html b/lib/api/doctrine/common/annotations/package-tree.html deleted file mode 100644 index 45b48cc2e..000000000 --- a/lib/api/doctrine/common/annotations/package-tree.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - -Doctrine\Common\Annotations (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\Common\Annotations

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/annotations/parser.html b/lib/api/doctrine/common/annotations/parser.html deleted file mode 100644 index 701509684..000000000 --- a/lib/api/doctrine/common/annotations/parser.html +++ /dev/null @@ -1,296 +0,0 @@ - - - - - - - - - - - -Parser (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\Annotations\Parser
-
/Doctrine/Common/Annotations/Parser.php at line 36
- -

Class Parser

- -
Parser
- -
- -

public class Parser

- -

A simple parser for docblock annotations.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
Benjamin Eberlei
-
-
- - - - - - -
Constructor Summary

Parser()

Constructs a new AnnotationParser.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
mixed

Annotation()

Annotation ::= "@" AnnotationName ["(" [Values] ")"] -AnnotationName ::= QualifiedName | SimpleName | AliasedName -QualifiedName ::= NameSpacePart "\" {NameSpacePart "\"}* SimpleName -AliasedName ::= Alias ":" SimpleName -NameSpacePart ::= identifier -SimpleName ::= identifier -Alias ::= identifier

array

Annotations()

Annotations ::= Annotation {[ "*" ]* [Annotation]}

array

ArrayEntry()

ArrayEntry ::= Value | KeyValuePair -KeyValuePair ::= Key "=" PlainValue -Key ::= string | integer

array

Arrayx()

Array ::= "{" ArrayEntry {"," ArrayEntry}* "}"

array

FieldAssignment()

FieldAssignment ::= FieldName "=" PlainValue -FieldName ::= identifier

mixed

PlainValue()

PlainValue ::= integer | string | float | boolean | Array | Annotation

mixed

Value()

Value ::= PlainValue | FieldAssignment

array

Values()

Values ::= Array | Value {"," Value}

bool

match(int|string token)

Attempts to match the given token with the current lookahead token. -

array

parse(string docBlockString, string context)

Parses the given docblock string for annotations.

void

setAnnotationNamespaceAlias(mixed namespace, mixed alias, $alias )

Sets an alias for an annotation namespace.

void

setDefaultAnnotationNamespace(mixed defaultNamespace, $defaultNamespace )

Sets the default namespace that is assumed for an annotation that does not -define a namespace prefix.

- -

Constructor Detail

-
/Doctrine/Common/Annotations/Parser.php at line 85
-

Parser

-public Parser() -
-

Constructs a new AnnotationParser.

- -
- -

Method Detail

-
/Doctrine/Common/Annotations/Parser.php at line 224
-

Annotation

-public mixed Annotation() -
-

Annotation ::= "@" AnnotationName ["(" [Values] ")"] -AnnotationName ::= QualifiedName | SimpleName | AliasedName -QualifiedName ::= NameSpacePart "\" {NameSpacePart "\"}* SimpleName -AliasedName ::= Alias ":" SimpleName -NameSpacePart ::= identifier -SimpleName ::= identifier -Alias ::= identifier

-
Returns:
-
False if it is not a valid Annotation; instance of Annotation subclass otherwise.
-
-
- -
- -
/Doctrine/Common/Annotations/Parser.php at line 189
-

Annotations

-public array Annotations() -
-

Annotations ::= Annotation {[ "*" ]* [Annotation]}

- -
- -
/Doctrine/Common/Annotations/Parser.php at line 431
-

ArrayEntry

-public array ArrayEntry() -
-

ArrayEntry ::= Value | KeyValuePair -KeyValuePair ::= Key "=" PlainValue -Key ::= string | integer

- -
- -
/Doctrine/Common/Annotations/Parser.php at line 398
-

Arrayx

-public array Arrayx() -
-

Array ::= "{" ArrayEntry {"," ArrayEntry}* "}"

- -
- -
/Doctrine/Common/Annotations/Parser.php at line 384
-

FieldAssignment

-public array FieldAssignment() -
-

FieldAssignment ::= FieldName "=" PlainValue -FieldName ::= identifier

- -
- -
/Doctrine/Common/Annotations/Parser.php at line 342
-

PlainValue

-public mixed PlainValue() -
-

PlainValue ::= integer | string | float | boolean | Array | Annotation

- -
- -
/Doctrine/Common/Annotations/Parser.php at line 326
-

Value

-public mixed Value() -
-

Value ::= PlainValue | FieldAssignment

- -
- -
/Doctrine/Common/Annotations/Parser.php at line 284
-

Values

-public array Values() -
-

Values ::= Array | Value {"," Value}

- -
- -
/Doctrine/Common/Annotations/Parser.php at line 147
-

match

-public bool match(int|string token) -
-

Attempts to match the given token with the current lookahead token. -If they match, updates the lookahead token; otherwise raises a syntax error.

-
Parameters:
-
token - type or value
-
Returns:
-
True if tokens match; false otherwise.
-
-
- -
- -
/Doctrine/Common/Annotations/Parser.php at line 119
-

parse

-public array parse(string docBlockString, string context) -
-

Parses the given docblock string for annotations.

-
Returns:
-
Array of Annotations. If no annotations are found, an empty array is returned.
-
-
- -
- -
/Doctrine/Common/Annotations/Parser.php at line 107
-

setAnnotationNamespaceAlias

-public void setAnnotationNamespaceAlias(mixed namespace, mixed alias, $alias ) -
-

Sets an alias for an annotation namespace.

- -
- -
/Doctrine/Common/Annotations/Parser.php at line 96
-

setDefaultAnnotationNamespace

-public void setDefaultAnnotationNamespace(mixed defaultNamespace, $defaultNamespace ) -
-

Sets the default namespace that is assumed for an annotation that does not -define a namespace prefix.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/cache/abstractcache.html b/lib/api/doctrine/common/cache/abstractcache.html deleted file mode 100644 index 00098025b..000000000 --- a/lib/api/doctrine/common/cache/abstractcache.html +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - - - - - - -AbstractCache (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\Cache\AbstractCache
-
/Doctrine/Common/Cache/AbstractCache.php at line 35
- -

Class AbstractCache

- -
AbstractCache
- -
- -

public abstract class AbstractCache

- -

Base class for cache driver implementations.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

contains(mixed id)

{@inheritdoc}

void

delete(mixed id)

{@inheritdoc}

array

deleteAll()

Delete all cache entries.

array

deleteByPrefix(string prefix)

Delete cache entries where the id has the passed prefix

array

deleteByRegex(string regex)

Delete cache entries where the id matches a PHP regular expressions

array

deleteBySuffix(string suffix)

Delete cache entries where the id has the passed suffix

void

fetch(mixed id)

{@inheritdoc}

abstract array

getIds()

Get an array of all the cache ids stored

void

save(mixed id, mixed data, mixed lifeTime)

{@inheritdoc}

void

setNamespace(string namespace)

Set the namespace to prefix all cache ids with.

- -

Method Detail

-
/Doctrine/Common/Cache/AbstractCache.php at line 65
-

contains

-public void contains(mixed id) -
-

- -
- -
/Doctrine/Common/Cache/AbstractCache.php at line 82
-

delete

-public void delete(mixed id) -
-

- -
- -
/Doctrine/Common/Cache/AbstractCache.php at line 98
-

deleteAll

-public array deleteAll() -
-

Delete all cache entries.

-
Returns:
-
$deleted Array of the deleted cache ids
-
-
- -
- -
/Doctrine/Common/Cache/AbstractCache.php at line 132
-

deleteByPrefix

-public array deleteByPrefix(string prefix) -
-

Delete cache entries where the id has the passed prefix

-
Returns:
-
$deleted Array of the deleted cache ids
-
-
- -
- -
/Doctrine/Common/Cache/AbstractCache.php at line 113
-

deleteByRegex

-public array deleteByRegex(string regex) -
-

Delete cache entries where the id matches a PHP regular expressions

-
Returns:
-
$deleted Array of the deleted cache ids
-
-
- -
- -
/Doctrine/Common/Cache/AbstractCache.php at line 151
-

deleteBySuffix

-public array deleteBySuffix(string suffix) -
-

Delete cache entries where the id has the passed suffix

-
Returns:
-
$deleted Array of the deleted cache ids
-
-
- -
- -
/Doctrine/Common/Cache/AbstractCache.php at line 57
-

fetch

-public void fetch(mixed id) -
-

- -
- -
/Doctrine/Common/Cache/AbstractCache.php at line 218
-

getIds

-public abstract array getIds() -
-

Get an array of all the cache ids stored

-
Returns:
-
$ids
-
-
- -
- -
/Doctrine/Common/Cache/AbstractCache.php at line 73
-

save

-public void save(mixed id, mixed data, mixed lifeTime) -
-

- -
- -
/Doctrine/Common/Cache/AbstractCache.php at line 49
-

setNamespace

-public void setNamespace(string namespace) -
-

Set the namespace to prefix all cache ids with.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/cache/apccache.html b/lib/api/doctrine/common/cache/apccache.html deleted file mode 100644 index d9fce06ae..000000000 --- a/lib/api/doctrine/common/cache/apccache.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - -ApcCache (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\Cache\ApcCache
-
/Doctrine/Common/Cache/ApcCache.php at line 38
- -

Class ApcCache

- -
Class:ApcCache - Superclass: AbstractCache
-AbstractCache
⌊ ApcCache
- -
- -

public class ApcCache
extends AbstractCache - -

- -

APC cache driver.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
David Abdemoulaie
-
Todo:
-
Rename: APCCache
-
-
- - - - - - - -
Method Summary
array

getIds()

{@inheritdoc}

- - - -
Methods inherited from Doctrine\Common\Cache\AbstractCache
contains, delete, deleteAll, deleteByPrefix, deleteByRegex, deleteBySuffix, fetch, getIds, save, setNamespace
- -

Method Detail

-
/Doctrine/Common/Cache/ApcCache.php at line 43
-

getIds

-public array getIds() -
-

-
Returns:
-
$ids
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/cache/arraycache.html b/lib/api/doctrine/common/cache/arraycache.html deleted file mode 100644 index 305078bbb..000000000 --- a/lib/api/doctrine/common/cache/arraycache.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - -ArrayCache (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\Cache\ArrayCache
-
/Doctrine/Common/Cache/ArrayCache.php at line 37
- -

Class ArrayCache

- -
Class:ArrayCache - Superclass: AbstractCache
-AbstractCache
⌊ ArrayCache
- -
- -

public class ArrayCache
extends AbstractCache - -

- -

Array cache driver.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
David Abdemoulaie
-
-
- - - - - - - -
Method Summary
array

getIds()

{@inheritdoc}

- - - -
Methods inherited from Doctrine\Common\Cache\AbstractCache
contains, delete, deleteAll, deleteByPrefix, deleteByRegex, deleteBySuffix, fetch, getIds, save, setNamespace
- -

Method Detail

-
/Doctrine/Common/Cache/ArrayCache.php at line 47
-

getIds

-public array getIds() -
-

-
Returns:
-
$ids
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/cache/cache.html b/lib/api/doctrine/common/cache/cache.html deleted file mode 100644 index 43bda65d1..000000000 --- a/lib/api/doctrine/common/cache/cache.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - - - - - - -Cache (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\Cache\Cache
-
/Doctrine/Common/Cache/Cache.php at line 36
- -

Interface Cache

- -
Cache
- -
- -

public interface Cache

- -

Interface for cache drivers.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - -
Method Summary
boolean

contains(string id)

Test if an entry exists in the cache.

boolean

delete(string id)

Deletes a cache entry.

string

fetch(string id)

Fetches an entry from the cache.

boolean

save(string id, string data, int lifeTime)

Puts data into the cache.

- -

Method Detail

-
/Doctrine/Common/Cache/Cache.php at line 52
-

contains

-public boolean contains(string id) -
-

Test if an entry exists in the cache.

-
Parameters:
-
id - cache id The cache id of the entry to check for.
-
Returns:
-
TRUE if a cache entry exists for the given cache id, FALSE otherwise.
-
-
- -
- -
/Doctrine/Common/Cache/Cache.php at line 70
-

delete

-public boolean delete(string id) -
-

Deletes a cache entry.

-
Parameters:
-
id - cache id
-
Returns:
-
TRUE if the cache entry was successfully deleted, FALSE otherwise.
-
-
- -
- -
/Doctrine/Common/Cache/Cache.php at line 44
-

fetch

-public string fetch(string id) -
-

Fetches an entry from the cache.

-
Parameters:
-
id - cache id The id of the cache entry to fetch.
-
Returns:
-
The cached data or FALSE, if no cache entry exists for the given id.
-
-
- -
- -
/Doctrine/Common/Cache/Cache.php at line 62
-

save

-public boolean save(string id, string data, int lifeTime) -
-

Puts data into the cache.

-
Parameters:
-
id - The cache id.
-
data - The cache entry/data.
-
lifeTime - The lifetime. If != 0, sets a specific lifetime for this cache entry (0 => infinite lifeTime).
-
Returns:
-
TRUE if the entry was successfully stored in the cache, FALSE otherwise.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/cache/memcachecache.html b/lib/api/doctrine/common/cache/memcachecache.html deleted file mode 100644 index 50d6fbe40..000000000 --- a/lib/api/doctrine/common/cache/memcachecache.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - - - -MemcacheCache (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\Cache\MemcacheCache
-
/Doctrine/Common/Cache/MemcacheCache.php at line 39
- -

Class MemcacheCache

- -
Class:MemcacheCache - Superclass: AbstractCache
-AbstractCache
⌊ MemcacheCache
- -
- -

public class MemcacheCache
extends AbstractCache - -

- -

Memcache cache driver.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
David Abdemoulaie
-
-
- - - - - - - - - - - - - - - -
Method Summary
array

getIds()

{@inheritdoc}

Memcache

getMemcache()

Gets the memcache instance used by the cache.

void

setMemcache(Memcache memcache)

Sets the memcache instance to use.

- - - -
Methods inherited from Doctrine\Common\Cache\AbstractCache
contains, delete, deleteAll, deleteByPrefix, deleteByRegex, deleteBySuffix, fetch, getIds, save, setNamespace
- -

Method Detail

-
/Doctrine/Common/Cache/MemcacheCache.php at line 69
-

getIds

-public array getIds() -
-

-
Returns:
-
$ids
-
-
- -
- -
/Doctrine/Common/Cache/MemcacheCache.php at line 61
-

getMemcache

-public Memcache getMemcache() -
-

Gets the memcache instance used by the cache.

- -
- -
/Doctrine/Common/Cache/MemcacheCache.php at line 51
-

setMemcache

-public void setMemcache(Memcache memcache) -
-

Sets the memcache instance to use.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/cache/package-frame.html b/lib/api/doctrine/common/cache/package-frame.html deleted file mode 100644 index 8efd939c0..000000000 --- a/lib/api/doctrine/common/cache/package-frame.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - -Doctrine\Common\Cache (Doctrine) - - - - -

Doctrine\Common\Cache

- -

Classes

- - -

Interfaces

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/cache/package-functions.html b/lib/api/doctrine/common/cache/package-functions.html deleted file mode 100644 index b8af993d6..000000000 --- a/lib/api/doctrine/common/cache/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/cache/package-globals.html b/lib/api/doctrine/common/cache/package-globals.html deleted file mode 100644 index bfd2295d3..000000000 --- a/lib/api/doctrine/common/cache/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/cache/package-summary.html b/lib/api/doctrine/common/cache/package-summary.html deleted file mode 100644 index 911a520e8..000000000 --- a/lib/api/doctrine/common/cache/package-summary.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - -Doctrine\Common\Cache (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\Common\Cache

- - - - - - - - -
Class Summary
AbstractCacheBase class for cache driver implementations.
ApcCacheAPC cache driver.
ArrayCacheArray cache driver.
MemcacheCacheMemcache cache driver.
XcacheCacheXcache cache driver.
- - - - -
Interface Summary
CacheInterface for cache drivers.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/cache/package-tree.html b/lib/api/doctrine/common/cache/package-tree.html deleted file mode 100644 index 93eeb25e9..000000000 --- a/lib/api/doctrine/common/cache/package-tree.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - -Doctrine\Common\Cache (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\Common\Cache

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/cache/xcachecache.html b/lib/api/doctrine/common/cache/xcachecache.html deleted file mode 100644 index 0ef584649..000000000 --- a/lib/api/doctrine/common/cache/xcachecache.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - -XcacheCache (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\Cache\XcacheCache
-
/Doctrine/Common/Cache/XcacheCache.php at line 37
- -

Class XcacheCache

- -
Class:XcacheCache - Superclass: AbstractCache
-AbstractCache
⌊ XcacheCache
- -
- -

public class XcacheCache
extends AbstractCache - -

- -

Xcache cache driver.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
David Abdemoulaie
-
-
- - - - - - - -
Method Summary
array

getIds()

{@inheritdoc}

- - - -
Methods inherited from Doctrine\Common\Cache\AbstractCache
contains, delete, deleteAll, deleteByPrefix, deleteByRegex, deleteBySuffix, fetch, getIds, save, setNamespace
- -

Method Detail

-
/Doctrine/Common/Cache/XcacheCache.php at line 42
-

getIds

-public array getIds() -
-

-
Returns:
-
$ids
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/classloader.html b/lib/api/doctrine/common/classloader.html deleted file mode 100644 index e06a2a812..000000000 --- a/lib/api/doctrine/common/classloader.html +++ /dev/null @@ -1,235 +0,0 @@ - - - - - - - - - - - -ClassLoader (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\ClassLoader
-
/Doctrine/Common/ClassLoader.php at line 36
- -

Class ClassLoader

- -
ClassLoader
- -
- -

public class ClassLoader

- -

A ClassLoader is an autoloader for class files that can be -installed on the SPL autoload stack. It is a class loader that loads only classes -of a specific namespace or all namespaces and is suitable for working together -with other autoloaders in the SPL autoload stack.

If no include path is configured through setIncludePath, a ClassLoader -relies on the PHP include_path.

- -
-
Author:
-
Roman Borschel
-
Since:
-
2.0
-
-
- - - - - - -
Constructor Summary

ClassLoader(string ns, mixed includePath)

Creates a new ClassLoader that loads classes of the -specified namespace.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
string

getFileExtension()

Gets the file extension of class files in the namespace of this class loader.

string

getIncludePath()

Gets the base include path for all class files in the namespace of this class loader.

string

getNamespaceSeparator()

Gets the namespace separator used by classes in the namespace of this class loader.

boolean

loadClass(mixed className, string classname)

Loads the given class or interface.

void

register()

Installs this class loader on the SPL autoload stack.

void

setFileExtension(string fileExtension)

Sets the file extension of class files in the namespace of this class loader.

void

setIncludePath(string includePath)

Sets the base include path for all class files in the namespace of this class loader.

void

setNamespaceSeparator(string sep)

Sets the namespace separator used by classes in the namespace of this class loader.

void

unregister()

Uninstalls this class loader on the SPL autoload stack.

- -

Constructor Detail

-
/Doctrine/Common/ClassLoader.php at line 49
-

ClassLoader

-public ClassLoader(string ns, mixed includePath) -
-

Creates a new ClassLoader that loads classes of the -specified namespace.

-
Parameters:
-
ns - The namespace to use.
-
-
- -
- -

Method Detail

-
/Doctrine/Common/ClassLoader.php at line 110
-

getFileExtension

-public string getFileExtension() -
-

Gets the file extension of class files in the namespace of this class loader.

- -
- -
/Doctrine/Common/ClassLoader.php at line 90
-

getIncludePath

-public string getIncludePath() -
-

Gets the base include path for all class files in the namespace of this class loader.

- -
- -
/Doctrine/Common/ClassLoader.php at line 70
-

getNamespaceSeparator

-public string getNamespaceSeparator() -
-

Gets the namespace separator used by classes in the namespace of this class loader.

- -
- -
/Doctrine/Common/ClassLoader.php at line 137
-

loadClass

-public boolean loadClass(mixed className, string classname) -
-

Loads the given class or interface.

-
Parameters:
-
classname - The name of the class to load.
-
Returns:
-
TRUE if the class has been successfully loaded, FALSE otherwise.
-
-
- -
- -
/Doctrine/Common/ClassLoader.php at line 118
-

register

-public void register() -
-

Installs this class loader on the SPL autoload stack.

- -
- -
/Doctrine/Common/ClassLoader.php at line 100
-

setFileExtension

-public void setFileExtension(string fileExtension) -
-

Sets the file extension of class files in the namespace of this class loader.

- -
- -
/Doctrine/Common/ClassLoader.php at line 80
-

setIncludePath

-public void setIncludePath(string includePath) -
-

Sets the base include path for all class files in the namespace of this class loader.

- -
- -
/Doctrine/Common/ClassLoader.php at line 60
-

setNamespaceSeparator

-public void setNamespaceSeparator(string sep) -
-

Sets the namespace separator used by classes in the namespace of this class loader.

-
Parameters:
-
sep - The separator to use.
-
-
- -
- -
/Doctrine/Common/ClassLoader.php at line 126
-

unregister

-public void unregister() -
-

Uninstalls this class loader on the SPL autoload stack.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/collections/arraycollection.html b/lib/api/doctrine/common/collections/arraycollection.html deleted file mode 100644 index 981438d8d..000000000 --- a/lib/api/doctrine/common/collections/arraycollection.html +++ /dev/null @@ -1,567 +0,0 @@ - - - - - - - - - - - -ArrayCollection (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\Collections\ArrayCollection
-
/Doctrine/Common/Collections/ArrayCollection.php at line 38
- -

Class ArrayCollection

- -
ArrayCollection
- -
- -

public class ArrayCollection

- -

An ArrayCollection is a Collection implementation that uses a regular PHP array -internally.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - -
Constructor Summary

ArrayCollection(array elements)

Initializes a new ArrayCollection.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
boolean

add(mixed value)

Adds an element to the collection.

void

clear()

Clears the collection.

boolean

contains(mixed element)

Checks whether the given element is contained in the collection. -

boolean

containsKey(mixed key)

Checks whether the collection contains a specific key/index.

integer

count()

Returns the number of elements in the collection. -

mixed

current()

Gets the element of the collection at the current internal iterator position.

boolean

exists(Closure p)

Tests for the existance of an element that satisfies the given predicate.

Collection

filter(Closure p)

Returns all the elements of this collection that satisfy the predicate p. -

mixed

first()

Sets the internal iterator to the first element in the collection and -returns this element.

boolean

forAll(Closure p)

Applies the given predicate p to all elements of this collection, -returning true, if the predicate yields true for all elements.

mixed

get(mixed key)

Gets the element with the given key/index.

ArrayIterator

getIterator()

Gets an iterator for iterating over the elements in the collection.

array

getKeys()

Gets all keys/indexes of the collection elements.

array

getValues()

Gets all elements.

mixed

indexOf(mixed element)

Searches for a given element and, if found, returns the corresponding key/index -of that element.

boolean

isEmpty()

Checks whether the collection is empty. -

mixed

key()

Gets the current key/index at the current internal iterator position.

mixed

last()

Sets the internal iterator to the last element in the collection and -returns this element.

Collection

map(Closure func)

Applies the given function to each element in the collection and returns -a new collection with the elements returned by the function.

mixed

next()

Moves the internal iterator position to the next element.

void

offsetExists(mixed offset)

ArrayAccess implementation of offsetExists()

void

offsetGet(mixed offset)

ArrayAccess implementation of offsetGet()

void

offsetSet(mixed offset, mixed value)

ArrayAccess implementation of offsetGet()

void

offsetUnset(mixed offset)

ArrayAccess implementation of offsetUnset()

array

partition(Closure p)

Partitions this collection in two collections according to a predicate. -

mixed

remove(mixed key)

Removes an element with a specific key/index from the collection.

boolean

removeElement(mixed element)

Removes the specified element from the collection, if it is found.

void

set(mixed key, mixed value)

Adds/sets an element in the collection at the index / with the specified key. -

array

toArray()

Gets the PHP array representation of this collection.

- -

Constructor Detail

-
/Doctrine/Common/Collections/ArrayCollection.php at line 53
-

ArrayCollection

-public ArrayCollection(array elements) -
-

Initializes a new ArrayCollection.

- -
- -

Method Detail

-
/Doctrine/Common/Collections/ArrayCollection.php at line 321
-

add

-public boolean add(mixed value) -
-

Adds an element to the collection.

-
Returns:
-
Always TRUE.
-
-
- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 426
-

clear

-public void clear() -
-

Clears the collection.

- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 223
-

contains

-public boolean contains(mixed element) -
-

Checks whether the given element is contained in the collection. -Only element values are compared, not keys. The comparison of two elements -is strict, that means not only the value but also the type must match. -For objects this means reference equality.

-
Returns:
-
TRUE if the given element is contained in the collection, FALSE otherwise.
-
-
- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 208
-

containsKey

-public boolean containsKey(mixed key) -
-

Checks whether the collection contains a specific key/index.

-
Parameters:
-
key - The key to check for.
-
Returns:
-
TRUE if the given key/index exists, FALSE otherwise.
-
-
- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 296
-

count

-public integer count() -
-

Returns the number of elements in the collection.

Implementation of the Countable interface.

-
Returns:
-
The number of elements in the collection.
-
-
- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 115
-

current

-public mixed current() -
-

Gets the element of the collection at the current internal iterator position.

- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 234
-

exists

-public boolean exists(Closure p) -
-

Tests for the existance of an element that satisfies the given predicate.

-
Parameters:
-
p - The predicate.
-
Returns:
-
TRUE if the predicate is TRUE for at least one element, FALSE otherwise.
-
-
- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 368
-

filter

-public Collection filter(Closure p) -
-

Returns all the elements of this collection that satisfy the predicate p. -The order of the elements is preserved.

-
Parameters:
-
p - The predicate used for filtering.
-
Returns:
-
A collection with the results of the filter operation.
-
-
- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 74
-

first

-public mixed first() -
-

Sets the internal iterator to the first element in the collection and -returns this element.

- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 380
-

forAll

-public boolean forAll(Closure p) -
-

Applies the given predicate p to all elements of this collection, -returning true, if the predicate yields true for all elements.

-
Parameters:
-
p - The predicate.
-
Returns:
-
TRUE, if the predicate yields TRUE for all elements, FALSE otherwise.
-
-
- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 261
-

get

-public mixed get(mixed key) -
-

Gets the element with the given key/index.

-
Parameters:
-
key - The key.
-
Returns:
-
The element or NULL, if no element exists for the given key.
-
-
- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 344
-

getIterator

-public ArrayIterator getIterator() -
-

Gets an iterator for iterating over the elements in the collection.

- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 274
-

getKeys

-public array getKeys() -
-

Gets all keys/indexes of the collection elements.

- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 284
-

getValues

-public array getValues() -
-

Gets all elements.

- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 250
-

indexOf

-public mixed indexOf(mixed element) -
-

Searches for a given element and, if found, returns the corresponding key/index -of that element. The comparison of two elements is strict, that means not -only the value but also the type must match. -For objects this means reference equality.

-
Parameters:
-
element - The element to search for.
-
Returns:
-
The key/index of the element or FALSE if the element was not found.
-
-
- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 334
-

isEmpty

-public boolean isEmpty() -
-

Checks whether the collection is empty.

Note: This is preferrable over count() == 0.

-
Returns:
-
TRUE if the collection is empty, FALSE otherwise.
-
-
- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 95
-

key

-public mixed key() -
-

Gets the current key/index at the current internal iterator position.

- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 85
-

last

-public mixed last() -
-

Sets the internal iterator to the last element in the collection and -returns this element.

- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 356
-

map

-public Collection map(Closure func) -
-

Applies the given function to each element in the collection and returns -a new collection with the elements returned by the function.

- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 105
-

next

-public mixed next() -
-

Moves the internal iterator position to the next element.

- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 163
-

offsetExists

-public void offsetExists(mixed offset) -
-

ArrayAccess implementation of offsetExists()

-
See Also:
-
containsKey()
-
-
- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 173
-

offsetGet

-public void offsetGet(mixed offset) -
-

ArrayAccess implementation of offsetGet()

-
See Also:
-
get()
-
-
- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 184
-

offsetSet

-public void offsetSet(mixed offset, mixed value) -
-

ArrayAccess implementation of offsetGet()

-
See Also:
-
add()
-
set()
-
-
- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 197
-

offsetUnset

-public void offsetUnset(mixed offset) -
-

ArrayAccess implementation of offsetUnset()

-
See Also:
-
remove()
-
-
- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 400
-

partition

-public array partition(Closure p) -
-

Partitions this collection in two collections according to a predicate. -Keys are preserved in the resulting collections.

-
Parameters:
-
p - The predicate on which to partition.
-
Returns:
-
An array with two elements. The first element contains the collection of elements where the predicate returned TRUE, the second element contains the collection of elements where the predicate returned FALSE.
-
-
- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 126
-

remove

-public mixed remove(mixed key) -
-

Removes an element with a specific key/index from the collection.

- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 144
-

removeElement

-public boolean removeElement(mixed element) -
-

Removes the specified element from the collection, if it is found.

- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 310
-

set

-public void set(mixed key, mixed value) -
-

Adds/sets an element in the collection at the index / with the specified key.

When the collection is a Map this is like put(key,value)/add(key,value). -When the collection is a List this is like add(position,value).

- -
- -
/Doctrine/Common/Collections/ArrayCollection.php at line 63
-

toArray

-public array toArray() -
-

Gets the PHP array representation of this collection.

-
Returns:
-
The PHP array representation of this collection.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/collections/collection.html b/lib/api/doctrine/common/collections/collection.html deleted file mode 100644 index 2f1b2c91b..000000000 --- a/lib/api/doctrine/common/collections/collection.html +++ /dev/null @@ -1,485 +0,0 @@ - - - - - - - - - - - -Collection (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\Collections\Collection
-
/Doctrine/Common/Collections/Collection.php at line 51
- -

Interface Collection

- -
Class:Collection - Superclass: Countable
-Countable
⌊ Collection
- -
- -

public interface Collection
extends Countable - -

- -

The missing (SPL) Collection/Array/OrderedMap interface.

A Collection resembles the nature of a regular PHP array. That is, -it is essentially an ordered map that can also be used -like a list.

A Collection has an internal iterator just like a PHP array. In addition, -a Collection can be iterated with external iterators, which is preferrable. -To use an external iterator simply use the foreach language construct to -iterate over the collection (which calls getIterator() internally) or -explicitly retrieve an iterator though getIterator() which can then be -used to iterate over the collection. -You can not rely on the internal iterator of the collection being at a certain -position unless you explicitly positioned it before. Prefer iteration with -external iterators.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
boolean

add(mixed element)

Adds an element at the end of the collection.

void

clear()

Clears the collection, removing all elements.

boolean

contains(mixed element)

Checks whether an element is contained in the collection. -

boolean

containsKey(string|integer key)

Checks whether the collection contains an element with the specified key/index.

void

current()

Gets the element of the collection at the current iterator position.

boolean

exists(Closure p)

Tests for the existence of an element that satisfies the given predicate.

Collection

filter(Closure p)

Returns all the elements of this collection that satisfy the predicate p. -

mixed

first()

Sets the internal iterator to the first element in the collection and -returns this element.

boolean

forAll(Closure p)

Applies the given predicate p to all elements of this collection, -returning true, if the predicate yields true for all elements.

mixed

get(string|integer key)

Gets the element at the specified key/index.

array

getKeys()

Gets all keys/indices of the collection.

array

getValues()

Gets all values of the collection.

mixed

indexOf(mixed element)

Gets the index/key of a given element.

boolean

isEmpty()

Checks whether the collection is empty (contains no elements).

void

key()

Gets the key/index of the element at the current iterator position.

mixed

last()

Sets the internal iterator to the last element in the collection and -returns this element.

Collection

map(Closure func)

Applies the given function to each element in the collection and returns -a new collection with the elements returned by the function.

void

next()

Moves the internal iterator position to the next element.

array

partition(Closure p)

Partitions this collection in two collections according to a predicate. -

mixed

remove(string|integer key)

Removes the element at the specified index from the collection.

mixed

removeElement(mixed element)

Removes an element from the collection.

void

set(string|integer key, mixed value)

Sets an element in the collection at the specified key/index.

array

toArray()

Gets a native PHP array representation of the collection.

- -

Method Detail

-
/Doctrine/Common/Collections/Collection.php at line 59
-

add

-public boolean add(mixed element) -
-

Adds an element at the end of the collection.

-
Parameters:
-
element - The element to add.
-
Returns:
-
Always TRUE.
-
-
- -
- -
/Doctrine/Common/Collections/Collection.php at line 64
-

clear

-public void clear() -
-

Clears the collection, removing all elements.

- -
- -
/Doctrine/Common/Collections/Collection.php at line 73
-

contains

-public boolean contains(mixed element) -
-

Checks whether an element is contained in the collection. -This is an O(n) operation, where n is the size of the collection.

-
Parameters:
-
element - The element to search for.
-
Returns:
-
TRUE if the collection contains the element, FALSE otherwise.
-
-
- -
- -
/Doctrine/Common/Collections/Collection.php at line 105
-

containsKey

-public boolean containsKey(string|integer key) -
-

Checks whether the collection contains an element with the specified key/index.

-
Parameters:
-
key - The key/index to check for.
-
Returns:
-
TRUE if the collection contains an element with the specified key/index, FALSE otherwise.
-
-
- -
- -
/Doctrine/Common/Collections/Collection.php at line 172
-

current

-public void current() -
-

Gets the element of the collection at the current iterator position.

- -
- -
/Doctrine/Common/Collections/Collection.php at line 186
-

exists

-public boolean exists(Closure p) -
-

Tests for the existence of an element that satisfies the given predicate.

-
Parameters:
-
p - The predicate.
-
Returns:
-
TRUE if the predicate is TRUE for at least one element, FALSE otherwise.
-
-
- -
- -
/Doctrine/Common/Collections/Collection.php at line 195
-

filter

-public Collection filter(Closure p) -
-

Returns all the elements of this collection that satisfy the predicate p. -The order of the elements is preserved.

-
Parameters:
-
p - The predicate used for filtering.
-
Returns:
-
A collection with the results of the filter operation.
-
-
- -
- -
/Doctrine/Common/Collections/Collection.php at line 152
-

first

-public mixed first() -
-

Sets the internal iterator to the first element in the collection and -returns this element.

- -
- -
/Doctrine/Common/Collections/Collection.php at line 204
-

forAll

-public boolean forAll(Closure p) -
-

Applies the given predicate p to all elements of this collection, -returning true, if the predicate yields true for all elements.

-
Parameters:
-
p - The predicate.
-
Returns:
-
TRUE, if the predicate yields TRUE for all elements, FALSE otherwise.
-
-
- -
- -
/Doctrine/Common/Collections/Collection.php at line 113
-

get

-public mixed get(string|integer key) -
-

Gets the element at the specified key/index.

-
Parameters:
-
key - The key/index of the element to retrieve.
-
-
- -
- -
/Doctrine/Common/Collections/Collection.php at line 121
-

getKeys

-public array getKeys() -
-

Gets all keys/indices of the collection.

-
Returns:
-
The keys/indices of the collection, in the order of the corresponding elements in the collection.
-
-
- -
- -
/Doctrine/Common/Collections/Collection.php at line 129
-

getValues

-public array getValues() -
-

Gets all values of the collection.

-
Returns:
-
The values of all elements in the collection, in the order they appear in the collection.
-
-
- -
- -
/Doctrine/Common/Collections/Collection.php at line 234
-

indexOf

-public mixed indexOf(mixed element) -
-

Gets the index/key of a given element. The comparison of two elements is strict, -that means not only the value but also the type must match. -For objects this means reference equality.

-
Parameters:
-
element - The element to search for.
-
Returns:
-
The key/index of the element or FALSE if the element was not found.
-
-
- -
- -
/Doctrine/Common/Collections/Collection.php at line 80
-

isEmpty

-public boolean isEmpty() -
-

Checks whether the collection is empty (contains no elements).

-
Returns:
-
TRUE if the collection is empty, FALSE otherwise.
-
-
- -
- -
/Doctrine/Common/Collections/Collection.php at line 166
-

key

-public void key() -
-

Gets the key/index of the element at the current iterator position.

- -
- -
/Doctrine/Common/Collections/Collection.php at line 160
-

last

-public mixed last() -
-

Sets the internal iterator to the last element in the collection and -returns this element.

- -
- -
/Doctrine/Common/Collections/Collection.php at line 213
-

map

-public Collection map(Closure func) -
-

Applies the given function to each element in the collection and returns -a new collection with the elements returned by the function.

- -
- -
/Doctrine/Common/Collections/Collection.php at line 178
-

next

-public void next() -
-

Moves the internal iterator position to the next element.

- -
- -
/Doctrine/Common/Collections/Collection.php at line 224
-

partition

-public array partition(Closure p) -
-

Partitions this collection in two collections according to a predicate. -Keys are preserved in the resulting collections.

-
Parameters:
-
p - The predicate on which to partition.
-
Returns:
-
An array with two elements. The first element contains the collection of elements where the predicate returned TRUE, the second element contains the collection of elements where the predicate returned FALSE.
-
-
- -
- -
/Doctrine/Common/Collections/Collection.php at line 88
-

remove

-public mixed remove(string|integer key) -
-

Removes the element at the specified index from the collection.

-
Parameters:
-
key - The kex/index of the element to remove.
-
Returns:
-
The removed element or NULL, if the collection did not contain the element.
-
-
- -
- -
/Doctrine/Common/Collections/Collection.php at line 96
-

removeElement

-public mixed removeElement(mixed element) -
-

Removes an element from the collection.

-
Parameters:
-
element - The element to remove.
-
Returns:
-
The removed element or NULL, if the collection did not contain the element.
-
-
- -
- -
/Doctrine/Common/Collections/Collection.php at line 137
-

set

-public void set(string|integer key, mixed value) -
-

Sets an element in the collection at the specified key/index.

-
Parameters:
-
key - The key/index of the element to set.
-
value - The element to set.
-
-
- -
- -
/Doctrine/Common/Collections/Collection.php at line 144
-

toArray

-public array toArray() -
-

Gets a native PHP array representation of the collection.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/collections/package-frame.html b/lib/api/doctrine/common/collections/package-frame.html deleted file mode 100644 index 31a75ca48..000000000 --- a/lib/api/doctrine/common/collections/package-frame.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - -Doctrine\Common\Collections (Doctrine) - - - - -

Doctrine\Common\Collections

- -

Classes

- - -

Interfaces

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/collections/package-functions.html b/lib/api/doctrine/common/collections/package-functions.html deleted file mode 100644 index 735f5ea1a..000000000 --- a/lib/api/doctrine/common/collections/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/collections/package-globals.html b/lib/api/doctrine/common/collections/package-globals.html deleted file mode 100644 index 243465f89..000000000 --- a/lib/api/doctrine/common/collections/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/collections/package-summary.html b/lib/api/doctrine/common/collections/package-summary.html deleted file mode 100644 index 3b47f23df..000000000 --- a/lib/api/doctrine/common/collections/package-summary.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - -Doctrine\Common\Collections (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\Common\Collections

- - - - -
Class Summary
ArrayCollectionAn ArrayCollection is a Collection implementation that uses a regular PHP array -internally.
- - - - -
Interface Summary
CollectionThe missing (SPL) Collection/Array/OrderedMap interface. -
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/collections/package-tree.html b/lib/api/doctrine/common/collections/package-tree.html deleted file mode 100644 index f10ab9cdb..000000000 --- a/lib/api/doctrine/common/collections/package-tree.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - -Doctrine\Common\Collections (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\Common\Collections

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/commonexception.html b/lib/api/doctrine/common/commonexception.html deleted file mode 100644 index 465f01f2d..000000000 --- a/lib/api/doctrine/common/commonexception.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - -CommonException (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\CommonException
-
/Doctrine/Common/CommonException.php at line 10
- -

Class CommonException

- -
Class:CommonException - Superclass: Exception
-Exception
⌊ CommonException
- -
- -

public class CommonException
extends Exception - -

- -

Base exception class for package Doctrine\Common

- -
-
Author:
-
heinrich /
-
-
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/eventargs.html b/lib/api/doctrine/common/eventargs.html deleted file mode 100644 index 6e962977d..000000000 --- a/lib/api/doctrine/common/eventargs.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - -EventArgs (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\EventArgs
-
/Doctrine/Common/EventArgs.php at line 39
- -

Class EventArgs

- -
EventArgs
- -
- -

public class EventArgs

- -

EventArgs is the base class for classes containing event data.

This class contains no event data. It is used by events that do not pass state -information to an event handler when an event is raised. The single empty EventArgs -instance can be obtained through getEmptyInstance.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Method Summary
static EventArgs

getEmptyInstance()

Gets the single, empty and immutable EventArgs instance. -

- -

Method Detail

-
/Doctrine/Common/EventArgs.php at line 61
-

getEmptyInstance

-public static EventArgs getEmptyInstance() -
-

Gets the single, empty and immutable EventArgs instance.

This instance will be used when events are dispatched without any parameter, -like this: EventManager::dispatchEvent('eventname');

The benefit from this is that only one empty instance is instantiated and shared -(otherwise there would be instances for every dispatched in the abovementioned form)

-
See Also:
-
EventManager::dispatchEvent
-
See Also:
-
http://msdn.microsoft.com/en-us/library/system.eventargs.aspx
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/eventmanager.html b/lib/api/doctrine/common/eventmanager.html deleted file mode 100644 index 87c6a48bf..000000000 --- a/lib/api/doctrine/common/eventmanager.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - - - - - - -EventManager (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\EventManager
-
/Doctrine/Common/EventManager.php at line 39
- -

Class EventManager

- -
EventManager
- -
- -

public class EventManager

- -

The EventManager is the central point of Doctrine's event listener system. -Listeners are registered on the manager and events are dispatched through the -manager.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

addEventListener(string|array events, object listener)

Adds an event listener that listens on the specified events.

void

addEventSubscriber(Doctrine\Common\EventSubscriber subscriber)

Adds an EventSubscriber.

boolean

dispatchEvent(string eventName, EventArgs eventArgs)

Dispatches an event to all registered listeners.

array

getListeners(string event)

Gets the listeners of a specific event or all listeners.

boolean

hasListeners(string event)

Checks whether an event has any registered listeners.

void

removeEventListener(string|array events, object listener)

Removes an event listener from the specified events.

- -

Method Detail

-
/Doctrine/Common/EventManager.php at line 97
-

addEventListener

-public void addEventListener(string|array events, object listener) -
-

Adds an event listener that listens on the specified events.

-
Parameters:
-
events - The event(s) to listen on.
-
listener - The listener object.
-
-
- -
- -
/Doctrine/Common/EventManager.php at line 134
-

addEventSubscriber

-public void addEventSubscriber(Doctrine\Common\EventSubscriber subscriber) -
-

Adds an EventSubscriber. The subscriber is asked for all the events he is -interested in and added as a listener for these events.

-
Parameters:
-
subscriber - The subscriber.
-
-
- -
- -
/Doctrine/Common/EventManager.php at line 58
-

dispatchEvent

-public boolean dispatchEvent(string eventName, EventArgs eventArgs) -
-

Dispatches an event to all registered listeners.

-
Parameters:
-
eventName - The name of the event to dispatch. The name of the event is the name of the method that is invoked on listeners.
-
eventArgs - The event arguments to pass to the event handlers/listeners. If not supplied, the single empty EventArgs instance is used.
-
-
- -
- -
/Doctrine/Common/EventManager.php at line 75
-

getListeners

-public array getListeners(string event) -
-

Gets the listeners of a specific event or all listeners.

-
Parameters:
-
event - The name of the event.
-
Returns:
-
The event listeners for the specified event, or all event listeners.
-
-
- -
- -
/Doctrine/Common/EventManager.php at line 86
-

hasListeners

-public boolean hasListeners(string event) -
-

Checks whether an event has any registered listeners.

-
Returns:
-
TRUE if the specified event has any listeners, FALSE otherwise.
-
-
- -
- -
/Doctrine/Common/EventManager.php at line 115
-

removeEventListener

-public void removeEventListener(string|array events, object listener) -
-

Removes an event listener from the specified events.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/eventsubscriber.html b/lib/api/doctrine/common/eventsubscriber.html deleted file mode 100644 index f7c767f1a..000000000 --- a/lib/api/doctrine/common/eventsubscriber.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - -EventSubscriber (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\EventSubscriber
-
/Doctrine/Common/EventSubscriber.php at line 37
- -

Interface EventSubscriber

- -
EventSubscriber
- -
- -

public interface EventSubscriber

- -

An EventSubscriber knows himself what events he is interested in. -If an EventSubscriber is added to an EventManager, the manager invokes -getSubscribedEvents and registers the subscriber as a listener for all -returned events.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Method Summary
array

getSubscribedEvents()

Returns an array of events this subscriber wants to listen to.

- -

Method Detail

-
/Doctrine/Common/EventSubscriber.php at line 44
-

getSubscribedEvents

-public array getSubscribedEvents() -
-

Returns an array of events this subscriber wants to listen to.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/lexer.html b/lib/api/doctrine/common/lexer.html deleted file mode 100644 index 1328d3f29..000000000 --- a/lib/api/doctrine/common/lexer.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - - - - - - - -Lexer (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\Lexer
-
/Doctrine/Common/Lexer.php at line 35
- -

Class Lexer

- -
Lexer
- -
- -

public abstract class Lexer

- -

Simple generic lexical scanner.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
array The next token in the query string.

$lookahead

array The last matched/seen token.

$token

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
protected abstract array

getCatchablePatterns()

Lexical catchable patterns

string

getLiteral(integer token)

Gets the literal for a given token.

protected abstract array

getNonCatchablePatterns()

Lexical non-catchable patterns

array|null

glimpse()

Peeks at the next token, returns it and immediately resets the peek.

boolean

isA(mixed value, integer token)

Checks if given value is identical to the given token

boolean

isNextToken(integer|string token)

Checks whether a given token matches the current lookahead.

array|null

moveNext()

Moves to the next token in the input string. -

array

peek()

Moves the lookahead token forward.

void

reset()

Resets the scanner

void

resetPeek()

Resets the peek pointer to 0

void

resetPosition(integer position)

Resets the lexer position on the input to the given position

void

setInput(string input)

Inputs data to be tokenized

void

skipUntil(mixed type, $type The)

Tells the lexer to skip input tokens until it sees a token with the given value.

- -

Field Detail

-
/Doctrine/Common/Lexer.php at line 55
-

lookahead

-public array The next token in the query string. $lookahead -
-

- -
- -
/Doctrine/Common/Lexer.php at line 60
-

token

-public array The last matched/seen token. $token -
-

- -
- -

Method Detail

-
/Doctrine/Common/Lexer.php at line 242
-

getCatchablePatterns

-protected abstract array getCatchablePatterns() -
-

Lexical catchable patterns

- -
- -
/Doctrine/Common/Lexer.php at line 222
-

getLiteral

-public string getLiteral(integer token) -
-

Gets the literal for a given token.

- -
- -
/Doctrine/Common/Lexer.php at line 249
-

getNonCatchablePatterns

-protected abstract array getNonCatchablePatterns() -
-

Lexical non-catchable patterns

- -
- -
/Doctrine/Common/Lexer.php at line 180
-

glimpse

-public array|null glimpse() -
-

Peeks at the next token, returns it and immediately resets the peek.

-
Returns:
-
The next token or NULL if there are no more tokens ahead.
-
-
- -
- -
/Doctrine/Common/Lexer.php at line 156
-

isA

-public boolean isA(mixed value, integer token) -
-

Checks if given value is identical to the given token

- -
- -
/Doctrine/Common/Lexer.php at line 111
-

isNextToken

-public boolean isNextToken(integer|string token) -
-

Checks whether a given token matches the current lookahead.

- -
- -
/Doctrine/Common/Lexer.php at line 127
-

moveNext

-public array|null moveNext() -
-

Moves to the next token in the input string.

A token is an associative array containing three items: -- 'value' : the string value of the token in the input string -- 'type' : the type of the token (identifier, numeric, string, input -parameter, none) -- 'position' : the position of the token in the input string

-
Returns:
-
the next token; null if there is no more tokens left
-
-
- -
- -
/Doctrine/Common/Lexer.php at line 166
-

peek

-public array peek() -
-

Moves the lookahead token forward.

-
Returns:
-
| null The next token or NULL if there are no more tokens ahead.
-
-
- -
- -
/Doctrine/Common/Lexer.php at line 78
-

reset

-public void reset() -
-

Resets the scanner

- -
- -
/Doctrine/Common/Lexer.php at line 90
-

resetPeek

-public void resetPeek() -
-

Resets the peek pointer to 0

- -
- -
/Doctrine/Common/Lexer.php at line 100
-

resetPosition

-public void resetPosition(integer position) -
-

Resets the lexer position on the input to the given position

-
Parameters:
-
position - Position to place the lexical scanner
-
-
- -
- -
/Doctrine/Common/Lexer.php at line 67
-

setInput

-public void setInput(string input) -
-

Inputs data to be tokenized

-
Parameters:
-
input - input to be tokenized
-
-
- -
- -
/Doctrine/Common/Lexer.php at line 142
-

skipUntil

-public void skipUntil(mixed type, $type The) -
-

Tells the lexer to skip input tokens until it sees a token with the given value.

-
Parameters:
-
The - token type to skip until.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/notifypropertychanged.html b/lib/api/doctrine/common/notifypropertychanged.html deleted file mode 100644 index 2bfca5e5c..000000000 --- a/lib/api/doctrine/common/notifypropertychanged.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - -NotifyPropertyChanged (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\NotifyPropertyChanged
-
/Doctrine/Common/NotifyPropertyChanged.php at line 36
- -

Interface NotifyPropertyChanged

- -
NotifyPropertyChanged
- -
- -

public interface NotifyPropertyChanged

- -

Contract for classes that provide the service of notifying listeners of -changes to their properties.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Method Summary
void

addPropertyChangedListener(PropertyChangedListener listener)

Adds a listener that wants to be notified about property changes.

- -

Method Detail

-
/Doctrine/Common/NotifyPropertyChanged.php at line 43
-

addPropertyChangedListener

-public void addPropertyChangedListener(PropertyChangedListener listener) -
-

Adds a listener that wants to be notified about property changes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/package-frame.html b/lib/api/doctrine/common/package-frame.html deleted file mode 100644 index ef79b7961..000000000 --- a/lib/api/doctrine/common/package-frame.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - -Doctrine\Common (Doctrine) - - - - -

Doctrine\Common

- -

Classes

- - -

Interfaces

- - -

Exceptions

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/package-functions.html b/lib/api/doctrine/common/package-functions.html deleted file mode 100644 index 98e2f49b4..000000000 --- a/lib/api/doctrine/common/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/package-globals.html b/lib/api/doctrine/common/package-globals.html deleted file mode 100644 index 1724f2224..000000000 --- a/lib/api/doctrine/common/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/package-summary.html b/lib/api/doctrine/common/package-summary.html deleted file mode 100644 index cffd09628..000000000 --- a/lib/api/doctrine/common/package-summary.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - -Doctrine\Common (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\Common

- - - - - - - - -
Class Summary
ClassLoaderA ClassLoader is an autoloader for class files that can be -installed on the SPL autoload stack.
EventArgsEventArgs is the base class for classes containing event data. -
EventManagerThe EventManager is the central point of Doctrine's event listener system. -
LexerSimple generic lexical scanner.
VersionClass to store and retrieve the version of Doctrine
- - - - - - -
Interface Summary
EventSubscriberAn EventSubscriber knows himself what events he is interested in. -
NotifyPropertyChangedContract for classes that provide the service of notifying listeners of -changes to their properties.
PropertyChangedListenerContract for classes that are potential listeners of a NotifyPropertyChanged -implementor.
- - - - -
Exception Summary
CommonExceptionBase exception class for package Doctrine\Common
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/package-tree.html b/lib/api/doctrine/common/package-tree.html deleted file mode 100644 index 50724c0ce..000000000 --- a/lib/api/doctrine/common/package-tree.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - -Doctrine\Common (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\Common

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/propertychangedlistener.html b/lib/api/doctrine/common/propertychangedlistener.html deleted file mode 100644 index ed777d0e6..000000000 --- a/lib/api/doctrine/common/propertychangedlistener.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - -PropertyChangedListener (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\PropertyChangedListener
-
/Doctrine/Common/PropertyChangedListener.php at line 36
- -

Interface PropertyChangedListener

- -
PropertyChangedListener
- -
- -

public interface PropertyChangedListener

- -

Contract for classes that are potential listeners of a NotifyPropertyChanged -implementor.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Method Summary
void

propertyChanged(object sender, string propertyName, mixed oldValue, mixed newValue)

Notifies the listener of a property change.

- -

Method Detail

-
/Doctrine/Common/PropertyChangedListener.php at line 46
-

propertyChanged

-public void propertyChanged(object sender, string propertyName, mixed oldValue, mixed newValue) -
-

Notifies the listener of a property change.

-
Parameters:
-
sender - The object on which the property changed.
-
propertyName - The name of the property that changed.
-
oldValue - The old value of the property that changed.
-
newValue - The new value of the property that changed.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/util/debug.html b/lib/api/doctrine/common/util/debug.html deleted file mode 100644 index 91b3ec18a..000000000 --- a/lib/api/doctrine/common/util/debug.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - - - - - -Debug (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\Util\Debug
-
/Doctrine/Common/Util/Debug.php at line 36
- -

Class Debug

- -
Debug
- -
- -

public final class Debug

- -

Static class containing most used debug methods.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
Giorgio Sironi
-
-
- - - - - - -
Constructor Summary

Debug()

Private constructor (prevents from instantiation)

- - - - - - - - - - - -
Method Summary
static void

dump(mixed var, integer maxDepth)

Prints a dump of the public, protected and private properties of $var.

static void

export(mixed var, mixed maxDepth)

- -

Constructor Detail

-
/Doctrine/Common/Util/Debug.php at line 42
-

Debug

-public Debug() -
-

Private constructor (prevents from instantiation)

- -
- -

Method Detail

-
/Doctrine/Common/Util/Debug.php at line 52
-

dump

-public static void dump(mixed var, integer maxDepth) -
-

Prints a dump of the public, protected and private properties of $var.

-
See Also:
-
http://xdebug.org/
-
Parameters:
-
-
maxDepth - Maximum nesting level for object properties
-
-
- -
- -
/Doctrine/Common/Util/Debug.php at line 72
-

export

-public static void export(mixed var, mixed maxDepth) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/util/inflector.html b/lib/api/doctrine/common/util/inflector.html deleted file mode 100644 index a97156dfc..000000000 --- a/lib/api/doctrine/common/util/inflector.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - -Inflector (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\Util\Inflector
-
/Doctrine/Common/Util/Inflector.php at line 38
- -

Class Inflector

- -
Inflector
- -
- -

public class Inflector

- -

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. The -original author names and emails are not known

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
1.0
-
Version:
-
$Revision: 3189 $
-
Author:
-
Konsta Vesterinen
-
Jonathan H. Wage
-
-
- - - - - - - - - - - - - - - -
Method Summary
static string

camelize(string word)

Camelize a word.

static string

classify(string word)

Convert a word in to the format for a Doctrine class name.

static string

tableize(string word)

Convert word in to the format for a Doctrine table name.

- -

Method Detail

-
/Doctrine/Common/Util/Inflector.php at line 68
-

camelize

-public static string camelize(string word) -
-

Camelize a word. This uses the classify() method and turns the first character to lowercase

-
Returns:
-
$word
-
-
- -
- -
/Doctrine/Common/Util/Inflector.php at line 57
-

classify

-public static string classify(string word) -
-

Convert a word in to the format for a Doctrine class name. Converts 'table_name' to 'TableName'

-
Parameters:
-
word - Word to classify
-
Returns:
-
$word Classified word
-
-
- -
- -
/Doctrine/Common/Util/Inflector.php at line 46
-

tableize

-public static string tableize(string word) -
-

Convert word in to the format for a Doctrine table name. Converts 'ModelName' to 'model_name'

-
Parameters:
-
word - Word to tableize
-
Returns:
-
$word Tableized word
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/util/package-frame.html b/lib/api/doctrine/common/util/package-frame.html deleted file mode 100644 index a11fa2db9..000000000 --- a/lib/api/doctrine/common/util/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - -Doctrine\Common\Util (Doctrine) - - - - -

Doctrine\Common\Util

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/util/package-functions.html b/lib/api/doctrine/common/util/package-functions.html deleted file mode 100644 index ccd6c2f13..000000000 --- a/lib/api/doctrine/common/util/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/util/package-globals.html b/lib/api/doctrine/common/util/package-globals.html deleted file mode 100644 index 86b6167f3..000000000 --- a/lib/api/doctrine/common/util/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/util/package-summary.html b/lib/api/doctrine/common/util/package-summary.html deleted file mode 100644 index 1f9e95fbf..000000000 --- a/lib/api/doctrine/common/util/package-summary.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - -Doctrine\Common\Util (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\Common\Util

- - - - - -
Class Summary
DebugStatic class containing most used debug methods.
InflectorDoctrine inflector has static methods for inflecting textThe methods in these classes are from several different sources collected -across several different php projects and several different authors.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/util/package-tree.html b/lib/api/doctrine/common/util/package-tree.html deleted file mode 100644 index 49adc51dc..000000000 --- a/lib/api/doctrine/common/util/package-tree.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - - -Doctrine\Common\Util (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\Common\Util

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/common/version.html b/lib/api/doctrine/common/version.html deleted file mode 100644 index e745e1715..000000000 --- a/lib/api/doctrine/common/version.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - -Version (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\Common\Version
-
/Doctrine/Common/Version.php at line 36
- -

Class Version

- -
Version
- -
- -

public class Version

- -

Class to store and retrieve the version of Doctrine

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
final str

VERSION

Current Doctrine Version

- - - - - - - -
Method Summary
static int

compare(string version)

Compares a Doctrine version with the current one.

- -

Field Detail

-
/Doctrine/Common/Version.php at line 41
-

VERSION

-public final str VERSION = '2.0-DEV' -
-

Current Doctrine Version

- -
- -

Method Detail

-
/Doctrine/Common/Version.php at line 50
-

compare

-public static int compare(string version) -
-

Compares a Doctrine version with the current one.

-
Parameters:
-
version - Doctrine version to compare.
-
Returns:
-
Returns -1 if older, 0 if it is the same, 1 if version passed as argument is newer.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/configuration.html b/lib/api/doctrine/dbal/configuration.html deleted file mode 100644 index 19045128a..000000000 --- a/lib/api/doctrine/dbal/configuration.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - - - -Configuration (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Configuration
-
/Doctrine/DBAL/Configuration.php at line 39
- -

Class Configuration

- -
Configuration
- -
- -

public class Configuration

- -

Configuration container for the Doctrine DBAL.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
Internal:
-
When adding a new configuration option just write a getter/setter pair and add the option to the _attributes array with a proper default value.
-
-
- - - - - - - -
Field Summary
protected array

$_attributes

The attributes that are contained in the configuration. -

- - - - - - -
Constructor Summary

Configuration()

Creates a new DBAL configuration instance.

- - - - - - - - - - - -
Method Summary
SQLLogger

getSQLLogger()

Gets the SQL logger that is used.

void

setSQLLogger(SQLLogger logger)

Sets the SQL logger to use.

- -

Field Detail

-
/Doctrine/DBAL/Configuration.php at line 47
-

_attributes

-protected array $_attributes = array() -
-

The attributes that are contained in the configuration. -Values are default values.

- -
- -

Constructor Detail

-
/Doctrine/DBAL/Configuration.php at line 52
-

Configuration

-public Configuration() -
-

Creates a new DBAL configuration instance.

- -
- -

Method Detail

-
/Doctrine/DBAL/Configuration.php at line 74
-

getSQLLogger

-public SQLLogger getSQLLogger() -
-

Gets the SQL logger that is used.

- -
- -
/Doctrine/DBAL/Configuration.php at line 64
-

setSQLLogger

-public void setSQLLogger(SQLLogger logger) -
-

Sets the SQL logger to use. Defaults to NULL which means SQL logging is disabled.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/connection.html b/lib/api/doctrine/dbal/connection.html deleted file mode 100644 index 691f75834..000000000 --- a/lib/api/doctrine/dbal/connection.html +++ /dev/null @@ -1,996 +0,0 @@ - - - - - - - - - - - -Connection (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Connection
-
/Doctrine/DBAL/Connection.php at line 45
- -

Class Connection

- -
Connection
- -
- -

public class Connection

- -

A wrapper around a Doctrine\DBAL\Driver\Connection that adds features like -events, transaction isolation levels, configuration, emulated transaction nesting, -lazy connecting and more.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
Konsta Vesterinen
-
Lukas Smith (MDB2 library)
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
final int

TRANSACTION_READ_COMMITTED

Constant for transaction isolation level READ COMMITTED.

final int

TRANSACTION_READ_UNCOMMITTED

Constant for transaction isolation level READ UNCOMMITTED.

final int

TRANSACTION_REPEATABLE_READ

Constant for transaction isolation level REPEATABLE READ.

final int

TRANSACTION_SERIALIZABLE

Constant for transaction isolation level SERIALIZABLE.

protected Doctrine\DBAL\Configuration

$_config

protected Doctrine\DBAL\Driver\Connection

$_conn

The wrapped driver connection.

protected Doctrine\DBAL\Driver

$_driver

The used DBAL driver.

protected Doctrine\Common\EventManager

$_eventManager

protected Doctrine\DBAL\Platforms\AbstractPlatform

$_platform

The DatabasePlatform object that provides information about the -database platform used by the connection.

protected Doctrine\DBAL\Schema\SchemaManager

$_schemaManager

The schema manager.

- - - - - - -
Constructor Summary

Connection(array params, Driver driver, Configuration config, EventManager eventManager)

Initializes a new instance of the Connection class.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

beginTransaction()

Starts a transaction by suspending auto-commit mode.

void

close()

Closes the connection.

void

commit()

Commits the current transaction.

boolean

connect()

Establishes the connection with the database.

mixed

convertToDatabaseValue(mixed value, string type)

Converts a given value to its database representation according to the conversion -rules of a specific DBAL mapping type.

mixed

convertToPHPValue(mixed value, string type)

Converts a given value to its PHP representation according to the conversion -rules of a specific DBAL mapping type.

integer

delete(mixed tableName, array identifier, string table)

Executes an SQL DELETE statement on a table.

integer

errorCode()

Fetch the SQLSTATE associated with the last database operation.

array

errorInfo()

Fetch extended error information associated with the last database operation.

integer

exec(string statement)

Execute an SQL statement and return the number of affected rows.

Doctrine\DBAL\Driver\Statement

executeQuery(string query, array params)

Executes an, optionally parameterized, SQL query. -

integer

executeUpdate(string query, array params, array types)

Executes an SQL INSERT/UPDATE/DELETE query with the given parameters -and returns the number of affected rows. -

array

fetchAll(string sql, array params)

Prepares and executes an SQL query and returns the result as an associative array.

array

fetchArray(string statement, array params)

Prepares and executes an SQL query and returns the first row of the result -as a numerically indexed array.

mixed

fetchColumn(string statement, array params, int colnum)

Prepares and executes an SQL query and returns the value of a single column -of the first row of the result.

array

fetchRow(string statement, array params)

Prepares and executes an SQL query and returns the first row of the result -as an associative array.

Doctrine\DBAL\Configuration

getConfiguration()

Gets the Configuration used by the Connection.

string

getDatabase()

Gets the name of the database this Connection is connected to.

Doctrine\DBAL\Platforms\AbstractPlatform

getDatabasePlatform()

Gets the DatabasePlatform for the connection.

Doctrine\DBAL\Driver

getDriver()

Gets the DBAL driver instance.

Doctrine\Common\EventManager

getEventManager()

Gets the EventManager used by the Connection.

string

getHost()

Gets the hostname of the currently connected database.

array

getParams()

Gets the parameters used during instantiation.

string

getPassword()

Gets the password used by this connection.

mixed

getPort()

Gets the port of the currently connected database.

boolean

getRollbackOnly()

Check whether the current transaction is marked for rollback only.

Doctrine\DBAL\Schema\SchemaManager

getSchemaManager()

Gets the SchemaManager that can be used to inspect or change the -database schema through the connection.

integer

getTransactionIsolation()

Gets the currently active transaction isolation level.

integer

getTransactionNestingLevel()

Returns the current transaction nesting level.

string

getUsername()

Gets the username used by this connection.

Doctrine\DBAL\Driver\Connection

getWrappedConnection()

Gets the wrapped driver connection.

integer

insert(mixed tableName, array data, string table)

Inserts a table row with specified data.

boolean

isConnected()

Whether an actual connection to the database is established.

boolean

isTransactionActive()

Checks whether a transaction is currently active.

string

lastInsertId(string seqName)

Returns the ID of the last inserted row, or the last value from a sequence object, -depending on the underlying driver. -

Doctrine\DBAL\Driver\Statement

prepare(string statement)

Prepares an SQL statement.

mixed

project(string query, array params, mixed function, Closure mapper)

Executes an, optionally parameterized, SQL query and returns the result, -applying a given projection/transformation function on each row of the result.

Doctrine\DBAL\Driver\Statement

query(string statement, integer fetchType)

Executes an SQL statement, returning a result set as a Statement object.

string

quote(mixed input, string type)

Quotes a given input parameter.

string

quoteIdentifier(string str)

Quote a string so it can be safely used as a table or column name, even if -it is a reserved name. -

void

rollback()

Cancel any database changes done during the current transaction. -

void

setCharset(string charset)

Sets the given charset on the current connection.

void

setRollbackOnly()

Marks the current transaction so that the only possible -outcome for the transaction to be rolled back.

void

setTransactionIsolation(integer level)

Sets the transaction isolation level.

integer

update(mixed tableName, mixed data, array identifier, string table)

Executes an SQL UPDATE statement on a table.

- -

Field Detail

-
/Doctrine/DBAL/Connection.php at line 55
-

TRANSACTION_READ_COMMITTED

-public final int TRANSACTION_READ_COMMITTED = 2 -
-

Constant for transaction isolation level READ COMMITTED.

- -
- -
/Doctrine/DBAL/Connection.php at line 50
-

TRANSACTION_READ_UNCOMMITTED

-public final int TRANSACTION_READ_UNCOMMITTED = 1 -
-

Constant for transaction isolation level READ UNCOMMITTED.

- -
- -
/Doctrine/DBAL/Connection.php at line 60
-

TRANSACTION_REPEATABLE_READ

-public final int TRANSACTION_REPEATABLE_READ = 3 -
-

Constant for transaction isolation level REPEATABLE READ.

- -
- -
/Doctrine/DBAL/Connection.php at line 65
-

TRANSACTION_SERIALIZABLE

-public final int TRANSACTION_SERIALIZABLE = 4 -
-

Constant for transaction isolation level SERIALIZABLE.

- -
- -
/Doctrine/DBAL/Connection.php at line 77
-

_config

-protected Doctrine\DBAL\Configuration $_config -
-

- -
- -
/Doctrine/DBAL/Connection.php at line 72
-

_conn

-protected Doctrine\DBAL\Driver\Connection $_conn -
-

The wrapped driver connection.

- -
- -
/Doctrine/DBAL/Connection.php at line 132
-

_driver

-protected Doctrine\DBAL\Driver $_driver -
-

The used DBAL driver.

- -
- -
/Doctrine/DBAL/Connection.php at line 82
-

_eventManager

-protected Doctrine\Common\EventManager $_eventManager -
-

- -
- -
/Doctrine/DBAL/Connection.php at line 118
-

_platform

-protected Doctrine\DBAL\Platforms\AbstractPlatform $_platform -
-

The DatabasePlatform object that provides information about the -database platform used by the connection.

- -
- -
/Doctrine/DBAL/Connection.php at line 125
-

_schemaManager

-protected Doctrine\DBAL\Schema\SchemaManager $_schemaManager -
-

The schema manager.

- -
- -

Constructor Detail

-
/Doctrine/DBAL/Connection.php at line 149
-

Connection

-public Connection(array params, Driver driver, Configuration config, EventManager eventManager) -
-

Initializes a new instance of the Connection class.

-
Parameters:
-
params - The connection parameters.
-
-
-
-
-
- -
- -

Method Detail

-
/Doctrine/DBAL/Connection.php at line 716
-

beginTransaction

-public void beginTransaction() -
-

Starts a transaction by suspending auto-commit mode.

- -
- -
/Doctrine/DBAL/Connection.php at line 396
-

close

-public void close() -
-

Closes the connection.

- -
- -
/Doctrine/DBAL/Connection.php at line 734
-

commit

-public void commit() -
-

Commits the current transaction.

-
Throws:
-
If the commit failed due to no active transaction or because the transaction was marked for rollback only.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 287
-

connect

-public boolean connect() -
-

Establishes the connection with the database.

-
Returns:
-
TRUE if the connection was successfully established, FALSE if the connection is already open.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 841
-

convertToDatabaseValue

-public mixed convertToDatabaseValue(mixed value, string type) -
-

Converts a given value to its database representation according to the conversion -rules of a specific DBAL mapping type.

-
Parameters:
-
value - The value to convert.
-
type - The name of the DBAL mapping type.
-
Returns:
-
The converted value.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 854
-

convertToPHPValue

-public mixed convertToPHPValue(mixed value, string type) -
-

Converts a given value to its PHP representation according to the conversion -rules of a specific DBAL mapping type.

-
Parameters:
-
value - The value to convert.
-
type - The name of the DBAL mapping type.
-
Returns:
-
The converted type.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 376
-

delete

-public integer delete(mixed tableName, array identifier, string table) -
-

Executes an SQL DELETE statement on a table.

-
Parameters:
-
table - The name of the table on which to delete.
-
identifier - The deletion criteria. An associateve array containing column-value pairs.
-
Returns:
-
The number of affected rows.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 677
-

errorCode

-public integer errorCode() -
-

Fetch the SQLSTATE associated with the last database operation.

-
Returns:
-
The last error code.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 688
-

errorInfo

-public array errorInfo() -
-

Fetch extended error information associated with the last database operation.

-
Returns:
-
The last error information.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 656
-

exec

-public integer exec(string statement) -
-

Execute an SQL statement and return the number of affected rows.

-
Returns:
-
The number of affected rows.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 554
-

executeQuery

-public Doctrine\DBAL\Driver\Statement executeQuery(string query, array params) -
-

Executes an, optionally parameterized, SQL query.

If the query is parameterized, a prepared statement is used. -If an SQLLogger is configured, the execution is logged.

-
Parameters:
-
query - The SQL query to execute.
-
params - The parameters to bind to the query, if any.
-
Returns:
-
The executed statement.
-
Internal:
-
PERF: Directly prepares a driver statement, not a wrapper.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 626
-

executeUpdate

-public integer executeUpdate(string query, array params, array types) -
-

Executes an SQL INSERT/UPDATE/DELETE query with the given parameters -and returns the number of affected rows.

This method supports PDO binding types as well as DBAL mapping types.

-
Parameters:
-
query - The SQL query.
-
params - The query parameters.
-
types - The parameter types.
-
Returns:
-
The number of affected rows.
-
Internal:
-
PERF: Directly prepares a driver statement, not a wrapper.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 525
-

fetchAll

-public array fetchAll(string sql, array params) -
-

Prepares and executes an SQL query and returns the result as an associative array.

-
Parameters:
-
sql - The SQL query.
-
params - The query parameters.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 330
-

fetchArray

-public array fetchArray(string statement, array params) -
-

Prepares and executes an SQL query and returns the first row of the result -as a numerically indexed array.

-
Parameters:
-
statement - sql query to be executed
-
params - prepared statement params
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 344
-

fetchColumn

-public mixed fetchColumn(string statement, array params, int colnum) -
-

Prepares and executes an SQL query and returns the value of a single column -of the first row of the result.

-
Parameters:
-
statement - sql query to be executed
-
params - prepared statement params
-
colnum - 0-indexed column number to retrieve
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 317
-

fetchRow

-public array fetchRow(string statement, array params) -
-

Prepares and executes an SQL query and returns the first row of the result -as an associative array.

-
Parameters:
-
statement - The SQL query.
-
params - The query parameters.
-
Todo:
-
Rename: fetchAssoc
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 256
-

getConfiguration

-public Doctrine\DBAL\Configuration getConfiguration() -
-

Gets the Configuration used by the Connection.

- -
- -
/Doctrine/DBAL/Connection.php at line 196
-

getDatabase

-public string getDatabase() -
-

Gets the name of the database this Connection is connected to.

-
Returns:
-
$database
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 276
-

getDatabasePlatform

-public Doctrine\DBAL\Platforms\AbstractPlatform getDatabasePlatform() -
-

Gets the DatabasePlatform for the connection.

- -
- -
/Doctrine/DBAL/Connection.php at line 246
-

getDriver

-public Doctrine\DBAL\Driver getDriver() -
-

Gets the DBAL driver instance.

- -
- -
/Doctrine/DBAL/Connection.php at line 266
-

getEventManager

-public Doctrine\Common\EventManager getEventManager() -
-

Gets the EventManager used by the Connection.

- -
- -
/Doctrine/DBAL/Connection.php at line 206
-

getHost

-public string getHost() -
-

Gets the hostname of the currently connected database.

- -
- -
/Doctrine/DBAL/Connection.php at line 186
-

getParams

-public array getParams() -
-

Gets the parameters used during instantiation.

-
Returns:
-
$params
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 236
-

getPassword

-public string getPassword() -
-

Gets the password used by this connection.

- -
- -
/Doctrine/DBAL/Connection.php at line 216
-

getPort

-public mixed getPort() -
-

Gets the port of the currently connected database.

- -
- -
/Doctrine/DBAL/Connection.php at line 825
-

getRollbackOnly

-public boolean getRollbackOnly() -
-

Check whether the current transaction is marked for rollback only.

-
Throws:
-
If no transaction is active.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 796
-

getSchemaManager

-public Doctrine\DBAL\Schema\SchemaManager getSchemaManager() -
-

Gets the SchemaManager that can be used to inspect or change the -database schema through the connection.

- -
- -
/Doctrine/DBAL/Connection.php at line 420
-

getTransactionIsolation

-public integer getTransactionIsolation() -
-

Gets the currently active transaction isolation level.

-
Returns:
-
The current transaction isolation level.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 667
-

getTransactionNestingLevel

-public integer getTransactionNestingLevel() -
-

Returns the current transaction nesting level.

-
Returns:
-
The nesting level. A value of 0 means there's no active transaction.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 226
-

getUsername

-public string getUsername() -
-

Gets the username used by this connection.

- -
- -
/Doctrine/DBAL/Connection.php at line 783
-

getWrappedConnection

-public Doctrine\DBAL\Driver\Connection getWrappedConnection() -
-

Gets the wrapped driver connection.

- -
- -
/Doctrine/DBAL/Connection.php at line 456
-

insert

-public integer insert(mixed tableName, array data, string table) -
-

Inserts a table row with specified data.

-
Parameters:
-
table - The name of the table to insert data into.
-
data - An associative array containing column-value pairs.
-
Returns:
-
The number of affected rows.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 354
-

isConnected

-public boolean isConnected() -
-

Whether an actual connection to the database is established.

- -
- -
/Doctrine/DBAL/Connection.php at line 364
-

isTransactionActive

-public boolean isTransactionActive() -
-

Checks whether a transaction is currently active.

-
Returns:
-
TRUE if a transaction is currently active, FALSE otherwise.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 705
-

lastInsertId

-public string lastInsertId(string seqName) -
-

Returns the ID of the last inserted row, or the last value from a sequence object, -depending on the underlying driver.

Note: This method may not return a meaningful or consistent result across different drivers, -because the underlying database may not even support the notion of AUTO_INCREMENT/IDENTITY -columns or sequences.

-
Parameters:
-
seqName - Name of the sequence object from which the ID should be returned.
-
Returns:
-
A string representation of the last inserted ID.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 536
-

prepare

-public Doctrine\DBAL\Driver\Statement prepare(string statement) -
-

Prepares an SQL statement.

-
Parameters:
-
statement - The SQL statement to prepare.
-
Returns:
-
The prepared statement.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 588
-

project

-public mixed project(string query, array params, mixed function, Closure mapper) -
-

Executes an, optionally parameterized, SQL query and returns the result, -applying a given projection/transformation function on each row of the result.

-
Parameters:
-
query - The SQL query to execute.
-
params - The parameters, if any.
-
mapper - The transformation function that is applied on each row. The function receives a single paramater, an array, that represents a row of the result set.
-
Returns:
-
The projected result of the query.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 609
-

query

-public Doctrine\DBAL\Driver\Statement query(string statement, integer fetchType) -
-

Executes an SQL statement, returning a result set as a Statement object.

- -
- -
/Doctrine/DBAL/Connection.php at line 511
-

quote

-public string quote(mixed input, string type) -
-

Quotes a given input parameter.

-
Parameters:
-
input - Parameter to be quoted.
-
type - Type of the parameter.
-
Returns:
-
The quoted parameter.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 499
-

quoteIdentifier

-public string quoteIdentifier(string str) -
-

Quote a string so it can be safely used as a table or column name, even if -it is a reserved name.

Delimiting style depends on the underlying database platform that is being used.

NOTE: Just because you CAN use quoted identifiers does not mean -you SHOULD use them. In general, they end up causing way more -problems than they solve.

-
Parameters:
-
str - The name to be quoted.
-
Returns:
-
The quoted name.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 760
-

rollback

-public void rollback() -
-

Cancel any database changes done during the current transaction.

this method can be listened with onPreTransactionRollback and onTransactionRollback -eventlistener methods

-
Throws:
-
If the rollback operation failed.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 481
-

setCharset

-public void setCharset(string charset) -
-

Sets the given charset on the current connection.

-
Parameters:
-
charset - The charset to set.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 811
-

setRollbackOnly

-public void setRollbackOnly() -
-

Marks the current transaction so that the only possible -outcome for the transaction to be rolled back.

-
Throws:
-
If no transaction is active.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 408
-

setTransactionIsolation

-public void setTransactionIsolation(integer level) -
-

Sets the transaction isolation level.

-
Parameters:
-
level - The level to set.
-
-
- -
- -
/Doctrine/DBAL/Connection.php at line 432
-

update

-public integer update(mixed tableName, mixed data, array identifier, string table) -
-

Executes an SQL UPDATE statement on a table.

-
Parameters:
-
table - The name of the table to update.
-
identifier - The update criteria. An associative array containing column-value pairs.
-
Returns:
-
The number of affected rows.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/connectionexception.html b/lib/api/doctrine/dbal/connectionexception.html deleted file mode 100644 index e66f282b0..000000000 --- a/lib/api/doctrine/dbal/connectionexception.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - -ConnectionException (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\ConnectionException
-
/Doctrine/DBAL/ConnectionException.php at line 33
- -

Class ConnectionException

- -
Class:ConnectionException - Superclass: DBALException
-Class:DBALException - Superclass: Exception
-Exception
⌊ DBALException
⌊ ConnectionException
- -
- -

public class ConnectionException
extends DBALException - -

- -

Doctrine\DBAL\ConnectionException

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 4628 $
-
Author:
-
Jonathan H. Wage -
-
- - - - - - - - - - - -
Method Summary
static void

commitFailedRollbackOnly()

static void

noActiveTransaction()

- - - -
Methods inherited from Doctrine\DBAL\DBALException
driverRequired, invalidDriverClass, invalidPdoInstance, invalidPlatformSpecified, invalidTableName, invalidWrapperClass, limitOffsetInvalid, noColumnsSpecifiedForTable, notSupported, typeExists, typeNotFound, unknownColumnType, unknownDriver
- -

Method Detail

-
/Doctrine/DBAL/ConnectionException.php at line 35
-

commitFailedRollbackOnly

-public static void commitFailedRollbackOnly() -
-
- -
- -
/Doctrine/DBAL/ConnectionException.php at line 40
-

noActiveTransaction

-public static void noActiveTransaction() -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/dbalexception.html b/lib/api/doctrine/dbal/dbalexception.html deleted file mode 100644 index 8ee2ccc1f..000000000 --- a/lib/api/doctrine/dbal/dbalexception.html +++ /dev/null @@ -1,242 +0,0 @@ - - - - - - - - - - - -DBALException (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\DBALException
-
/Doctrine/DBAL/DBALException.php at line 5
- -

Class DBALException

- -
Class:DBALException - Superclass: Exception
-Exception
⌊ DBALException
- -
- -

public class DBALException
extends Exception - -

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
static void

driverRequired()

static void

invalidDriverClass(mixed driverClass)

static void

invalidPdoInstance()

static void

invalidPlatformSpecified()

static DBALException

invalidTableName(string tableName)

static void

invalidWrapperClass(mixed wrapperClass)

static void

limitOffsetInvalid()

static DBALException

noColumnsSpecifiedForTable(string tableName)

static void

notSupported(mixed method)

static void

typeExists(mixed name)

static void

typeNotFound(mixed name)

static void

unknownColumnType(mixed name)

static void

unknownDriver(mixed unknownDriverName, mixed knownDrivers)

- -

Method Detail

-
/Doctrine/DBAL/DBALException.php at line 27
-

driverRequired

-public static void driverRequired() -
-
- -
- -
/Doctrine/DBAL/DBALException.php at line 45
-

invalidDriverClass

-public static void invalidDriverClass(mixed driverClass) -
-
- -
- -
/Doctrine/DBAL/DBALException.php at line 19
-

invalidPdoInstance

-public static void invalidPdoInstance() -
-
- -
- -
/Doctrine/DBAL/DBALException.php at line 12
-

invalidPlatformSpecified

-public static void invalidPlatformSpecified() -
-
- -
- -
/Doctrine/DBAL/DBALException.php at line 55
-

invalidTableName

-public static DBALException invalidTableName(string tableName) -
-

- -
- -
/Doctrine/DBAL/DBALException.php at line 39
-

invalidWrapperClass

-public static void invalidWrapperClass(mixed wrapperClass) -
-
- -
- -
/Doctrine/DBAL/DBALException.php at line 69
-

limitOffsetInvalid

-public static void limitOffsetInvalid() -
-
- -
- -
/Doctrine/DBAL/DBALException.php at line 64
-

noColumnsSpecifiedForTable

-public static DBALException noColumnsSpecifiedForTable(string tableName) -
-

- -
- -
/Doctrine/DBAL/DBALException.php at line 7
-

notSupported

-public static void notSupported(mixed method) -
-
- -
- -
/Doctrine/DBAL/DBALException.php at line 74
-

typeExists

-public static void typeExists(mixed name) -
-
- -
- -
/Doctrine/DBAL/DBALException.php at line 84
-

typeNotFound

-public static void typeNotFound(mixed name) -
-
- -
- -
/Doctrine/DBAL/DBALException.php at line 79
-

unknownColumnType

-public static void unknownColumnType(mixed name) -
-
- -
- -
/Doctrine/DBAL/DBALException.php at line 33
-

unknownDriver

-public static void unknownDriver(mixed unknownDriverName, mixed knownDrivers) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver.html b/lib/api/doctrine/dbal/driver.html deleted file mode 100644 index 51a1ffe4e..000000000 --- a/lib/api/doctrine/dbal/driver.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - - - - - - -Driver (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Driver
-
/Doctrine/DBAL/Driver.php at line 11
- -

Interface Driver

- -
Driver
- -
- -

public interface Driver

- -

Driver interface. -Interface that all DBAL drivers must implement.

- -
-
Since:
-
2.0
-
-
- - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
Doctrine\DBAL\Driver\Connection

connect(array params, string username, string password, array driverOptions)

Attempts to create a connection with the database.

string

getDatabase(Doctrine\DBAL\Connection conn)

Get the name of the database connected to for this driver.

Doctrine\DBAL\Platforms\AbstractPlatform

getDatabasePlatform()

Gets the DatabasePlatform instance that provides all the metadata about -the platform this driver connects to.

string

getName()

Gets the name of the driver.

Doctrine\DBAL\SchemaManager

getSchemaManager(Doctrine\DBAL\Connection conn)

Gets the SchemaManager that can be used to inspect and change the underlying -database schema of the platform this driver connects to.

- -

Method Detail

-
/Doctrine/DBAL/Driver.php at line 22
-

connect

-public Doctrine\DBAL\Driver\Connection connect(array params, string username, string password, array driverOptions) -
-

Attempts to create a connection with the database.

-
Parameters:
-
params - All connection parameters passed by the user.
-
username - The username to use when connecting.
-
password - The password to use when connecting.
-
driverOptions - The driver options to use when connecting.
-
Returns:
-
The database connection.
-
-
- -
- -
/Doctrine/DBAL/Driver.php at line 54
-

getDatabase

-public string getDatabase(Doctrine\DBAL\Connection conn) -
-

Get the name of the database connected to for this driver.

-
Returns:
-
$database
-
-
- -
- -
/Doctrine/DBAL/Driver.php at line 30
-

getDatabasePlatform

-public Doctrine\DBAL\Platforms\AbstractPlatform getDatabasePlatform() -
-

Gets the DatabasePlatform instance that provides all the metadata about -the platform this driver connects to.

-
Returns:
-
The database platform.
-
-
- -
- -
/Doctrine/DBAL/Driver.php at line 46
-

getName

-public string getName() -
-

Gets the name of the driver.

-
Returns:
-
The name of the driver.
-
-
- -
- -
/Doctrine/DBAL/Driver.php at line 39
-

getSchemaManager

-public Doctrine\DBAL\SchemaManager getSchemaManager(Doctrine\DBAL\Connection conn) -
-

Gets the SchemaManager that can be used to inspect and change the underlying -database schema of the platform this driver connects to.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/connection.html b/lib/api/doctrine/dbal/driver/connection.html deleted file mode 100644 index 45467003d..000000000 --- a/lib/api/doctrine/dbal/driver/connection.html +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - - - - - - -Connection (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Driver\Connection
-
/Doctrine/DBAL/Driver/Connection.php at line 32
- -

Interface Connection

- -
Connection
- -
- -

public interface Connection

- -

Connection interface. -Driver connections must implement this interface.

This resembles (a subset of) the PDO interface.

- -
-
Since:
-
2.0
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

beginTransaction()

void

commit()

void

errorCode()

void

errorInfo()

void

exec(mixed statement)

void

lastInsertId(mixed name)

void

prepare(mixed prepareString)

void

query()

void

quote(mixed input, mixed type)

void

rollBack()

- -

Method Detail

-
/Doctrine/DBAL/Driver/Connection.php at line 39
-

beginTransaction

-public void beginTransaction() -
-
- -
- -
/Doctrine/DBAL/Driver/Connection.php at line 40
-

commit

-public void commit() -
-
- -
- -
/Doctrine/DBAL/Driver/Connection.php at line 42
-

errorCode

-public void errorCode() -
-
- -
- -
/Doctrine/DBAL/Driver/Connection.php at line 43
-

errorInfo

-public void errorInfo() -
-
- -
- -
/Doctrine/DBAL/Driver/Connection.php at line 37
-

exec

-public void exec(mixed statement) -
-
- -
- -
/Doctrine/DBAL/Driver/Connection.php at line 38
-

lastInsertId

-public void lastInsertId(mixed name) -
-
- -
- -
/Doctrine/DBAL/Driver/Connection.php at line 34
-

prepare

-public void prepare(mixed prepareString) -
-
- -
- -
/Doctrine/DBAL/Driver/Connection.php at line 35
-

query

-public void query() -
-
- -
- -
/Doctrine/DBAL/Driver/Connection.php at line 36
-

quote

-public void quote(mixed input, mixed type) -
-
- -
- -
/Doctrine/DBAL/Driver/Connection.php at line 41
-

rollBack

-public void rollBack() -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/oci8/driver.html b/lib/api/doctrine/dbal/driver/oci8/driver.html deleted file mode 100644 index 3ec03ddc1..000000000 --- a/lib/api/doctrine/dbal/driver/oci8/driver.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - - - - - - -Driver (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Driver\OCI8\Driver
-
/Doctrine/DBAL/Driver/OCI8/Driver.php at line 32
- -

Class Driver

- -
Driver
- -
-
All Implemented Interfaces:
-
Driver -
- -
- -

public class Driver

- -

A Doctrine DBAL driver for the Oracle OCI8 PHP extensions.

- -
-
Author:
-
Roman Borschel
-
Since:
-
2.0
-
-
- - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

connect(mixed params, mixed username, mixed password, mixed driverOptions)

void

getDatabase(mixed conn)

void

getDatabasePlatform()

void

getName()

void

getSchemaManager(mixed conn)

- -

Method Detail

-
/Doctrine/DBAL/Driver/OCI8/Driver.php at line 34
-

connect

-public void connect(mixed params, mixed username, mixed password, mixed driverOptions) -
-
- -
- -
/Doctrine/DBAL/Driver/OCI8/Driver.php at line 88
-

getDatabase

-public void getDatabase(mixed conn) -
-
- -
- -
/Doctrine/DBAL/Driver/OCI8/Driver.php at line 73
-

getDatabasePlatform

-public void getDatabasePlatform() -
-
- -
- -
/Doctrine/DBAL/Driver/OCI8/Driver.php at line 83
-

getName

-public void getName() -
-
- -
- -
/Doctrine/DBAL/Driver/OCI8/Driver.php at line 78
-

getSchemaManager

-public void getSchemaManager(mixed conn) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/oci8/oci8connection.html b/lib/api/doctrine/dbal/driver/oci8/oci8connection.html deleted file mode 100644 index 79f6bb945..000000000 --- a/lib/api/doctrine/dbal/driver/oci8/oci8connection.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - - - - - - - - -OCI8Connection (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Driver\OCI8\OCI8Connection
-
/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php at line 29
- -

Class OCI8Connection

- -
OCI8Connection
- -
-
All Implemented Interfaces:
-
Driver Connection -
- -
- -

public class OCI8Connection

- -

OCI8 implementation of the Connection interface.

- -
-
Since:
-
2.0
-
-
- - - - - - -
Constructor Summary

OCI8Connection(mixed username, mixed password, mixed db)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

beginTransaction()

void

commit()

void

errorCode()

void

errorInfo()

void

exec(mixed statement)

void

lastInsertId(mixed name)

void

prepare(mixed prepareString)

void

query()

void

quote(mixed input, mixed type)

void

rollBack()

- -

Constructor Detail

-
/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php at line 33
-

OCI8Connection

-public OCI8Connection(mixed username, mixed password, mixed db) -
-
- -
- -

Method Detail

-
/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php at line 73
-

beginTransaction

-public void beginTransaction() -
-
- -
- -
/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php at line 78
-

commit

-public void commit() -
-
- -
- -
/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php at line 94
-

errorCode

-public void errorCode() -
-
- -
- -
/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php at line 103
-

errorInfo

-public void errorInfo() -
-
- -
- -
/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php at line 61
-

exec

-public void exec(mixed statement) -
-
- -
- -
/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php at line 68
-

lastInsertId

-public void lastInsertId(mixed name) -
-
- -
- -
/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php at line 41
-

prepare

-public void prepare(mixed prepareString) -
-
- -
- -
/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php at line 46
-

query

-public void query() -
-
- -
- -
/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php at line 56
-

quote

-public void quote(mixed input, mixed type) -
-
- -
- -
/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php at line 86
-

rollBack

-public void rollBack() -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/oci8/oci8exception.html b/lib/api/doctrine/dbal/driver/oci8/oci8exception.html deleted file mode 100644 index e994fb17e..000000000 --- a/lib/api/doctrine/dbal/driver/oci8/oci8exception.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - - -OCI8Exception (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Driver\OCI8\OCI8Exception
-
/Doctrine/DBAL/Driver/OCI8/OCI8Exception.php at line 24
- -

Class OCI8Exception

- -
Class:OCI8Exception - Superclass: Exception
-Exception
⌊ OCI8Exception
- -
- -

public class OCI8Exception
extends Exception - -

- -
- - - - - - - -
Method Summary
static void

fromErrorInfo(mixed error)

- -

Method Detail

-
/Doctrine/DBAL/Driver/OCI8/OCI8Exception.php at line 26
-

fromErrorInfo

-public static void fromErrorInfo(mixed error) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/oci8/oci8statement.html b/lib/api/doctrine/dbal/driver/oci8/oci8statement.html deleted file mode 100644 index 996143509..000000000 --- a/lib/api/doctrine/dbal/driver/oci8/oci8statement.html +++ /dev/null @@ -1,253 +0,0 @@ - - - - - - - - - - - -OCI8Statement (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Driver\OCI8\OCI8Statement
-
/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php at line 32
- -

Class OCI8Statement

- -
OCI8Statement
- -
-
All Implemented Interfaces:
-
Driver Statement -
- -
- -

public class OCI8Statement

- -

The OCI8 implementation of the Statement interface.

- -
-
Since:
-
2.0
-
Author:
-
Roman Borschel
-
-
- - - - - - -
Constructor Summary

OCI8Statement(resource dbh, string statement)

Creates a new OCI8Statement that uses the given connection handle and SQL statement.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

bindParam(mixed column, mixed variable, mixed type)

{@inheritdoc}

void

bindValue(mixed param, mixed value, mixed type)

{@inheritdoc}

boolean

closeCursor()

Closes the cursor, enabling the statement to be executed again.

void

columnCount()

{@inheritdoc}

void

errorCode()

{@inheritdoc}

void

errorInfo()

{@inheritdoc}

void

execute(mixed params)

{@inheritdoc}

void

fetch(mixed fetchStyle)

{@inheritdoc}

void

fetchAll(mixed fetchStyle)

{@inheritdoc}

void

fetchColumn(mixed columnIndex)

{@inheritdoc}

void

rowCount()

{@inheritdoc}

- -

Constructor Detail

-
/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php at line 51
-

OCI8Statement

-public OCI8Statement(resource dbh, string statement) -
-

Creates a new OCI8Statement that uses the given connection handle and SQL statement.

-
Parameters:
-
dbh - The connection handle.
-
statement - The SQL statement.
-
-
- -
- -

Method Detail

-
/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php at line 87
-

bindParam

-public void bindParam(mixed column, mixed variable, mixed type) -
-

- -
- -
/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php at line 79
-

bindValue

-public void bindValue(mixed param, mixed value, mixed type) -
-

- -
- -
/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php at line 99
-

closeCursor

-public boolean closeCursor() -
-

Closes the cursor, enabling the statement to be executed again.

-
Returns:
-
Returns TRUE on success or FALSE on failure.
-
-
- -
- -
/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php at line 107
-

columnCount

-public void columnCount() -
-

- -
- -
/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php at line 115
-

errorCode

-public void errorCode() -
-

- -
- -
/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php at line 127
-

errorInfo

-public void errorInfo() -
-

- -
- -
/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php at line 135
-

execute

-public void execute(mixed params) -
-

- -
- -
/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php at line 158
-

fetch

-public void fetch(mixed fetchStyle) -
-

- -
- -
/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php at line 170
-

fetchAll

-public void fetchAll(mixed fetchStyle) -
-

- -
- -
/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php at line 185
-

fetchColumn

-public void fetchColumn(mixed columnIndex) -
-

- -
- -
/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php at line 194
-

rowCount

-public void rowCount() -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/oci8/package-frame.html b/lib/api/doctrine/dbal/driver/oci8/package-frame.html deleted file mode 100644 index 7adf1ab27..000000000 --- a/lib/api/doctrine/dbal/driver/oci8/package-frame.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Driver\OCI8 (Doctrine) - - - - -

Doctrine\DBAL\Driver\OCI8

- -

Classes

- - -

Exceptions

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/oci8/package-functions.html b/lib/api/doctrine/dbal/driver/oci8/package-functions.html deleted file mode 100644 index 80262c17d..000000000 --- a/lib/api/doctrine/dbal/driver/oci8/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/oci8/package-globals.html b/lib/api/doctrine/dbal/driver/oci8/package-globals.html deleted file mode 100644 index b5b617d52..000000000 --- a/lib/api/doctrine/dbal/driver/oci8/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/oci8/package-summary.html b/lib/api/doctrine/dbal/driver/oci8/package-summary.html deleted file mode 100644 index 4ccae1802..000000000 --- a/lib/api/doctrine/dbal/driver/oci8/package-summary.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Driver\OCI8 (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\DBAL\Driver\OCI8

- - - - - - -
Class Summary
DriverA Doctrine DBAL driver for the Oracle OCI8 PHP extensions.
OCI8ConnectionOCI8 implementation of the Connection interface.
OCI8StatementThe OCI8 implementation of the Statement interface.
- - - - -
Exception Summary
OCI8Exception
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/oci8/package-tree.html b/lib/api/doctrine/dbal/driver/oci8/package-tree.html deleted file mode 100644 index c24efb5d0..000000000 --- a/lib/api/doctrine/dbal/driver/oci8/package-tree.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Driver\OCI8 (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\DBAL\Driver\OCI8

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/package-frame.html b/lib/api/doctrine/dbal/driver/package-frame.html deleted file mode 100644 index 1d9105009..000000000 --- a/lib/api/doctrine/dbal/driver/package-frame.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Driver (Doctrine) - - - - -

Doctrine\DBAL\Driver

- -

Classes

- - -

Interfaces

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/package-functions.html b/lib/api/doctrine/dbal/driver/package-functions.html deleted file mode 100644 index 386e6e2a1..000000000 --- a/lib/api/doctrine/dbal/driver/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/package-globals.html b/lib/api/doctrine/dbal/driver/package-globals.html deleted file mode 100644 index fa4d3ade5..000000000 --- a/lib/api/doctrine/dbal/driver/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/package-summary.html b/lib/api/doctrine/dbal/driver/package-summary.html deleted file mode 100644 index f10699e7c..000000000 --- a/lib/api/doctrine/dbal/driver/package-summary.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Driver (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\DBAL\Driver

- - - - - -
Class Summary
PDOConnectionPDO implementation of the Connection interface. -
PDOStatementThe PDO implementation of the Statement interface. -
- - - - - -
Interface Summary
ConnectionConnection interface. -
StatementStatement interface. -
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/package-tree.html b/lib/api/doctrine/dbal/driver/package-tree.html deleted file mode 100644 index 3b6c341c8..000000000 --- a/lib/api/doctrine/dbal/driver/package-tree.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Driver (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\DBAL\Driver

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdoconnection.html b/lib/api/doctrine/dbal/driver/pdoconnection.html deleted file mode 100644 index f10754fd5..000000000 --- a/lib/api/doctrine/dbal/driver/pdoconnection.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - -PDOConnection (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Driver\PDOConnection
-
/Doctrine/DBAL/Driver/PDOConnection.php at line 32
- -

Class PDOConnection

- -
Class:PDOConnection - Superclass: PDO
-PDO
⌊ PDOConnection
- -
-
All Implemented Interfaces:
-
Connection -
- -
- -

public class PDOConnection
extends PDO - -

- -

PDO implementation of the Connection interface. -Used by all PDO-based drivers.

- -
-
Since:
-
2.0
-
-
- - - - - - -
Constructor Summary

PDOConnection(mixed dsn, mixed user, mixed password, mixed options)

- -

Constructor Detail

-
/Doctrine/DBAL/Driver/PDOConnection.php at line 34
-

PDOConnection

-public PDOConnection(mixed dsn, mixed user, mixed password, mixed options) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdomssql/connection.html b/lib/api/doctrine/dbal/driver/pdomssql/connection.html deleted file mode 100644 index 9aba1c993..000000000 --- a/lib/api/doctrine/dbal/driver/pdomssql/connection.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - - - -Connection (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Driver\PDOMsSql\Connection
-
/Doctrine/DBAL/Driver/PDOMsSql/Connection.php at line 29
- -

Class Connection

- -
Class:Connection - Superclass: PDO
-PDO
⌊ Connection
- -
-
All Implemented Interfaces:
-
Driver Connection -
- -
- -

public class Connection
extends PDO - -

- -

MsSql Connection implementation.

- -
-
Since:
-
2.0
-
-
- - - - - - - - - - - - - - - -
Method Summary
void

beginTransaction()

Begins a database transaction.

void

commit()

Performs the commit.

void

rollback()

Performs the rollback.

- -

Method Detail

-
/Doctrine/DBAL/Driver/PDOMsSql/Connection.php at line 56
-

beginTransaction

-public void beginTransaction() -
-

Begins a database transaction.

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Driver/PDOMsSql/Connection.php at line 46
-

commit

-public void commit() -
-

Performs the commit.

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Driver/PDOMsSql/Connection.php at line 36
-

rollback

-public void rollback() -
-

Performs the rollback.

-
Override.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdomssql/driver.html b/lib/api/doctrine/dbal/driver/pdomssql/driver.html deleted file mode 100644 index 06dd46868..000000000 --- a/lib/api/doctrine/dbal/driver/pdomssql/driver.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - - - -Driver (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Driver\PDOMsSql\Driver
-
/Doctrine/DBAL/Driver/PDOMsSql/Driver.php at line 29
- -

Class Driver

- -
Driver
- -
-
All Implemented Interfaces:
-
Driver -
- -
- -

public class Driver

- -

The PDO-based MsSql driver.

- -
-
Since:
-
2.0
-
-
- - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

connect(mixed params, mixed username, mixed password, mixed driverOptions)

void

getDatabase(mixed conn)

void

getDatabasePlatform()

void

getName()

void

getSchemaManager(mixed conn)

- -

Method Detail

-
/Doctrine/DBAL/Driver/PDOMsSql/Driver.php at line 31
-

connect

-public void connect(mixed params, mixed username, mixed password, mixed driverOptions) -
-
- -
- -
/Doctrine/DBAL/Driver/PDOMsSql/Driver.php at line 79
-

getDatabase

-public void getDatabase(mixed conn) -
-
- -
- -
/Doctrine/DBAL/Driver/PDOMsSql/Driver.php at line 64
-

getDatabasePlatform

-public void getDatabasePlatform() -
-
- -
- -
/Doctrine/DBAL/Driver/PDOMsSql/Driver.php at line 74
-

getName

-public void getName() -
-
- -
- -
/Doctrine/DBAL/Driver/PDOMsSql/Driver.php at line 69
-

getSchemaManager

-public void getSchemaManager(mixed conn) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdomssql/package-frame.html b/lib/api/doctrine/dbal/driver/pdomssql/package-frame.html deleted file mode 100644 index de2b439c4..000000000 --- a/lib/api/doctrine/dbal/driver/pdomssql/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Driver\PDOMsSql (Doctrine) - - - - -

Doctrine\DBAL\Driver\PDOMsSql

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdomssql/package-functions.html b/lib/api/doctrine/dbal/driver/pdomssql/package-functions.html deleted file mode 100644 index e2b78f37e..000000000 --- a/lib/api/doctrine/dbal/driver/pdomssql/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdomssql/package-globals.html b/lib/api/doctrine/dbal/driver/pdomssql/package-globals.html deleted file mode 100644 index 60ac3c8f9..000000000 --- a/lib/api/doctrine/dbal/driver/pdomssql/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdomssql/package-summary.html b/lib/api/doctrine/dbal/driver/pdomssql/package-summary.html deleted file mode 100644 index ff5315398..000000000 --- a/lib/api/doctrine/dbal/driver/pdomssql/package-summary.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Driver\PDOMsSql (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\DBAL\Driver\PDOMsSql

- - - - - -
Class Summary
ConnectionMsSql Connection implementation.
DriverThe PDO-based MsSql driver.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdomssql/package-tree.html b/lib/api/doctrine/dbal/driver/pdomssql/package-tree.html deleted file mode 100644 index 5945367b8..000000000 --- a/lib/api/doctrine/dbal/driver/pdomssql/package-tree.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Driver\PDOMsSql (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\DBAL\Driver\PDOMsSql

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdomysql/driver.html b/lib/api/doctrine/dbal/driver/pdomysql/driver.html deleted file mode 100644 index 39f29b3ce..000000000 --- a/lib/api/doctrine/dbal/driver/pdomysql/driver.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - - - -Driver (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Driver\PDOMySql\Driver
-
/Doctrine/DBAL/Driver/PDOMySql/Driver.php at line 31
- -

Class Driver

- -
Driver
- -
-
All Implemented Interfaces:
-
Driver -
- -
- -

public class Driver

- -

PDO MySql driver.

- -
-
Since:
-
2.0
-
-
- - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
Doctrine\DBAL\Driver\Connection

connect(array params, string username, string password, array driverOptions)

Attempts to establish a connection with the underlying driver.

void

getDatabase(mixed conn)

void

getDatabasePlatform()

void

getName()

void

getSchemaManager(mixed conn)

- -

Method Detail

-
/Doctrine/DBAL/Driver/PDOMySql/Driver.php at line 42
-

connect

-public Doctrine\DBAL\Driver\Connection connect(array params, string username, string password, array driverOptions) -
-

Attempts to establish a connection with the underlying driver.

- -
- -
/Doctrine/DBAL/Driver/PDOMySql/Driver.php at line 92
-

getDatabase

-public void getDatabase(mixed conn) -
-
- -
- -
/Doctrine/DBAL/Driver/PDOMySql/Driver.php at line 77
-

getDatabasePlatform

-public void getDatabasePlatform() -
-
- -
- -
/Doctrine/DBAL/Driver/PDOMySql/Driver.php at line 87
-

getName

-public void getName() -
-
- -
- -
/Doctrine/DBAL/Driver/PDOMySql/Driver.php at line 82
-

getSchemaManager

-public void getSchemaManager(mixed conn) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdomysql/package-frame.html b/lib/api/doctrine/dbal/driver/pdomysql/package-frame.html deleted file mode 100644 index 9c2199df6..000000000 --- a/lib/api/doctrine/dbal/driver/pdomysql/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Driver\PDOMySql (Doctrine) - - - - -

Doctrine\DBAL\Driver\PDOMySql

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdomysql/package-functions.html b/lib/api/doctrine/dbal/driver/pdomysql/package-functions.html deleted file mode 100644 index 7982fffd8..000000000 --- a/lib/api/doctrine/dbal/driver/pdomysql/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdomysql/package-globals.html b/lib/api/doctrine/dbal/driver/pdomysql/package-globals.html deleted file mode 100644 index 4a85d80b6..000000000 --- a/lib/api/doctrine/dbal/driver/pdomysql/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdomysql/package-summary.html b/lib/api/doctrine/dbal/driver/pdomysql/package-summary.html deleted file mode 100644 index 07302730b..000000000 --- a/lib/api/doctrine/dbal/driver/pdomysql/package-summary.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Driver\PDOMySql (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\DBAL\Driver\PDOMySql

- - - - -
Class Summary
DriverPDO MySql driver.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdomysql/package-tree.html b/lib/api/doctrine/dbal/driver/pdomysql/package-tree.html deleted file mode 100644 index 178b4f1a6..000000000 --- a/lib/api/doctrine/dbal/driver/pdomysql/package-tree.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Driver\PDOMySql (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\DBAL\Driver\PDOMySql

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdooracle/driver.html b/lib/api/doctrine/dbal/driver/pdooracle/driver.html deleted file mode 100644 index b4ccbfada..000000000 --- a/lib/api/doctrine/dbal/driver/pdooracle/driver.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - - - -Driver (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Driver\PDOOracle\Driver
-
/Doctrine/DBAL/Driver/PDOOracle/Driver.php at line 26
- -

Class Driver

- -
Driver
- -
-
All Implemented Interfaces:
-
Driver -
- -
- -

public class Driver

- -
- - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

connect(mixed params, mixed username, mixed password, mixed driverOptions)

void

getDatabase(mixed conn)

void

getDatabasePlatform()

void

getName()

void

getSchemaManager(mixed conn)

- -

Method Detail

-
/Doctrine/DBAL/Driver/PDOOracle/Driver.php at line 28
-

connect

-public void connect(mixed params, mixed username, mixed password, mixed driverOptions) -
-
- -
- -
/Doctrine/DBAL/Driver/PDOOracle/Driver.php at line 83
-

getDatabase

-public void getDatabase(mixed conn) -
-
- -
- -
/Doctrine/DBAL/Driver/PDOOracle/Driver.php at line 68
-

getDatabasePlatform

-public void getDatabasePlatform() -
-
- -
- -
/Doctrine/DBAL/Driver/PDOOracle/Driver.php at line 78
-

getName

-public void getName() -
-
- -
- -
/Doctrine/DBAL/Driver/PDOOracle/Driver.php at line 73
-

getSchemaManager

-public void getSchemaManager(mixed conn) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdooracle/package-frame.html b/lib/api/doctrine/dbal/driver/pdooracle/package-frame.html deleted file mode 100644 index a4c970a5c..000000000 --- a/lib/api/doctrine/dbal/driver/pdooracle/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Driver\PDOOracle (Doctrine) - - - - -

Doctrine\DBAL\Driver\PDOOracle

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdooracle/package-functions.html b/lib/api/doctrine/dbal/driver/pdooracle/package-functions.html deleted file mode 100644 index 51b8cf55a..000000000 --- a/lib/api/doctrine/dbal/driver/pdooracle/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdooracle/package-globals.html b/lib/api/doctrine/dbal/driver/pdooracle/package-globals.html deleted file mode 100644 index 99dfdb4d1..000000000 --- a/lib/api/doctrine/dbal/driver/pdooracle/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdooracle/package-summary.html b/lib/api/doctrine/dbal/driver/pdooracle/package-summary.html deleted file mode 100644 index 6d9697384..000000000 --- a/lib/api/doctrine/dbal/driver/pdooracle/package-summary.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Driver\PDOOracle (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\DBAL\Driver\PDOOracle

- - - - -
Class Summary
Driver
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdooracle/package-tree.html b/lib/api/doctrine/dbal/driver/pdooracle/package-tree.html deleted file mode 100644 index e490ece78..000000000 --- a/lib/api/doctrine/dbal/driver/pdooracle/package-tree.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Driver\PDOOracle (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\DBAL\Driver\PDOOracle

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdopgsql/driver.html b/lib/api/doctrine/dbal/driver/pdopgsql/driver.html deleted file mode 100644 index 0ba8ad90d..000000000 --- a/lib/api/doctrine/dbal/driver/pdopgsql/driver.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - - - -Driver (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Driver\PDOPgSql\Driver
-
/Doctrine/DBAL/Driver/PDOPgSql/Driver.php at line 12
- -

Class Driver

- -
Driver
- -
-
All Implemented Interfaces:
-
Driver -
- -
- -

public class Driver

- -

Driver that connects through pdo_pgsql.

- -
-
Since:
-
2.0
-
-
- - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
Doctrine\DBAL\Driver\Connection

connect(mixed params, mixed username, mixed password, mixed driverOptions)

Attempts to connect to the database and returns a driver connection on success.

void

getDatabase(mixed conn)

void

getDatabasePlatform()

void

getName()

void

getSchemaManager(mixed conn)

- -

Method Detail

-
/Doctrine/DBAL/Driver/PDOPgSql/Driver.php at line 19
-

connect

-public Doctrine\DBAL\Driver\Connection connect(mixed params, mixed username, mixed password, mixed driverOptions) -
-

Attempts to connect to the database and returns a driver connection on success.

- -
- -
/Doctrine/DBAL/Driver/PDOPgSql/Driver.php at line 65
-

getDatabase

-public void getDatabase(mixed conn) -
-
- -
- -
/Doctrine/DBAL/Driver/PDOPgSql/Driver.php at line 50
-

getDatabasePlatform

-public void getDatabasePlatform() -
-
- -
- -
/Doctrine/DBAL/Driver/PDOPgSql/Driver.php at line 60
-

getName

-public void getName() -
-
- -
- -
/Doctrine/DBAL/Driver/PDOPgSql/Driver.php at line 55
-

getSchemaManager

-public void getSchemaManager(mixed conn) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdopgsql/package-frame.html b/lib/api/doctrine/dbal/driver/pdopgsql/package-frame.html deleted file mode 100644 index 39c31e726..000000000 --- a/lib/api/doctrine/dbal/driver/pdopgsql/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Driver\PDOPgSql (Doctrine) - - - - -

Doctrine\DBAL\Driver\PDOPgSql

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdopgsql/package-functions.html b/lib/api/doctrine/dbal/driver/pdopgsql/package-functions.html deleted file mode 100644 index bc8e79117..000000000 --- a/lib/api/doctrine/dbal/driver/pdopgsql/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdopgsql/package-globals.html b/lib/api/doctrine/dbal/driver/pdopgsql/package-globals.html deleted file mode 100644 index afc62cabd..000000000 --- a/lib/api/doctrine/dbal/driver/pdopgsql/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdopgsql/package-summary.html b/lib/api/doctrine/dbal/driver/pdopgsql/package-summary.html deleted file mode 100644 index d412f6fb3..000000000 --- a/lib/api/doctrine/dbal/driver/pdopgsql/package-summary.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Driver\PDOPgSql (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\DBAL\Driver\PDOPgSql

- - - - -
Class Summary
DriverDriver that connects through pdo_pgsql.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdopgsql/package-tree.html b/lib/api/doctrine/dbal/driver/pdopgsql/package-tree.html deleted file mode 100644 index cfecdab56..000000000 --- a/lib/api/doctrine/dbal/driver/pdopgsql/package-tree.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Driver\PDOPgSql (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\DBAL\Driver\PDOPgSql

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdosqlite/driver.html b/lib/api/doctrine/dbal/driver/pdosqlite/driver.html deleted file mode 100644 index facad4d48..000000000 --- a/lib/api/doctrine/dbal/driver/pdosqlite/driver.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - - - - -Driver (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Driver\PDOSqlite\Driver
-
/Doctrine/DBAL/Driver/PDOSqlite/Driver.php at line 29
- -

Class Driver

- -
Driver
- -
-
All Implemented Interfaces:
-
Driver -
- -
- -

public class Driver

- -

The PDO Sqlite driver.

- -
-
Since:
-
2.0
-
-
- - - - - - - -
Field Summary
protected array

$_userDefinedFunctions

- - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
Connection

connect(array params, string username, string password, array driverOptions)

Tries to establish a database connection to SQLite.

void

getDatabase(mixed conn)

void

getDatabasePlatform()

Gets the database platform that is relevant for this driver.

void

getName()

Doctrine\DBAL\Schema\SqliteSchemaManager

getSchemaManager(Doctrine\DBAL\Connection conn)

Gets the schema manager that is relevant for this driver.

- -

Field Detail

-
/Doctrine/DBAL/Driver/PDOSqlite/Driver.php at line 34
-

_userDefinedFunctions

-protected array $_userDefinedFunctions = array(...) -
-

- -
- -

Method Detail

-
/Doctrine/DBAL/Driver/PDOSqlite/Driver.php at line 49
-

connect

-public Connection connect(array params, string username, string password, array driverOptions) -
-

Tries to establish a database connection to SQLite.

- -
- -
/Doctrine/DBAL/Driver/PDOSqlite/Driver.php at line 113
-

getDatabase

-public void getDatabase(mixed conn) -
-
- -
- -
/Doctrine/DBAL/Driver/PDOSqlite/Driver.php at line 92
-

getDatabasePlatform

-public void getDatabasePlatform() -
-

Gets the database platform that is relevant for this driver.

- -
- -
/Doctrine/DBAL/Driver/PDOSqlite/Driver.php at line 108
-

getName

-public void getName() -
-
- -
- -
/Doctrine/DBAL/Driver/PDOSqlite/Driver.php at line 103
-

getSchemaManager

-public Doctrine\DBAL\Schema\SqliteSchemaManager getSchemaManager(Doctrine\DBAL\Connection conn) -
-

Gets the schema manager that is relevant for this driver.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdosqlite/package-frame.html b/lib/api/doctrine/dbal/driver/pdosqlite/package-frame.html deleted file mode 100644 index 6dd88cce8..000000000 --- a/lib/api/doctrine/dbal/driver/pdosqlite/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Driver\PDOSqlite (Doctrine) - - - - -

Doctrine\DBAL\Driver\PDOSqlite

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdosqlite/package-functions.html b/lib/api/doctrine/dbal/driver/pdosqlite/package-functions.html deleted file mode 100644 index f2fcee550..000000000 --- a/lib/api/doctrine/dbal/driver/pdosqlite/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdosqlite/package-globals.html b/lib/api/doctrine/dbal/driver/pdosqlite/package-globals.html deleted file mode 100644 index f46542803..000000000 --- a/lib/api/doctrine/dbal/driver/pdosqlite/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdosqlite/package-summary.html b/lib/api/doctrine/dbal/driver/pdosqlite/package-summary.html deleted file mode 100644 index c0a57ba80..000000000 --- a/lib/api/doctrine/dbal/driver/pdosqlite/package-summary.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Driver\PDOSqlite (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\DBAL\Driver\PDOSqlite

- - - - -
Class Summary
DriverThe PDO Sqlite driver.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdosqlite/package-tree.html b/lib/api/doctrine/dbal/driver/pdosqlite/package-tree.html deleted file mode 100644 index cbb9c0c8f..000000000 --- a/lib/api/doctrine/dbal/driver/pdosqlite/package-tree.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Driver\PDOSqlite (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\DBAL\Driver\PDOSqlite

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/pdostatement.html b/lib/api/doctrine/dbal/driver/pdostatement.html deleted file mode 100644 index dbd487c5c..000000000 --- a/lib/api/doctrine/dbal/driver/pdostatement.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - - - -PDOStatement (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Driver\PDOStatement
-
/Doctrine/DBAL/Driver/PDOStatement.php at line 30
- -

Class PDOStatement

- -
PDOStatement
- -
-
All Implemented Interfaces:
-
Statement -
- -
- -

public class PDOStatement

- -

The PDO implementation of the Statement interface. -Used by all PDO-based drivers.

- -
-
Since:
-
2.0
-
-
- - - - - - -
Constructor Summary

PDOStatement()

- -

Constructor Detail

-
/Doctrine/DBAL/Driver/PDOStatement.php at line 32
-

PDOStatement

-public PDOStatement() -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/driver/statement.html b/lib/api/doctrine/dbal/driver/statement.html deleted file mode 100644 index e897e332f..000000000 --- a/lib/api/doctrine/dbal/driver/statement.html +++ /dev/null @@ -1,331 +0,0 @@ - - - - - - - - - - - -Statement (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Driver\Statement
-
/Doctrine/DBAL/Driver/Statement.php at line 39
- -

Interface Statement

- -
Statement
- -
- -

public interface Statement

- -

Statement interface. -Drivers must implement this interface.

This resembles (a subset of) the PDOStatement interface.

- -
-
Author:
-
Konsta Vesterinen
-
Roman Borschel
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
boolean

bindParam(mixed column, mixed variable, integer type, mixed param)

Binds a PHP variable to a corresponding named or question mark placeholder in the -SQL statement that was use to prepare the statement.

boolean

bindValue(mixed param, mixed value, integer type)

Binds a value to a corresponding named or positional -placeholder in the SQL statement that was used to prepare the statement.

boolean

closeCursor()

Closes the cursor, enabling the statement to be executed again.

integer

columnCount()

columnCount -Returns the number of columns in the result set

string

errorCode()

errorCode -Fetch the SQLSTATE associated with the last operation on the statement handle

array

errorInfo()

errorInfo -Fetch extended error information associated with the last operation on the statement handle

boolean

execute(array params)

Executes a prepared statementIf 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

mixed

fetch(integer fetchStyle, integer cursorOrientation, integer cursorOffset)

fetch

array

fetchAll(integer fetchStyle, integer columnIndex)

Returns an array containing all of the result set rows

string

fetchColumn(integer columnIndex)

fetchColumn -Returns a single column from the next row of a -result set or FALSE if there are no more rows.

integer

rowCount()

rowCount -rowCount() returns the number of rows affected by the last DELETE, INSERT, or UPDATE statement -executed by the corresponding object. -

- -

Method Detail

-
/Doctrine/DBAL/Driver/Statement.php at line 78
-

bindParam

-public boolean bindParam(mixed column, mixed variable, integer type, mixed param) -
-

Binds a PHP variable to a corresponding named or question mark placeholder in the -SQL statement that was use to prepare the statement. Unlike PDOStatement->bindValue(), -the variable is bound as a reference and will only be evaluated at the time -that PDOStatement->execute() is called.

Most parameters are input parameters, that is, parameters that are -used in a read-only fashion to build up the query. Some drivers support the invocation -of stored procedures that return data as output parameters, and some also as input/output -parameters that both send in data and are updated to receive it.

-
Parameters:
-
param - Parameter identifier. For a prepared statement using named placeholders, this will be a parameter name of the form :name. For a prepared statement using question mark placeholders, this will be the 1-indexed position of the parameter
-
variable - Name of the PHP variable to bind to the SQL statement parameter.
-
type - Explicit data type for the parameter using the PDO::PARAM_* constants. To return an INOUT parameter from a stored procedure, use the bitwise OR operator to set the PDO::PARAM_INPUT_OUTPUT bits for the data_type parameter.
-
Returns:
-
Returns TRUE on success or FALSE on failure.
-
-
- -
- -
/Doctrine/DBAL/Driver/Statement.php at line 54
-

bindValue

-public boolean bindValue(mixed param, mixed value, integer type) -
-

Binds a value to a corresponding named or positional -placeholder in the SQL statement that was used to prepare the statement.

-
Parameters:
-
param - Parameter identifier. For a prepared statement using named placeholders, this will be a parameter name of the form :name. For a prepared statement using question mark placeholders, this will be the 1-indexed position of the parameter
-
value - The value to bind to the parameter.
-
type - Explicit data type for the parameter using the PDO::PARAM_* constants.
-
Returns:
-
Returns TRUE on success or FALSE on failure.
-
-
- -
- -
/Doctrine/DBAL/Driver/Statement.php at line 85
-

closeCursor

-public boolean closeCursor() -
-

Closes the cursor, enabling the statement to be executed again.

-
Returns:
-
Returns TRUE on success or FALSE on failure.
-
-
- -
- -
/Doctrine/DBAL/Driver/Statement.php at line 95
-

columnCount

-public integer columnCount() -
-

columnCount -Returns the number of columns in the result set

-
Returns:
-
Returns the number of columns in the result set represented by the PDOStatement object. If there is no result set, this method should return 0.
-
-
- -
- -
/Doctrine/DBAL/Driver/Statement.php at line 104
-

errorCode

-public string errorCode() -
-

errorCode -Fetch the SQLSTATE associated with the last operation on the statement handle

-
See Also:
-
Doctrine_Adapter_Interface::errorCode()
-
Returns:
-
error code string
-
-
- -
- -
/Doctrine/DBAL/Driver/Statement.php at line 113
-

errorInfo

-public array errorInfo() -
-

errorInfo -Fetch extended error information associated with the last operation on the statement handle

-
See Also:
-
Doctrine_Adapter_Interface::errorInfo()
-
Returns:
-
error info array
-
-
- -
- -
/Doctrine/DBAL/Driver/Statement.php at line 129
-

execute

-public boolean execute(array params) -
-

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

-
Parameters:
-
params - An array of values with as many elements as there are bound parameters in the SQL statement being executed.
-
Returns:
-
Returns TRUE on success or FALSE on failure.
-
-
- -
- -
/Doctrine/DBAL/Driver/Statement.php at line 158
-

fetch

-public mixed fetch(integer fetchStyle, integer cursorOrientation, integer cursorOffset) -
-

fetch

-
See Also:
-
constants
-
Parameters:
-
fetchStyle - Controls how the next row will be returned to the caller. This value must be one of the Query::HYDRATE_* constants, defaulting to Query::HYDRATE_BOTH
-
cursorOrientation - For a PDOStatement object representing a scrollable cursor, this value determines which row will be returned to the caller. This value must be one of the Query::HYDRATE_ORI_* constants, defaulting to Query::HYDRATE_ORI_NEXT. To request a scrollable cursor for your PDOStatement object, you must set the PDO::ATTR_CURSOR attribute to Doctrine::CURSOR_SCROLL when you prepare the SQL statement with Doctrine_Adapter_Interface->prepare().
-
cursorOffset - For a PDOStatement object representing a scrollable cursor for which the $cursorOrientation parameter is set to Query::HYDRATE_ORI_ABS, this value specifies the absolute number of the row in the result set that shall be fetched. For a PDOStatement object representing a scrollable cursor for which the $cursorOrientation parameter is set to Query::HYDRATE_ORI_REL, this value specifies the row to fetch relative to the cursor position before PDOStatement->fetch() was called.
-
-
- -
- -
/Doctrine/DBAL/Driver/Statement.php at line 172
-

fetchAll

-public array fetchAll(integer fetchStyle, integer columnIndex) -
-

Returns an array containing all of the result set rows

-
Parameters:
-
fetchStyle - Controls how the next row will be returned to the caller. This value must be one of the Query::HYDRATE_* constants, defaulting to Query::HYDRATE_BOTH
-
columnIndex - Returns the indicated 0-indexed column when the value of $fetchStyle is Query::HYDRATE_COLUMN. Defaults to 0.
-
-
- -
- -
/Doctrine/DBAL/Driver/Statement.php at line 185
-

fetchColumn

-public string fetchColumn(integer columnIndex) -
-

fetchColumn -Returns a single column from the next row of a -result set or FALSE if there are no more rows.

-
Parameters:
-
columnIndex - 0-indexed number of the column you wish to retrieve from the row. If no value is supplied, PDOStatement->fetchColumn() fetches the first column.
-
Returns:
-
returns a single column in the next row of a result set.
-
-
- -
- -
/Doctrine/DBAL/Driver/Statement.php at line 199
-

rowCount

-public integer rowCount() -
-

rowCount -rowCount() returns the number of rows affected by the last DELETE, INSERT, or UPDATE statement -executed by the corresponding object.

If the last SQL statement executed by the associated Statement object was a SELECT statement, -some databases may return the number of rows returned by that statement. However, -this behaviour is not guaranteed for all databases and should not be -relied on for portable applications.

-
Returns:
-
Returns the number of rows.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/drivermanager.html b/lib/api/doctrine/dbal/drivermanager.html deleted file mode 100644 index c6b8aa625..000000000 --- a/lib/api/doctrine/dbal/drivermanager.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - - - -DriverManager (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\DriverManager
-
/Doctrine/DBAL/DriverManager.php at line 32
- -

Class DriverManager

- -
DriverManager
- -
- -

public final class DriverManager

- -

Factory for creating Doctrine\DBAL\Connection instances.

- -
-
Author:
-
Roman Borschel
-
Since:
-
2.0
-
-
- - - - - - -
Constructor Summary

DriverManager()

Private constructor.

- - - - - - - -
Method Summary
static Doctrine\DBAL\Connection

getConnection(array params, mixed config, mixed eventManager, Doctrine\Common\EventManager The)

Creates a connection object based on the specified parameters. -

- -

Constructor Detail

-
/Doctrine/DBAL/DriverManager.php at line 50
-

DriverManager

-public DriverManager() -
-

Private constructor. This class cannot be instantiated.

- -
- -

Method Detail

-
/Doctrine/DBAL/DriverManager.php at line 94
-

getConnection

-public static Doctrine\DBAL\Connection getConnection(array params, mixed config, mixed eventManager, Doctrine\Common\EventManager The) -
-

Creates a connection object based on the specified parameters. -This method returns a Doctrine\DBAL\Connection which wraps the underlying -driver connection.

$params must contain at least one of the following.

Either 'driver' with one of the following values: -pdo_mysql -pdo_sqlite -pdo_pgsql -pdo_oracle -pdo_mssql

OR 'driverClass' that contains the full class name (with namespace) of the -driver class to instantiate.

Other (optional) parameters:

user (string): -The username to use when connecting.

password (string): -The password to use when connecting.

driverOptions (array): -Any additional driver-specific options for the driver. These are just passed -through to the driver.

pdo: -You can pass an existing PDO instance through this parameter. The PDO -instance will be wrapped in a Doctrine\DBAL\Connection.

wrapperClass: -You may specify a custom wrapper class through the 'wrapperClass' -parameter but this class MUST inherit from Doctrine\DBAL\Connection.

-
Parameters:
-
params - The parameters.
-
The - configuration to use.
-
The - event manager to use.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/event/connectioneventargs.html b/lib/api/doctrine/dbal/event/connectioneventargs.html deleted file mode 100644 index 112f7516e..000000000 --- a/lib/api/doctrine/dbal/event/connectioneventargs.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - - - -ConnectionEventArgs (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Event\ConnectionEventArgs
-
/Doctrine/DBAL/Event/ConnectionEventArgs.php at line 36
- -

Class ConnectionEventArgs

- -
Class:ConnectionEventArgs - Superclass: EventArgs
-EventArgs
⌊ ConnectionEventArgs
- -
- -

public class ConnectionEventArgs
extends EventArgs - -

- -

Event Arguments used when a Driver connection is established inside Doctrine\DBAL\Connection.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.com
-
Since:
-
1.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
-
- - - - - - -
Constructor Summary

ConnectionEventArgs(mixed connection)

- - - - - - - - - - - - - - - - - - - -
Method Summary
Doctrine\DBAL\Connection

getConnection()

Doctrine\DBAL\Platforms\AbstractPlatform

getDatabasePlatform()

Doctrine\DBAL\Driver

getDriver()

Doctrine\DBAL\Schema\AbstractSchemaManager

getSchemaManager()

- - - -
Methods inherited from Doctrine\Common\EventArgs
getEmptyInstance
- -

Constructor Detail

-
/Doctrine/DBAL/Event/ConnectionEventArgs.php at line 43
-

ConnectionEventArgs

-public ConnectionEventArgs(mixed connection) -
-
- -
- -

Method Detail

-
/Doctrine/DBAL/Event/ConnectionEventArgs.php at line 51
-

getConnection

-public Doctrine\DBAL\Connection getConnection() -
-

- -
- -
/Doctrine/DBAL/Event/ConnectionEventArgs.php at line 67
-

getDatabasePlatform

-public Doctrine\DBAL\Platforms\AbstractPlatform getDatabasePlatform() -
-

- -
- -
/Doctrine/DBAL/Event/ConnectionEventArgs.php at line 59
-

getDriver

-public Doctrine\DBAL\Driver getDriver() -
-

- -
- -
/Doctrine/DBAL/Event/ConnectionEventArgs.php at line 75
-

getSchemaManager

-public Doctrine\DBAL\Schema\AbstractSchemaManager getSchemaManager() -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/event/listeners/mysqlsessioninit.html b/lib/api/doctrine/dbal/event/listeners/mysqlsessioninit.html deleted file mode 100644 index c4932e7d0..000000000 --- a/lib/api/doctrine/dbal/event/listeners/mysqlsessioninit.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - - - -MysqlSessionInit (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Event\Listeners\MysqlSessionInit
-
/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php at line 37
- -

Class MysqlSessionInit

- -
MysqlSessionInit
- -
-
All Implemented Interfaces:
-
EventSubscriber -
- -
- -

public class MysqlSessionInit

- -

MySQL Session Init Event Subscriber which allows to set the Client Encoding of the Connection

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.com
-
Since:
-
1.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
-
- - - - - - -
Constructor Summary

MysqlSessionInit(string charset, string collation)

Configure Charset and Collation options of MySQL Client for each Connection

- - - - - - - - - - - -
Method Summary
void

getSubscribedEvents()

void

postConnect(ConnectionEventArgs args)

- -

Constructor Detail

-
/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php at line 55
-

MysqlSessionInit

-public MysqlSessionInit(string charset, string collation) -
-

Configure Charset and Collation options of MySQL Client for each Connection

- -
- -

Method Detail

-
/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php at line 71
-

getSubscribedEvents

-public void getSubscribedEvents() -
-
- -
- -
/Doctrine/DBAL/Event/Listeners/MysqlSessionInit.php at line 65
-

postConnect

-public void postConnect(ConnectionEventArgs args) -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/event/listeners/oraclesessioninit.html b/lib/api/doctrine/dbal/event/listeners/oraclesessioninit.html deleted file mode 100644 index 142527ab5..000000000 --- a/lib/api/doctrine/dbal/event/listeners/oraclesessioninit.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - -OracleSessionInit (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Event\Listeners\OracleSessionInit
-
/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php at line 44
- -

Class OracleSessionInit

- -
OracleSessionInit
- -
-
All Implemented Interfaces:
-
EventSubscriber -
- -
- -

public class OracleSessionInit

- -

Should be used when Oracle Server default enviroment does not match the Doctrine requirements.

The following enviroment variables are required for the Doctrine default date format:

NLS_TIME_FORMAT="HH24:MI:SS" -NLS_DATE_FORMAT="YYYY-MM-DD" -NLS_TIMESTAMP_FORMAT="YYYY-MM-DD HH24:MI:SS" -NLS_TIMESTAMP_TZ_FORMAT="YYYY-MM-DD HH24:MI:SS TZH:TZM"

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.com
-
Since:
-
1.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
-
- - - - - - - -
Field Summary
protected mixed

$_defaultSessionVars

- - - - - - -
Constructor Summary

OracleSessionInit(array oracleSessionVars)

- - - - - - - - - - - -
Method Summary
void

getSubscribedEvents()

void

postConnect(ConnectionEventArgs args)

- -

Field Detail

-
/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php at line 46
-

_defaultSessionVars

-protected mixed $_defaultSessionVars = array(...) -
-
- -
- -

Constructor Detail

-
/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php at line 56
-

OracleSessionInit

-public OracleSessionInit(array oracleSessionVars) -
-

- -
- -

Method Detail

-
/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php at line 78
-

getSubscribedEvents

-public void getSubscribedEvents() -
-
- -
- -
/Doctrine/DBAL/Event/Listeners/OracleSessionInit.php at line 65
-

postConnect

-public void postConnect(ConnectionEventArgs args) -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/event/listeners/package-frame.html b/lib/api/doctrine/dbal/event/listeners/package-frame.html deleted file mode 100644 index d18d3a841..000000000 --- a/lib/api/doctrine/dbal/event/listeners/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Event\Listeners (Doctrine) - - - - -

Doctrine\DBAL\Event\Listeners

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/event/listeners/package-functions.html b/lib/api/doctrine/dbal/event/listeners/package-functions.html deleted file mode 100644 index 29a86a928..000000000 --- a/lib/api/doctrine/dbal/event/listeners/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/event/listeners/package-globals.html b/lib/api/doctrine/dbal/event/listeners/package-globals.html deleted file mode 100644 index f0dcf7567..000000000 --- a/lib/api/doctrine/dbal/event/listeners/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/event/listeners/package-summary.html b/lib/api/doctrine/dbal/event/listeners/package-summary.html deleted file mode 100644 index 6fae84522..000000000 --- a/lib/api/doctrine/dbal/event/listeners/package-summary.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Event\Listeners (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\DBAL\Event\Listeners

- - - - - -
Class Summary
MysqlSessionInitMySQL Session Init Event Subscriber which allows to set the Client Encoding of the Connection
OracleSessionInitShould be used when Oracle Server default enviroment does not match the Doctrine requirements. -
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/event/listeners/package-tree.html b/lib/api/doctrine/dbal/event/listeners/package-tree.html deleted file mode 100644 index 56f407c91..000000000 --- a/lib/api/doctrine/dbal/event/listeners/package-tree.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Event\Listeners (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\DBAL\Event\Listeners

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/event/package-frame.html b/lib/api/doctrine/dbal/event/package-frame.html deleted file mode 100644 index 03e59628d..000000000 --- a/lib/api/doctrine/dbal/event/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Event (Doctrine) - - - - -

Doctrine\DBAL\Event

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/event/package-functions.html b/lib/api/doctrine/dbal/event/package-functions.html deleted file mode 100644 index e427fe90e..000000000 --- a/lib/api/doctrine/dbal/event/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/event/package-globals.html b/lib/api/doctrine/dbal/event/package-globals.html deleted file mode 100644 index 3158e8753..000000000 --- a/lib/api/doctrine/dbal/event/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/event/package-summary.html b/lib/api/doctrine/dbal/event/package-summary.html deleted file mode 100644 index 79ff93c49..000000000 --- a/lib/api/doctrine/dbal/event/package-summary.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Event (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\DBAL\Event

- - - - -
Class Summary
ConnectionEventArgsEvent Arguments used when a Driver connection is established inside Doctrine\DBAL\Connection.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/event/package-tree.html b/lib/api/doctrine/dbal/event/package-tree.html deleted file mode 100644 index 39fc28512..000000000 --- a/lib/api/doctrine/dbal/event/package-tree.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Event (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\DBAL\Event

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/events.html b/lib/api/doctrine/dbal/events.html deleted file mode 100644 index 8f2655ad7..000000000 --- a/lib/api/doctrine/dbal/events.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - - - -Events (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Events
-
/Doctrine/DBAL/Events.php at line 32
- -

Class Events

- -
Events
- -
- -

public final class Events

- -

Container for all DBAL events.

This class cannot be instantiated.

- -
-
Author:
-
Roman Borschel
-
Since:
-
2.0
-
-
- - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
final str

postConnect

final str

postExec

final str

postExecute

final str

preExec

final str

preExecute

- - - - - - -
Constructor Summary

Events()

- -

Field Detail

-
/Doctrine/DBAL/Events.php at line 41
-

postConnect

-public final str postConnect = 'postConnect' -
-
- -
- -
/Doctrine/DBAL/Events.php at line 37
-

postExec

-public final str postExec = 'postExec' -
-
- -
- -
/Doctrine/DBAL/Events.php at line 39
-

postExecute

-public final str postExecute = 'postExecute' -
-
- -
- -
/Doctrine/DBAL/Events.php at line 36
-

preExec

-public final str preExec = 'preExec' -
-
- -
- -
/Doctrine/DBAL/Events.php at line 38
-

preExecute

-public final str preExecute = 'preExecute' -
-
- -
- -

Constructor Detail

-
/Doctrine/DBAL/Events.php at line 34
-

Events

-public Events() -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/logging/debugstack.html b/lib/api/doctrine/dbal/logging/debugstack.html deleted file mode 100644 index 945d1c8e4..000000000 --- a/lib/api/doctrine/dbal/logging/debugstack.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - -DebugStack (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Logging\DebugStack
-
/Doctrine/DBAL/Logging/DebugStack.php at line 36
- -

Class DebugStack

- -
DebugStack
- -
- -

public class DebugStack

- -

Includes executed SQLs in a Debug Stack

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$enabled

@var boolean $enabled If Debug Stack is enabled (log queries) or not.

mixed

$queries

@var array $queries Executed SQL queries.

- - - - - - - -
Method Summary
void

logSQL(mixed sql, mixed params)

{@inheritdoc}

- -

Field Detail

-
/Doctrine/DBAL/Logging/DebugStack.php at line 42
-

enabled

-public mixed $enabled = true -
-

boolean $enabled If Debug Stack is enabled (log queries) or not.

- -
- -
/Doctrine/DBAL/Logging/DebugStack.php at line 39
-

queries

-public mixed $queries = array() -
-

array $queries Executed SQL queries.

- -
- -

Method Detail

-
/Doctrine/DBAL/Logging/DebugStack.php at line 47
-

logSQL

-public void logSQL(mixed sql, mixed params) -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/logging/echosqllogger.html b/lib/api/doctrine/dbal/logging/echosqllogger.html deleted file mode 100644 index 2d5de8408..000000000 --- a/lib/api/doctrine/dbal/logging/echosqllogger.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - -EchoSQLLogger (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Logging\EchoSQLLogger
-
/Doctrine/DBAL/Logging/EchoSQLLogger.php at line 36
- -

Class EchoSQLLogger

- -
EchoSQLLogger
- -
- -

public class EchoSQLLogger

- -

A SQL logger that logs to the standard output using echo/var_dump.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Method Summary
void

logSQL(mixed sql, mixed params)

{@inheritdoc}

- -

Method Detail

-
/Doctrine/DBAL/Logging/EchoSQLLogger.php at line 41
-

logSQL

-public void logSQL(mixed sql, mixed params) -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/logging/package-frame.html b/lib/api/doctrine/dbal/logging/package-frame.html deleted file mode 100644 index b87e215cc..000000000 --- a/lib/api/doctrine/dbal/logging/package-frame.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Logging (Doctrine) - - - - -

Doctrine\DBAL\Logging

- -

Classes

- - -

Interfaces

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/logging/package-functions.html b/lib/api/doctrine/dbal/logging/package-functions.html deleted file mode 100644 index 72dea60cb..000000000 --- a/lib/api/doctrine/dbal/logging/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/logging/package-globals.html b/lib/api/doctrine/dbal/logging/package-globals.html deleted file mode 100644 index c3815d9bf..000000000 --- a/lib/api/doctrine/dbal/logging/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/logging/package-summary.html b/lib/api/doctrine/dbal/logging/package-summary.html deleted file mode 100644 index 2fa74e671..000000000 --- a/lib/api/doctrine/dbal/logging/package-summary.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Logging (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\DBAL\Logging

- - - - - -
Class Summary
DebugStackIncludes executed SQLs in a Debug Stack
EchoSQLLoggerA SQL logger that logs to the standard output using echo/var_dump.
- - - - -
Interface Summary
SQLLoggerInterface for SQL loggers.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/logging/package-tree.html b/lib/api/doctrine/dbal/logging/package-tree.html deleted file mode 100644 index 5b953f52c..000000000 --- a/lib/api/doctrine/dbal/logging/package-tree.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Logging (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\DBAL\Logging

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/logging/sqllogger.html b/lib/api/doctrine/dbal/logging/sqllogger.html deleted file mode 100644 index 3e01039f0..000000000 --- a/lib/api/doctrine/dbal/logging/sqllogger.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - -SQLLogger (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Logging\SQLLogger
-
/Doctrine/DBAL/Logging/SQLLogger.php at line 36
- -

Interface SQLLogger

- -
SQLLogger
- -
- -

public interface SQLLogger

- -

Interface for SQL loggers.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Method Summary
void

logSQL(string sql, array params)

Logs a SQL statement somewhere.

- -

Method Detail

-
/Doctrine/DBAL/Logging/SQLLogger.php at line 44
-

logSQL

-public void logSQL(string sql, array params) -
-

Logs a SQL statement somewhere.

-
Parameters:
-
sql - The SQL to be executed.
-
params - The SQL parameters.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/package-frame.html b/lib/api/doctrine/dbal/package-frame.html deleted file mode 100644 index 30708755e..000000000 --- a/lib/api/doctrine/dbal/package-frame.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL (Doctrine) - - - - -

Doctrine\DBAL

- -

Classes

- - -

Interfaces

- - -

Exceptions

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/package-functions.html b/lib/api/doctrine/dbal/package-functions.html deleted file mode 100644 index 1534894d5..000000000 --- a/lib/api/doctrine/dbal/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/package-globals.html b/lib/api/doctrine/dbal/package-globals.html deleted file mode 100644 index ade0b8975..000000000 --- a/lib/api/doctrine/dbal/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/package-summary.html b/lib/api/doctrine/dbal/package-summary.html deleted file mode 100644 index 2519412d6..000000000 --- a/lib/api/doctrine/dbal/package-summary.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\DBAL

- - - - - - - - - -
Class Summary
ConfigurationConfiguration container for the Doctrine DBAL.
ConnectionA wrapper around a Doctrine\DBAL\Driver\Connection that adds features like -events, transaction isolation levels, configuration, emulated transaction nesting, -lazy connecting and more.
ConnectionExceptionDoctrine\DBAL\ConnectionException
DriverManagerFactory for creating Doctrine\DBAL\Connection instances.
EventsContainer for all DBAL events. -
StatementA thin wrapper around a Doctrine\DBAL\Driver\Statement that adds support -for logging, DBAL mapping types, etc.
- - - - -
Interface Summary
DriverDriver interface. -
- - - - -
Exception Summary
DBALException
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/package-tree.html b/lib/api/doctrine/dbal/package-tree.html deleted file mode 100644 index 56affa477..000000000 --- a/lib/api/doctrine/dbal/package-tree.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\DBAL

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/platforms/abstractplatform.html b/lib/api/doctrine/dbal/platforms/abstractplatform.html deleted file mode 100644 index f1ea0600b..000000000 --- a/lib/api/doctrine/dbal/platforms/abstractplatform.html +++ /dev/null @@ -1,1972 +0,0 @@ - - - - - - - - - - - -AbstractPlatform (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Platforms\AbstractPlatform
-
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 47
- -

Class AbstractPlatform

- -
AbstractPlatform
- -
- -

public abstract class AbstractPlatform

- -

Base class for all DatabasePlatforms. The DatabasePlatforms are the central -point of abstraction of platform-specific behaviors, features and SQL dialects. -They are a passive source of information.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
Lukas Smith (PEAR MDB2 library)
-
Todo:
-
Remove any unnecessary methods.
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
final int

CREATE_FOREIGNKEYS

final int

CREATE_INDEXES

final int

TRIM_BOTH

final int

TRIM_LEADING

final int

TRIM_TRAILING

final int

$TRIM_UNSPECIFIED

- - - - - - -
Constructor Summary

AbstractPlatform()

Constructor.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

convertBooleans(mixed item)

Some platforms need the boolean values to be converted. -

bool

createsExplicitIndexForForeignKeys()

string

fixSchemaElementName(mixed schemaElementName, string schemaName)

Makes any fixes to a name of a schema element (table, sequence, ...) that are required -by restrictions of the platform, like a maximum length.

void

getAcosExpression(mixed value)

string

getAdvancedForeignKeyOptionsSQL(ForeignKeyConstraint foreignKey)

Return the FOREIGN KEY query section dealing with non-standard options -as MATCH, INITIALLY DEFERRED, ON UPDATE, ...

array

getAlterTableSQL(TableDiff diff)

Gets the sql statements for altering an existing table. -

string

getAvgExpression(string column)

Returns the average value of a column

string

getBetweenExpression(string expression, string value1, string value2)

Returns SQL that checks if an expression evaluates to a value between -two values. -

abstract string

getBigIntTypeDeclarationSQL(array columnDef)

Gets the SQL snippet that declares an 8 byte integer column.

abstract string

getBooleanTypeDeclarationSQL(array columnDef)

Gets the SQL snippet that declares a boolean column.

string

getCheckDeclarationSQL(array definition)

Obtain DBMS specific SQL code portion needed to set a CHECK constraint -declaration to be used in statements like CREATE TABLE.

abstract void

getClobTypeDeclarationSQL(array field)

Gets the SQL snippet used to declare a CLOB column type.

string

getColumnCharsetDeclarationSQL(string charset)

Obtain DBMS specific SQL code portion needed to set the CHARACTER SET -of a field declaration to be used in statements like CREATE TABLE.

string

getColumnCollationDeclarationSQL(string collation)

Obtain DBMS specific SQL code portion needed to set the COLLATION -of a field declaration to be used in statements like CREATE TABLE.

string

getColumnDeclarationListSQL(array fields)

Get declaration of a number of fields in bulk

string

getColumnDeclarationSQL(string name, array field)

Obtain DBMS specific SQL code portion needed to declare a generic type -field to be used in statements like CREATE TABLE.

string

getConcatExpression(string arg1,)

Returns a series of strings concatinatedconcat() accepts an arbitrary number of parameters.

void

getCosExpression(mixed value)

string

getCountExpression(string|integer column)

Returns the number of rows (without a NULL value) of a columnIf a '*' is used instead of a column the number of selected rows -is returned.

string

getCreateConstraintSQL(Constraint constraint, string|Table table)

Gets the SQL to create a constraint on a table on this platform.

void

getCreateDatabaseSQL(mixed database)

string

getCreateForeignKeySQL(ForeignKeyConstraint foreignKey, string|Table table)

Create a new foreign key

string

getCreateIndexSQL(Index index, string|Table table)

Gets the SQL to create an index on a table on this platform.

void

getCreateSequenceSQL(\Doctrine\DBAL\Schema\Sequence sequence)

Gets the SQL to create a sequence on this platform.

array

getCreateTableSQL(string table, int createFlags)

Gets the SQL statement(s) to create a table with the specified name, columns and constraints -on this platform.

void

getCreateTemporaryTableSnippetSQL()

void

getCreateViewSQL(mixed name, mixed sql)

string

getCurrentDateSQL()

Gets the SQL specific for the platform to get the current date.

string

getCurrentTimeSQL()

Gets the SQL specific for the platform to get the current time.

string

getCurrentTimestampSQL()

Gets the SQL specific for the platform to get the current timestamp

string

getCustomTypeDeclarationSQL(mixed columnDef)

getCustomTypeDeclarationSql -Obtail SQL code portion needed to create a custom column, -e.g.

string

getDateFormatString()

Gets the format string, as accepted by the date() function, that describes -the format of a stored date value of this platform.

string

getDateTimeFormatString()

Gets the format string, as accepted by the date() function, that describes -the format of a stored datetime value of this platform.

string

getDateTimeTypeDeclarationSQL(array fieldDeclaration)

Obtain DBMS specific SQL to be used to create datetime fields in -statements like CREATE TABLE

string

getDateTypeDeclarationSQL(array fieldDeclaration)

Obtain DBMS specific SQL to be used to create date fields in statements -like CREATE TABLE.

string

getDecimalTypeDeclarationSQL(array columnDef)

Gets the SQL snippet that declares a floating point column of arbitrary precision.

integer

getDefaultTransactionIsolationLevel()

Gets the default transaction isolation level of the platform.

string

getDefaultValueDeclarationSQL(array field)

Obtain DBMS specific SQL code portion needed to set a default value -declaration to be used in statements like CREATE TABLE.

string

getDropConstraintSQL(\Doctrine\DBAL\Schema\Constraint constraint, string|Table table)

Get drop constraint sql

void

getDropDatabaseSQL(mixed database)

string

getDropForeignKeySQL(ForeignKeyConstraint|string foreignKey, Table|string table)

string

getDropIndexSQL(mixed index, string|Table table, Index|string name)

Drop index from a table

void

getDropSequenceSQL(mixed sequence)

string

getDropTableSQL(Table|string table)

Drop a Table

void

getDropViewSQL(mixed name)

string

getEmptyIdentityInsertSQL(string tableName, string identifierColumnName)

Get the insert sql for an empty insert statement

void

getForUpdateSql()

string

getForeignKeyBaseDeclarationSQL(ForeignKeyConstraint foreignKey)

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.

string

getForeignKeyDeclarationSQL(mixed foreignKey, array definition)

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.

void

getForeignKeyReferentialActionSQL(string action, string foreign)

returns given referential action in uppercase if valid, otherwise throws -an exception

string

getIdentifierQuoteCharacter()

Gets the character used for identifier quoting.

void

getIdentityColumnNullInsertSQL()

string

getInExpression(string column, string|array(string) values)

Returns the SQL to check if a value is one in a set of -given values. -

string

getIndexDeclarationSQL(string name, Index index)

Obtain DBMS specific SQL code portion needed to set an index -declaration to be used in statements like CREATE TABLE.

string

getIndexFieldDeclarationListSQL(mixed fields)

getIndexFieldDeclarationList -Obtain DBMS specific SQL code portion needed to set an index -declaration to be used in statements like CREATE TABLE.

abstract string

getIntegerTypeDeclarationSQL(array columnDef)

Gets the SQL snippet that declares a 4 byte integer column.

string

getIsNotNullExpression(string expression)

Returns SQL that checks if a expression is not null.

string

getIsNullExpression(string expression)

Returns SQL that checks if a expression is null.

string

getLengthExpression(mixed column, string expression1, string expression2)

Returns the length of a text field.

void

getListDatabasesSQL()

void

getListSequencesSQL(mixed database)

void

getListTableColumnsSQL(mixed table)

void

getListTableConstraintsSQL(mixed table)

void

getListTableForeignKeysSQL(mixed table)

void

getListTableIndexesSQL(mixed table)

void

getListTablesSQL()

void

getListUsersSQL()

string

getListViewsSQL(string database)

Get the SQL to list all views of a database or user.

integer

getLocateExpression(string str, string substr, mixed startPos, int pos)

returns the position of the first occurrence of substring $substr in string $str

string

getLowerExpression(string str)

lower -Returns the string $str with all characters changed to -lowercase according to the current character set mapping.

string

getLtrimExpression(string str)

ltrim -returns the string $str with leading space characters removed

string

getMaxExpression(string column)

Returns the highest value of a column

int

getMaxIdentifierLength()

Maximum length of any given databse identifier, like tables or column names.

string

getMd5Expression(mixed column)

Returns the md5 sum of a field. -

string

getMinExpression(string column)

Returns the lowest value of a column

string

getModExpression(string expression1, string expression2)

Returns the remainder of the division operation -$expression1 / $expression2.

abstract string

getName()

Gets the name of the platform.

string

getNotExpression(mixed expression)

Returns the SQL for a logical not. -

string

getNowExpression()

Returns the current system date.

void

getPiExpression()

string

getRegexpExpression()

Returns the regular expression operator.

string

getRoundExpression(mixed column, mixed decimals, string expression1, string expression2)

Rounds a numeric field to the number of decimals specified.

string

getRtrimExpression(string str)

rtrim -returns the string $str with proceeding space characters removed

string

getSQLResultCasing(string column)

Gets the character casing of a column in an SQL result set of this platform.

void

getSequenceNextValSQL(mixed sequenceName)

string

getSetCharsetSQL(string charset)

Gets the SQL statement specific for the platform to set the charset. -

void

getSetTransactionIsolationSQL(integer level)

Get sql to set the transaction isolation level

string

getShowDatabasesSQL()

Get sql query to show a list of database.

void

getSinExpression(mixed value)

abstract string

getSmallIntTypeDeclarationSQL(array columnDef)

Gets the SQL snippet that declares a 2 byte integer column.

string

getSqlCommentEndString()

Gets the string portion that ends an SQL comment.

string

getSqlCommentStartString()

Gets the string portion that starts an SQL comment.

string

getSubstringExpression(string value, integer from, integer len)

return string to call a function to get a substring inside an SQL statementNote: Not SQL92, but common functionality. -

string

getSumExpression(string column)

Returns the total sum of a column

string

getTemporaryTableSQL()

A method to return the required SQL string that fits between CREATE ...

string

getTimeFormatString()

Gets the format string, as accepted by the date() function, that describes -the format of a stored time value of this platform.

string

getTimeTypeDeclarationSQL(array fieldDeclaration)

Obtain DBMS specific SQL to be used to create time fields in statements -like CREATE TABLE.

string

getTrimExpression(string str, int pos, string char)

Trim a string, leading/trailing/both and with a given char which defaults to space.

string

getTruncateTableSQL(string tableName, bool cascade)

Generate a Truncate Table SQL statement for a given table. -

string

getUniqueConstraintDeclarationSQL(string name, Index index)

Obtain DBMS specific SQL code portion needed to set a unique -constraint declaration to be used in statements like CREATE TABLE.

string

getUniqueFieldDeclarationSQL()

Obtain DBMS specific SQL code portion needed to set the UNIQUE constraint -of a field declaration to be used in statements like CREATE TABLE.

string

getUpperExpression(string str)

upper -Returns the string $str with all characters changed to -uppercase according to the current character set mapping.

integer

getVarcharMaxLength()

Gets the maximum length of a varchar field.

abstract void

getVarcharTypeDeclarationSQL(array field)

Gets the SQL snippet used to declare a VARCHAR column type.

array

getWildcards()

Gets all SQL wildcard characters of the platform.

void

modifyLimitQuery(mixed query, mixed limit, mixed offset)

boolean

prefersIdentityColumns()

Whether the platform prefers identity columns (eg.

boolean

prefersSequences()

Whether the platform prefers sequences for ID generation. -

string

quoteIdentifier(string str)

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. -

void

supportsAlterTable()

boolean

supportsForeignKeyConstraints()

Does the platform supports foreign key constraints?

bool

supportsForeignKeyOnUpdate()

Does this platform supports onUpdate in foreign key constraints?

boolean

supportsGettingAffectedRows()

Whether the platform supports getting the affected rows of a recent -update/delete type query.

boolean

supportsIdentityColumns()

Whether the platform supports identity columns. -

boolean

supportsIndexes()

Whether the platform supports indexes.

boolean

supportsPrimaryConstraints()

Whether the platform supports primary key constraints.

boolean

supportsSavepoints()

Whether the platform supports savepoints.

boolean

supportsSchemas()

Whether the platform supports database schemas.

boolean

supportsSequences()

Whether the platform supports sequences.

boolean

supportsTransactions()

Whether the platform supports transactions.

- -

Field Detail

-
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 57
-

CREATE_FOREIGNKEYS

-public final int CREATE_FOREIGNKEYS = 2 -
-

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 52
-

CREATE_INDEXES

-public final int CREATE_INDEXES = 1 -
-

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 77
-

TRIM_BOTH

-public final int TRIM_BOTH = 3 -
-

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 67
-

TRIM_LEADING

-public final int TRIM_LEADING = 1 -
-

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 72
-

TRIM_TRAILING

-public final int TRIM_TRAILING = 2 -
-

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 62
-

TRIM_UNSPECIFIED

-public final int $TRIM_UNSPECIFIED -
-

- -
- -

Constructor Detail

-
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 82
-

AbstractPlatform

-public AbstractPlatform() -
-

Constructor.

- -
- -

Method Detail

-
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1382
-

convertBooleans

-public void convertBooleans(mixed item) -
-

Some platforms need the boolean values to be converted.

The default conversion in this implementation converts to integers (false => 0, true => 1).

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1696
-

createsExplicitIndexForForeignKeys

-public bool createsExplicitIndexForForeignKeys() -
-

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1805
-

fixSchemaElementName

-public string fixSchemaElementName(mixed schemaElementName, string schemaName) -
-

Makes any fixes to a name of a schema element (table, sequence, ...) that are required -by restrictions of the platform, like a maximum length.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 471
-

getAcosExpression

-public void getAcosExpression(mixed value) -
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1246
-

getAdvancedForeignKeyOptionsSQL

-public string getAdvancedForeignKeyOptionsSQL(ForeignKeyConstraint foreignKey) -
-

Return the FOREIGN KEY query section dealing with non-standard options -as MATCH, INITIALLY DEFERRED, ON UPDATE, ...

-
Parameters:
-
foreignKey - foreign key definition
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 829
-

getAlterTableSQL

-public array getAlterTableSQL(TableDiff diff) -
-

Gets the sql statements for altering an existing table.

The method returns an array of sql statements, since some platforms need several statements.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 150
-

getAvgExpression

-public string getAvgExpression(string column) -
-

Returns the average value of a column

-
Parameters:
-
column - the column to use
-
Returns:
-
generated sql including an AVG aggregate function
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 466
-

getBetweenExpression

-public string getBetweenExpression(string expression, string value1, string value2) -
-

Returns SQL that checks if an expression evaluates to a value between -two values.

The parameter $expression is checked if it is between $value1 and $value2.

Note: There is a slight difference in the way BETWEEN works on some databases. -http://www.w3schools.com/sql/sql_between.asp. If you want complete database -independence you should avoid using between().

-
Parameters:
-
expression - the value to compare to
-
value1 - the lower value to compare with
-
value2 - the higher value to compare with
-
Returns:
-
logical expression
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1014
-

getBigIntTypeDeclarationSQL

-public abstract string getBigIntTypeDeclarationSQL(array columnDef) -
-

Gets the SQL snippet that declares an 8 byte integer column.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 998
-

getBooleanTypeDeclarationSQL

-public abstract string getBooleanTypeDeclarationSQL(array columnDef) -
-

Gets the SQL snippet that declares a boolean column.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1063
-

getCheckDeclarationSQL

-public string getCheckDeclarationSQL(array definition) -
-

Obtain DBMS specific SQL code portion needed to set a CHECK constraint -declaration to be used in statements like CREATE TABLE.

-
Parameters:
-
definition - check definition
-
Returns:
-
DBMS specific SQL code portion needed to set a CHECK constraint
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1778
-

getClobTypeDeclarationSQL

-public abstract void getClobTypeDeclarationSQL(array field) -
-

Gets the SQL snippet used to declare a CLOB column type.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1335
-

getColumnCharsetDeclarationSQL

-public string getColumnCharsetDeclarationSQL(string charset) -
-

Obtain DBMS specific SQL code portion needed to set the CHARACTER SET -of a field declaration to be used in statements like CREATE TABLE.

-
Parameters:
-
charset - name of the charset
-
Returns:
-
DBMS specific SQL code portion needed to set the CHARACTER SET of a field declaration.
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1348
-

getColumnCollationDeclarationSQL

-public string getColumnCollationDeclarationSQL(string collation) -
-

Obtain DBMS specific SQL code portion needed to set the COLLATION -of a field declaration to be used in statements like CREATE TABLE.

-
Parameters:
-
collation - name of the collation
-
Returns:
-
DBMS specific SQL code portion needed to set the COLLATION of a field declaration.
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 905
-

getColumnDeclarationListSQL

-public string getColumnDeclarationListSQL(array fields) -
-

Get declaration of a number of fields in bulk

-
Parameters:
-
fields - a multidimensional associative array. The first dimension determines the field name, while the second dimension is keyed with the name of the properties of the field being declared as array indexes. Currently, the types of supported field properties are as follows: length Integer value that determines the maximum length of the text field. If this argument is missing the field should be declared to have the longest length allowed by the DBMS. default Text value to be used as default for this field. notnull Boolean flag that indicates whether this field is constrained to not be set to null. charset Text value with the default CHARACTER SET for this field. collation Text value with the default COLLATION for this field. unique unique constraint
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 948
-

getColumnDeclarationSQL

-public string getColumnDeclarationSQL(string name, array field) -
-

Obtain DBMS specific SQL code portion needed to declare a generic type -field to be used in statements like CREATE TABLE.

-
Parameters:
-
name - name the field to be declared.
-
field - associative array with the name of the properties of the field being declared as array indexes. Currently, the types of supported field properties are as follows: length Integer value that determines the maximum length of the text field. If this argument is missing the field should be declared to have the longest length allowed by the DBMS. default Text value to be used as default for this field. notnull Boolean flag that indicates whether this field is constrained to not be set to null. charset Text value with the default CHARACTER SET for this field. collation Text value with the default COLLATION for this field. unique unique constraint check column check constraint columnDefinition a string that defines the complete column
-
Returns:
-
DBMS specific SQL code portion that should be used to declare the column.
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 380
-

getConcatExpression

-public string getConcatExpression(string arg1,) -
-

Returns a series of strings concatinated

concat() accepts an arbitrary number of parameters. Each parameter -must contain an expression

-
Parameters:
-
arg1, - $arg2 ... $argN strings that will be concatinated.
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 486
-

getCosExpression

-public void getCosExpression(mixed value) -
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 164
-

getCountExpression

-public string getCountExpression(string|integer column) -
-

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.

-
Parameters:
-
column - the column to use
-
Returns:
-
generated sql including a COUNT aggregate function
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 714
-

getCreateConstraintSQL

-public string getCreateConstraintSQL(Constraint constraint, string|Table table) -
-

Gets the SQL to create a constraint on a table on this platform.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1532
-

getCreateDatabaseSQL

-public void getCreateDatabaseSQL(mixed database) -
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 810
-

getCreateForeignKeySQL

-public string getCreateForeignKeySQL(ForeignKeyConstraint foreignKey, string|Table table) -
-

Create a new foreign key

-
Parameters:
-
foreignKey - ForeignKey instance
-
table - name of the table on which the foreign key is to be created
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 761
-

getCreateIndexSQL

-public string getCreateIndexSQL(Index index, string|Table table) -
-

Gets the SQL to create an index on a table on this platform.

-
Parameters:
-
-
table - name of the table on which the index is to be created
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 702
-

getCreateSequenceSQL

-public void getCreateSequenceSQL(\Doctrine\DBAL\Schema\Sequence sequence) -
-

Gets the SQL to create a sequence on this platform.

-
Throws:
-
DBALException
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 580
-

getCreateTableSQL

-public array getCreateTableSQL(string table, int createFlags) -
-

Gets the SQL statement(s) to create a table with the specified name, columns and constraints -on this platform.

-
Parameters:
-
table - The name of the table.
-
-
Returns:
-
The sequence of SQL statements.
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 691
-

getCreateTemporaryTableSnippetSQL

-public void getCreateTemporaryTableSnippetSQL() -
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1512
-

getCreateViewSQL

-public void getCreateViewSQL(mixed name, mixed sql) -
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1415
-

getCurrentDateSQL

-public string getCurrentDateSQL() -
-

Gets the SQL specific for the platform to get the current date.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1425
-

getCurrentTimeSQL

-public string getCurrentTimeSQL() -
-

Gets the SQL specific for the platform to get the current time.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1435
-

getCurrentTimestampSQL

-public string getCurrentTimestampSQL() -
-

Gets the SQL specific for the platform to get the current timestamp

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1136
-

getCustomTypeDeclarationSQL

-public string getCustomTypeDeclarationSQL(mixed columnDef) -
-

getCustomTypeDeclarationSql -Obtail SQL code portion needed to create a custom column, -e.g. when a field has the "columnDefinition" keyword. -Only "AUTOINCREMENT" and "PRIMARY KEY" are added if appropriate.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1737
-

getDateFormatString

-public string getDateFormatString() -
-

Gets the format string, as accepted by the date() function, that describes -the format of a stored date value of this platform.

-
Returns:
-
The format string.
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1726
-

getDateTimeFormatString

-public string getDateTimeFormatString() -
-

Gets the format string, as accepted by the date() function, that describes -the format of a stored datetime value of this platform.

-
Returns:
-
The format string.
-
Todo:
-
We need to get the specific format for each dbms and override this function for each platform
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1554
-

getDateTimeTypeDeclarationSQL

-public string getDateTimeTypeDeclarationSQL(array fieldDeclaration) -
-

Obtain DBMS specific SQL to be used to create datetime fields in -statements like CREATE TABLE

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1566
-

getDateTypeDeclarationSQL

-public string getDateTypeDeclarationSQL(array fieldDeclaration) -
-

Obtain DBMS specific SQL to be used to create date fields in statements -like CREATE TABLE.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 982
-

getDecimalTypeDeclarationSQL

-public string getDecimalTypeDeclarationSQL(array columnDef) -
-

Gets the SQL snippet that declares a floating point column of arbitrary precision.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1589
-

getDefaultTransactionIsolationLevel

-public integer getDefaultTransactionIsolationLevel() -
-

Gets the default transaction isolation level of the platform.

-
Returns:
-
The default isolation level.
-
See Also:
-
constants.
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1039
-

getDefaultValueDeclarationSQL

-public string getDefaultValueDeclarationSQL(array field) -
-

Obtain DBMS specific SQL code portion needed to set a default value -declaration to be used in statements like CREATE TABLE.

-
Parameters:
-
field - field definition array
-
Returns:
-
DBMS specific SQL code portion needed to set a default value
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 541
-

getDropConstraintSQL

-public string getDropConstraintSQL(\Doctrine\DBAL\Schema\Constraint constraint, string|Table table) -
-

Get drop constraint sql

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 496
-

getDropDatabaseSQL

-public void getDropDatabaseSQL(mixed database) -
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 559
-

getDropForeignKeySQL

-public string getDropForeignKeySQL(ForeignKeyConstraint|string foreignKey, Table|string table) -
-

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 523
-

getDropIndexSQL

-public string getDropIndexSQL(mixed index, string|Table table, Index|string name) -
-

Drop index from a table

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1522
-

getDropSequenceSQL

-public void getDropSequenceSQL(mixed sequence) -
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 507
-

getDropTableSQL

-public string getDropTableSQL(Table|string table) -
-

Drop a Table

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1517
-

getDropViewSQL

-public void getDropViewSQL(mixed name) -
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1827
-

getEmptyIdentityInsertSQL

-public string getEmptyIdentityInsertSQL(string tableName, string identifierColumnName) -
-

Get the insert sql for an empty insert statement

-
Returns:
-
$sql
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 491
-

getForUpdateSql

-public void getForUpdateSql() -
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1289
-

getForeignKeyBaseDeclarationSQL

-public string getForeignKeyBaseDeclarationSQL(ForeignKeyConstraint foreignKey) -
-

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.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1231
-

getForeignKeyDeclarationSQL

-public string getForeignKeyDeclarationSQL(mixed foreignKey, array definition) -
-

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.

-
Parameters:
-
definition - an associative array with the following structure: name optional constraint name local the local field(s) foreign the foreign reference field(s) foreignTable the name of the foreign table onDelete referential delete action onUpdate referential update action deferred deferred constraint checking The onDelete and onUpdate keys accept the following values: CASCADE: Delete or update the row from the parent table and automatically delete or update the matching rows in the child table. Both ON DELETE CASCADE and ON UPDATE CASCADE are supported. Between two tables, you should not define several ON UPDATE CASCADE clauses that act on the same column in the parent table or in the child table. SET NULL: Delete or update the row from the parent table and set the foreign key column or columns in the child table to NULL. This is valid only if the foreign key columns do not have the NOT NULL qualifier specified. Both ON DELETE SET NULL and ON UPDATE SET NULL clauses are supported. NO ACTION: In standard SQL, NO ACTION means no action in the sense that an attempt to delete or update a primary key value is not allowed to proceed if there is a related foreign key value in the referenced table. RESTRICT: Rejects the delete or update operation for the parent table. NO ACTION and RESTRICT are the same as omitting the ON DELETE or ON UPDATE clause. SET DEFAULT
-
Returns:
-
DBMS specific SQL code portion needed to set the FOREIGN KEY constraint of a field declaration.
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1266
-

getForeignKeyReferentialActionSQL

-public void getForeignKeyReferentialActionSQL(string action, string foreign) -
-

returns given referential action in uppercase if valid, otherwise throws -an exception

-
Throws:
-
if unknown referential action given
-
Parameters:
-
action - foreign key referential action
-
foreign - key referential action in uppercase
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 89
-

getIdentifierQuoteCharacter

-public string getIdentifierQuoteCharacter() -
-

Gets the character used for identifier quoting.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1712
-

getIdentityColumnNullInsertSQL

-public void getIdentityColumnNullInsertSQL() -
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 416
-

getInExpression

-public string getInExpression(string column, string|array(string) values) -
-

Returns the SQL to check if a value is one in a set of -given values.

in() accepts an arbitrary number of parameters. The first parameter -must always specify the value that should be matched against. Successive -must contain a logical expression or an array with logical expressions. -These expressions will be matched against the first parameter.

-
Parameters:
-
column - the value that should be matched against
-
values - that will be matched against $column
-
Returns:
-
logical expression
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1111
-

getIndexDeclarationSQL

-public string getIndexDeclarationSQL(string name, Index index) -
-

Obtain DBMS specific SQL code portion needed to set an index -declaration to be used in statements like CREATE TABLE.

-
Parameters:
-
name - name of the index
-
index - index definition
-
Returns:
-
DBMS specific SQL code portion needed to set an index
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1148
-

getIndexFieldDeclarationListSQL

-public string getIndexFieldDeclarationListSQL(mixed fields) -
-

getIndexFieldDeclarationList -Obtain DBMS specific SQL code portion needed to set an index -declaration to be used in statements like CREATE TABLE.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1006
-

getIntegerTypeDeclarationSQL

-public abstract string getIntegerTypeDeclarationSQL(array columnDef) -
-

Gets the SQL snippet that declares a 4 byte integer column.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 446
-

getIsNotNullExpression

-public string getIsNotNullExpression(string expression) -
-

Returns SQL that checks if a expression is not null.

-
Parameters:
-
expression - the expression that should be compared to null
-
Returns:
-
logical expression
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 435
-

getIsNullExpression

-public string getIsNullExpression(string expression) -
-

Returns SQL that checks if a expression is null.

-
Parameters:
-
expression - the expression that should be compared to null
-
Returns:
-
logical expression
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 223
-

getLengthExpression

-public string getLengthExpression(mixed column, string expression1, string expression2) -
-

Returns the length of a text field.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1461
-

getListDatabasesSQL

-public void getListDatabasesSQL() -
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1466
-

getListSequencesSQL

-public void getListSequencesSQL(mixed database) -
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1476
-

getListTableColumnsSQL

-public void getListTableColumnsSQL(mixed table) -
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1471
-

getListTableConstraintsSQL

-public void getListTableConstraintsSQL(mixed table) -
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1507
-

getListTableForeignKeysSQL

-public void getListTableForeignKeysSQL(mixed table) -
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1502
-

getListTableIndexesSQL

-public void getListTableIndexesSQL(mixed table) -
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1481
-

getListTablesSQL

-public void getListTablesSQL() -
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1486
-

getListUsersSQL

-public void getListUsersSQL() -
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1497
-

getListViewsSQL

-public string getListViewsSQL(string database) -
-

Get the SQL to list all views of a database or user.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 335
-

getLocateExpression

-public integer getLocateExpression(string str, string substr, mixed startPos, int pos) -
-

returns the position of the first occurrence of substring $substr in string $str

-
Parameters:
-
substr - literal string to find
-
str - literal string
-
pos - position to start at, beginning of string by default
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 322
-

getLowerExpression

-public string getLowerExpression(string str) -
-

lower -Returns the string $str with all characters changed to -lowercase according to the current character set mapping.

-
Parameters:
-
str - literal string or column name
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 296
-

getLtrimExpression

-public string getLtrimExpression(string str) -
-

ltrim -returns the string $str with leading space characters removed

-
Parameters:
-
str - literal string or column name
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 175
-

getMaxExpression

-public string getMaxExpression(string column) -
-

Returns the highest value of a column

-
Parameters:
-
column - the column to use
-
Returns:
-
generated sql including a MAX aggregate function
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1815
-

getMaxIdentifierLength

-public int getMaxIdentifierLength() -
-

Maximum length of any given databse identifier, like tables or column names.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 211
-

getMd5Expression

-public string getMd5Expression(mixed column) -
-

Returns the md5 sum of a field.

Note: Not SQL92, but common functionality

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 186
-

getMinExpression

-public string getMinExpression(string column) -
-

Returns the lowest value of a column

-
Parameters:
-
column - the column to use
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 248
-

getModExpression

-public string getModExpression(string expression1, string expression2) -
-

Returns the remainder of the division operation -$expression1 / $expression2.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1785
-

getName

-public abstract string getName() -
-

Gets the name of the platform.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 398
-

getNotExpression

-public string getNotExpression(mixed expression) -
-

Returns the SQL for a logical not.

Example: - -$q = new Doctrine_Query(); -$e = $q->expr; -$q->select('*')->from('table') -->where($e->eq('id', $e->not('null')); -

-
Returns:
-
a logical expression
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 345
-

getNowExpression

-public string getNowExpression() -
-

Returns the current system date.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 481
-

getPiExpression

-public void getPiExpression() -
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 139
-

getRegexpExpression

-public string getRegexpExpression() -
-

Returns the regular expression operator.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 235
-

getRoundExpression

-public string getRoundExpression(mixed column, mixed decimals, string expression1, string expression2) -
-

Rounds a numeric field to the number of decimals specified.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 284
-

getRtrimExpression

-public string getRtrimExpression(string str) -
-

rtrim -returns the string $str with proceeding space characters removed

-
Parameters:
-
str - literal string or column name
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1793
-

getSQLResultCasing

-public string getSQLResultCasing(string column) -
-

Gets the character casing of a column in an SQL result set of this platform.

-
Parameters:
-
column - The column name for which to get the correct character casing.
-
Returns:
-
The column name in the character casing used in SQL result sets.
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1527
-

getSequenceNextValSQL

-public void getSequenceNextValSQL(mixed sequenceName) -
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1405
-

getSetCharsetSQL

-public string getSetCharsetSQL(string charset) -
-

Gets the SQL statement specific for the platform to set the charset.

This function is MySQL specific and required by -\Doctrine\DBAL\Connection::setCharset($charset)

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1542
-

getSetTransactionIsolationSQL

-public void getSetTransactionIsolationSQL(integer level) -
-

Get sql to set the transaction isolation level

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1185
-

getShowDatabasesSQL

-public string getShowDatabasesSQL() -
-

Get sql query to show a list of database.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 476
-

getSinExpression

-public void getSinExpression(mixed value) -
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1022
-

getSmallIntTypeDeclarationSQL

-public abstract string getSmallIntTypeDeclarationSQL(array columnDef) -
-

Gets the SQL snippet that declares a 2 byte integer column.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 109
-

getSqlCommentEndString

-public string getSqlCommentEndString() -
-

Gets the string portion that ends an SQL comment.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 99
-

getSqlCommentStartString

-public string getSqlCommentStartString() -
-

Gets the string portion that starts an SQL comment.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 362
-

getSubstringExpression

-public string getSubstringExpression(string value, integer from, integer len) -
-

return string to call a function to get a substring inside an SQL statement

Note: Not SQL92, but common functionality.

SQLite only supports the 2 parameter variant of this function

-
Parameters:
-
value - an sql string literal or column name/alias
-
from - where to start the substring portion
-
len - the substring portion length
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 197
-

getSumExpression

-public string getSumExpression(string column) -
-

Returns the total sum of a column

-
Parameters:
-
column - the column to use
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1175
-

getTemporaryTableSQL

-public string getTemporaryTableSQL() -
-

A method to return the required SQL string that fits between CREATE ... TABLE -to create the table as a temporary table.

Should be overridden in driver classes to return the correct string for the -specific database type.

The default is to return the string "TEMPORARY" - this will result in a -SQL error for any database that does not support temporary tables, or that -requires a different SQL command from "CREATE TEMPORARY TABLE".

-
Returns:
-
The string required to be placed between "CREATE" and "TABLE" to generate a temporary table, if possible.
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1748
-

getTimeFormatString

-public string getTimeFormatString() -
-

Gets the format string, as accepted by the date() function, that describes -the format of a stored time value of this platform.

-
Returns:
-
The format string.
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1578
-

getTimeTypeDeclarationSQL

-public string getTimeTypeDeclarationSQL(array fieldDeclaration) -
-

Obtain DBMS specific SQL to be used to create time fields in statements -like CREATE TABLE.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 261
-

getTrimExpression

-public string getTrimExpression(string str, int pos, string char) -
-

Trim a string, leading/trailing/both and with a given char which defaults to space.

-
Parameters:
-
-
-
char - has to be quoted already
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1842
-

getTruncateTableSQL

-public string getTruncateTableSQL(string tableName, bool cascade) -
-

Generate a Truncate Table SQL statement for a given table.

Cascade is not supported on many platforms but would optionally cascade the truncate by -following the foreign keys.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1092
-

getUniqueConstraintDeclarationSQL

-public string getUniqueConstraintDeclarationSQL(string name, Index index) -
-

Obtain DBMS specific SQL code portion needed to set a unique -constraint declaration to be used in statements like CREATE TABLE.

-
Parameters:
-
name - name of the unique constraint
-
index - index definition
-
Returns:
-
DBMS specific SQL code portion needed to set a constraint
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1322
-

getUniqueFieldDeclarationSQL

-public string getUniqueFieldDeclarationSQL() -
-

Obtain DBMS specific SQL code portion needed to set the UNIQUE constraint -of a field declaration to be used in statements like CREATE TABLE.

-
Returns:
-
DBMS specific SQL code portion needed to set the UNIQUE constraint of a field declaration.
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 309
-

getUpperExpression

-public string getUpperExpression(string str) -
-

upper -Returns the string $str with all characters changed to -uppercase according to the current character set mapping.

-
Parameters:
-
str - literal string or column name
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 119
-

getVarcharMaxLength

-public integer getVarcharMaxLength() -
-

Gets the maximum length of a varchar field.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1771
-

getVarcharTypeDeclarationSQL

-public abstract void getVarcharTypeDeclarationSQL(array field) -
-

Gets the SQL snippet used to declare a VARCHAR column type.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 129
-

getWildcards

-public array getWildcards() -
-

Gets all SQL wildcard characters of the platform.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1753
-

modifyLimitQuery

-public void modifyLimitQuery(mixed query, mixed limit, mixed offset) -
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1370
-

prefersIdentityColumns

-public boolean prefersIdentityColumns() -
-

Whether the platform prefers identity columns (eg. autoincrement) for ID generation. -Subclasses should override this method to return TRUE if they prefer identity columns.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1359
-

prefersSequences

-public boolean prefersSequences() -
-

Whether the platform prefers sequences for ID generation. -Subclasses should override this method to return TRUE if they prefer sequences.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 796
-

quoteIdentifier

-public string quoteIdentifier(string str) -
-

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.

NOTE: Just because you CAN use quoted identifiers doesn't mean -you SHOULD use them. In general, they end up causing way more -problems than they solve.

-
Parameters:
-
str - identifier name to be quoted
-
Returns:
-
quoted identifier string
-
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1628
-

supportsAlterTable

-public void supportsAlterTable() -
-
- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1668
-

supportsForeignKeyConstraints

-public boolean supportsForeignKeyConstraints() -
-

Does the platform supports foreign key constraints?

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1678
-

supportsForeignKeyOnUpdate

-public bool supportsForeignKeyOnUpdate() -
-

Does this platform supports onUpdate in foreign key constraints?

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1707
-

supportsGettingAffectedRows

-public boolean supportsGettingAffectedRows() -
-

Whether the platform supports getting the affected rows of a recent -update/delete type query.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1613
-

supportsIdentityColumns

-public boolean supportsIdentityColumns() -
-

Whether the platform supports identity columns. -Identity columns are columns that recieve an auto-generated value from the -database on insert of a row.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1623
-

supportsIndexes

-public boolean supportsIndexes() -
-

Whether the platform supports indexes.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1658
-

supportsPrimaryConstraints

-public boolean supportsPrimaryConstraints() -
-

Whether the platform supports primary key constraints.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1648
-

supportsSavepoints

-public boolean supportsSavepoints() -
-

Whether the platform supports savepoints.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1688
-

supportsSchemas

-public boolean supportsSchemas() -
-

Whether the platform supports database schemas.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1601
-

supportsSequences

-public boolean supportsSequences() -
-

Whether the platform supports sequences.

- -
- -
/Doctrine/DBAL/Platforms/AbstractPlatform.php at line 1638
-

supportsTransactions

-public boolean supportsTransactions() -
-

Whether the platform supports transactions.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/platforms/mssqlplatform.html b/lib/api/doctrine/dbal/platforms/mssqlplatform.html deleted file mode 100644 index ace136741..000000000 --- a/lib/api/doctrine/dbal/platforms/mssqlplatform.html +++ /dev/null @@ -1,548 +0,0 @@ - - - - - - - - - - - -MsSqlPlatform (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Platforms\MsSqlPlatform
-
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 37
- -

Class MsSqlPlatform

- -
Class:MsSqlPlatform - Superclass: AbstractPlatform
-AbstractPlatform
⌊ MsSqlPlatform
- -
- -

public class MsSqlPlatform
extends AbstractPlatform - -

- -

The MsSqlPlatform provides the behavior, features and SQL dialect of the -MySQL database platform.

- -
-
Since:
-
2.0
-
Author:
-
Roman Borschel
-
Jonathan H. Wage
-
Benjamin Eberlei
-
Todo:
-
Rename: MsSQLPlatform
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Version:
-
$Revision: 3938 $
-
-
- - - -
Fields inherited from Doctrine\DBAL\Platforms\AbstractPlatform
CREATE_FOREIGNKEYS, CREATE_INDEXES, TRIM_BOTH, TRIM_LEADING, TRIM_TRAILING, TRIM_UNSPECIFIED
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
array

getAlterTableSQL(TableDiff diff)

Gets the sql statements for altering an existing table. -

string

getBigIntTypeDeclarationSQL(mixed field, array columnDef)

string

getBooleanTypeDeclarationSQL(mixed field, array columnDef)

void

getClobTypeDeclarationSQL(array field)

@override

string

getConcatExpression(string arg1, string arg2, string values..., string arg1,)

Returns string to concatenate two or more string parameters

string

getCreateDatabaseSQL(string name, mixed database)

create a new database

string

getDateTimeTypeDeclarationSQL(array fieldDeclaration)

string

getDateTypeDeclarationSQL(array fieldDeclaration)

string

getDropDatabaseSQL(string name, mixed database)

drop an existing database

string

getEmptyIdentityInsertSQL(mixed quotedTableName, mixed quotedIdentifierColumnName, string tableName, string identifierColumnName)

Get the insert sql for an empty insert statement

string

getGuidExpression()

Returns global unique identifier

string

getIntegerTypeDeclarationSQL(mixed field, array columnDef)

void

getListTablesSQL()

string

getName()

Get the platform name for this instance

string

getNowExpression(mixed type)

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)

string

getRegexpExpression()

Returns the regular expression operator.

void

getSetTransactionIsolationSQL(integer level)

Get sql to set the transaction isolation level

string

getShowDatabasesSQL()

Get sql query to show a list of database.

string

getSmallIntTypeDeclarationSQL(mixed field, array columnDef)

string

getSubstringExpression(string value, mixed position, mixed length, integer from, integer len)

return string to call a function to get a substring inside an SQL statement

string

getTimeTypeDeclarationSQL(array fieldDeclaration)

string

getTruncateTableSQL(string tableName, bool cascade)

void

getVarcharTypeDeclarationSQL(array field)

Gets the SQL snippet used to declare a VARCHAR column type.

string

modifyLimitQuery(string query, mixed limit, mixed offset)

Adds an adapter-specific LIMIT clause to the SELECT statement.

boolean

prefersIdentityColumns()

Whether the platform prefers identity columns for ID generation. -

boolean

supportsIdentityColumns()

Whether the platform supports identity columns. -

boolean

supportsSavepoints()

Whether the platform supports savepoints.

string

writeLimitClause(string query, mixed limit, mixed offset)

Adds an adapter-specific LIMIT clause to the SELECT statement. -

- - - -
Methods inherited from Doctrine\DBAL\Platforms\AbstractPlatform
convertBooleans, createsExplicitIndexForForeignKeys, fixSchemaElementName, getAcosExpression, getAdvancedForeignKeyOptionsSQL, getAlterTableSQL, getAvgExpression, getBetweenExpression, getBigIntTypeDeclarationSQL, getBooleanTypeDeclarationSQL, getCheckDeclarationSQL, getClobTypeDeclarationSQL, getColumnCharsetDeclarationSQL, getColumnCollationDeclarationSQL, getColumnDeclarationListSQL, getColumnDeclarationSQL, getConcatExpression, getCosExpression, getCountExpression, getCreateConstraintSQL, getCreateDatabaseSQL, getCreateForeignKeySQL, getCreateIndexSQL, getCreateSequenceSQL, getCreateTableSQL, getCreateTemporaryTableSnippetSQL, getCreateViewSQL, getCurrentDateSQL, getCurrentTimeSQL, getCurrentTimestampSQL, getCustomTypeDeclarationSQL, getDateFormatString, getDateTimeFormatString, getDateTimeTypeDeclarationSQL, getDateTypeDeclarationSQL, getDecimalTypeDeclarationSQL, getDefaultTransactionIsolationLevel, getDefaultValueDeclarationSQL, getDropConstraintSQL, getDropDatabaseSQL, getDropForeignKeySQL, getDropIndexSQL, getDropSequenceSQL, getDropTableSQL, getDropViewSQL, getEmptyIdentityInsertSQL, getForUpdateSql, getForeignKeyBaseDeclarationSQL, getForeignKeyDeclarationSQL, getForeignKeyReferentialActionSQL, getIdentifierQuoteCharacter, getIdentityColumnNullInsertSQL, getInExpression, getIndexDeclarationSQL, getIndexFieldDeclarationListSQL, getIntegerTypeDeclarationSQL, getIsNotNullExpression, getIsNullExpression, getLengthExpression, getListDatabasesSQL, getListSequencesSQL, getListTableColumnsSQL, getListTableConstraintsSQL, getListTableForeignKeysSQL, getListTableIndexesSQL, getListTablesSQL, getListUsersSQL, getListViewsSQL, getLocateExpression, getLowerExpression, getLtrimExpression, getMaxExpression, getMaxIdentifierLength, getMd5Expression, getMinExpression, getModExpression, getName, getNotExpression, getNowExpression, getPiExpression, getRegexpExpression, getRoundExpression, getRtrimExpression, getSQLResultCasing, getSequenceNextValSQL, getSetCharsetSQL, getSetTransactionIsolationSQL, getShowDatabasesSQL, getSinExpression, getSmallIntTypeDeclarationSQL, getSqlCommentEndString, getSqlCommentStartString, getSubstringExpression, getSumExpression, getTemporaryTableSQL, getTimeFormatString, getTimeTypeDeclarationSQL, getTrimExpression, getTruncateTableSQL, getUniqueConstraintDeclarationSQL, getUniqueFieldDeclarationSQL, getUpperExpression, getVarcharMaxLength, getVarcharTypeDeclarationSQL, getWildcards, modifyLimitQuery, prefersIdentityColumns, prefersSequences, quoteIdentifier, supportsAlterTable, supportsForeignKeyConstraints, supportsForeignKeyOnUpdate, supportsGettingAffectedRows, supportsIdentityColumns, supportsIndexes, supportsPrimaryConstraints, supportsSavepoints, supportsSchemas, supportsSequences, supportsTransactions
- -

Method Detail

-
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 94
-

getAlterTableSQL

-public array getAlterTableSQL(TableDiff diff) -
-

Gets the sql statements for altering an existing table.

The method returns an array of sql statements, since some platforms need several statements.

- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 287
-

getBigIntTypeDeclarationSQL

-public string getBigIntTypeDeclarationSQL(mixed field, array columnDef) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 364
-

getBooleanTypeDeclarationSQL

-public string getBooleanTypeDeclarationSQL(mixed field, array columnDef) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 318
-

getClobTypeDeclarationSQL

-public void getClobTypeDeclarationSQL(array field) -
-

- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 184
-

getConcatExpression

-public string getConcatExpression(string arg1, string arg2, string values..., string arg1,) -
-

Returns string to concatenate two or more string parameters

-
Returns:
-
to concatenate two strings
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 254
-

getCreateDatabaseSQL

-public string getCreateDatabaseSQL(string name, mixed database) -
-

create a new database

-
Parameters:
-
name - name of the database that should be created
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 340
-

getDateTimeTypeDeclarationSQL

-public string getDateTimeTypeDeclarationSQL(array fieldDeclaration) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 348
-

getDateTypeDeclarationSQL

-public string getDateTypeDeclarationSQL(array fieldDeclaration) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 266
-

getDropDatabaseSQL

-public string getDropDatabaseSQL(string name, mixed database) -
-

drop an existing database

-
Parameters:
-
name - name of the database that should be dropped
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 474
-

getEmptyIdentityInsertSQL

-public string getEmptyIdentityInsertSQL(mixed quotedTableName, mixed quotedIdentifierColumnName, string tableName, string identifierColumnName) -
-

Get the insert sql for an empty insert statement

-
Returns:
-
$sql
-
-
- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 196
-

getGuidExpression

-public string getGuidExpression() -
-

Returns global unique identifier

-
Returns:
-
to get global unique identifier
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 279
-

getIntegerTypeDeclarationSQL

-public string getIntegerTypeDeclarationSQL(mixed field, array columnDef) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 242
-

getListTablesSQL

-public void getListTablesSQL() -
-
- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 374
-

getName

-public string getName() -
-

Get the platform name for this instance

- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 150
-

getNowExpression

-public string getNowExpression(mixed type) -
-

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)

-
Returns:
-
to call a variable with the current timestamp
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 135
-

getRegexpExpression

-public string getRegexpExpression() -
-

Returns the regular expression operator.

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 271
-

getSetTransactionIsolationSQL

-public void getSetTransactionIsolationSQL(integer level) -
-

Get sql to set the transaction isolation level

- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 237
-

getShowDatabasesSQL

-public string getShowDatabasesSQL() -
-

Get sql query to show a list of database.

- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 295
-

getSmallIntTypeDeclarationSQL

-public string getSmallIntTypeDeclarationSQL(mixed field, array columnDef) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 167
-

getSubstringExpression

-public string getSubstringExpression(string value, mixed position, mixed length, integer from, integer len) -
-

return string to call a function to get a substring inside an SQL statement

-
Returns:
-
to call a function to get a substring
-
Override.
-
Parameters:
-
value - an sql string literal or column name/alias
-
from - where to start the substring portion
-
len - the substring portion length
-
-
- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 356
-

getTimeTypeDeclarationSQL

-public string getTimeTypeDeclarationSQL(array fieldDeclaration) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 482
-

getTruncateTableSQL

-public string getTruncateTableSQL(string tableName, bool cascade) -
-

-
Inheritdoc.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 300
-

getVarcharTypeDeclarationSQL

-public void getVarcharTypeDeclarationSQL(array field) -
-

Gets the SQL snippet used to declare a VARCHAR column type.

- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 388
-

modifyLimitQuery

-public string modifyLimitQuery(string query, mixed limit, mixed offset) -
-

Adds an adapter-specific LIMIT clause to the SELECT statement.

-
See Also:
-
http://lists.bestpractical.com/pipermail/rt-devel/2005-June/007339.html
-
-
- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 209
-

prefersIdentityColumns

-public boolean prefersIdentityColumns() -
-

Whether the platform prefers identity columns for ID generation. -MsSql prefers "autoincrement" identity columns since sequences can only -be emulated with a table.

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 221
-

supportsIdentityColumns

-public boolean supportsIdentityColumns() -
-

Whether the platform supports identity columns. -MsSql supports this through AUTO_INCREMENT columns.

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 232
-

supportsSavepoints

-public boolean supportsSavepoints() -
-

Whether the platform supports savepoints. MsSql does not.

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MsSqlPlatform.php at line 50
-

writeLimitClause

-public string writeLimitClause(string query, mixed limit, mixed offset) -
-

Adds an adapter-specific LIMIT clause to the SELECT statement. -[ borrowed from Zend Framework ]

-
See Also:
-
http://lists.bestpractical.com/pipermail/rt-devel/2005-June/007339.html
-
Override.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/platforms/mysqlplatform.html b/lib/api/doctrine/dbal/platforms/mysqlplatform.html deleted file mode 100644 index fc21953c7..000000000 --- a/lib/api/doctrine/dbal/platforms/mysqlplatform.html +++ /dev/null @@ -1,661 +0,0 @@ - - - - - - - - - - - -MySqlPlatform (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Platforms\MySqlPlatform
-
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 37
- -

Class MySqlPlatform

- -
Class:MySqlPlatform - Superclass: AbstractPlatform
-AbstractPlatform
⌊ MySqlPlatform
- -
- -

public class MySqlPlatform
extends AbstractPlatform - -

- -

The MySqlPlatform provides the behavior, features and SQL dialect of the -MySQL database platform. This platform represents a MySQL 5.0 or greater platform that -uses the InnoDB storage engine.

- -
-
Since:
-
2.0
-
Author:
-
Roman Borschel
-
Benjamin Eberlei
-
Todo:
-
Rename: MySQLPlatform
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Version:
-
$Revision: 3938 $
-
-
- - - -
Fields inherited from Doctrine\DBAL\Platforms\AbstractPlatform
CREATE_FOREIGNKEYS, CREATE_INDEXES, TRIM_BOTH, TRIM_LEADING, TRIM_TRAILING, TRIM_UNSPECIFIED
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
bool

createsExplicitIndexForForeignKeys()

string

getAdvancedForeignKeyOptionsSQL(ForeignKeyConstraint foreignKey)

Return the FOREIGN KEY query section dealing with non-standard options -as MATCH, INITIALLY DEFERRED, ON UPDATE, ...

boolean

getAlterTableSQL(TableDiff diff, string name, array changes, boolean check)

Gets the SQL to alter an existing table.

string

getBigIntTypeDeclarationSQL(mixed field, array columnDef)

@override

string

getBooleanTypeDeclarationSQL(mixed field, array columnDef)

void

getClobTypeDeclarationSQL(array field)

@override

string

getCollationFieldDeclaration(string collation)

Obtain DBMS specific SQL code portion needed to set the COLLATION -of a field declaration to be used in statements like CREATE TABLE.

string

getConcatExpression(string|array(string) strings, string arg1,)

Returns a series of strings concatinatedconcat() accepts an arbitrary number of parameters.

string

getCreateDatabaseSQL(string name, mixed database)

create a new database

void

getCreateViewSQL(mixed name, mixed sql)

string

getDateTimeTypeDeclarationSQL(array fieldDeclaration)

string

getDateTypeDeclarationSQL(array fieldDeclaration)

string

getDropDatabaseSQL(string name, mixed database)

drop an existing database

string

getDropIndexSQL(Index index, string|Table table, Index|string name)

Gets the SQL to drop an index of a table.

string

getDropTableSQL(string table)

Gets the SQL to drop a table.

void

getDropViewSQL(mixed name)

string

getGuidExpression()

Returns global unique identifier

string

getIdentifierQuoteCharacter()

Gets the character used for identifier quoting.

string

getIntegerTypeDeclarationSQL(string field, string name, array columnDef)

Obtain DBMS specific SQL code portion needed to declare an integer type -field to be used in statements like CREATE TABLE.

void

getListDatabasesSQL()

void

getListTableColumnsSQL(mixed table)

void

getListTableConstraintsSQL(mixed table)

void

getListTableForeignKeysSQL(mixed table, mixed database)

void

getListTableIndexesSQL(mixed table)

void

getListTablesSQL()

string

getListViewsSQL(string database)

Get the SQL to list all views of a database or user.

integer

getLocateExpression(string str, string substr, mixed startPos, int pos)

returns the position of the first occurrence of substring $substr in string $str

string

getName()

Get the platform name for this instance.

string

getRegexpExpression()

Returns the regular expression operator.

void

getSetTransactionIsolationSQL(integer level)

Get sql to set the transaction isolation level

string

getShowDatabasesSQL()

Get sql query to show a list of database.

string

getSmallIntTypeDeclarationSQL(mixed field, array columnDef)

@override

string

getTimeTypeDeclarationSQL(array fieldDeclaration)

void

getVarcharTypeDeclarationSQL(array field)

Gets the SQL snippet used to declare a VARCHAR column on the MySql platform.

boolean

prefersIdentityColumns()

Whether the platform prefers identity columns for ID generation. -

boolean

supportsIdentityColumns()

Whether the platform supports identity columns. -

boolean

supportsSavepoints()

Whether the platform supports savepoints.

- - - -
Methods inherited from Doctrine\DBAL\Platforms\AbstractPlatform
convertBooleans, createsExplicitIndexForForeignKeys, fixSchemaElementName, getAcosExpression, getAdvancedForeignKeyOptionsSQL, getAlterTableSQL, getAvgExpression, getBetweenExpression, getBigIntTypeDeclarationSQL, getBooleanTypeDeclarationSQL, getCheckDeclarationSQL, getClobTypeDeclarationSQL, getColumnCharsetDeclarationSQL, getColumnCollationDeclarationSQL, getColumnDeclarationListSQL, getColumnDeclarationSQL, getConcatExpression, getCosExpression, getCountExpression, getCreateConstraintSQL, getCreateDatabaseSQL, getCreateForeignKeySQL, getCreateIndexSQL, getCreateSequenceSQL, getCreateTableSQL, getCreateTemporaryTableSnippetSQL, getCreateViewSQL, getCurrentDateSQL, getCurrentTimeSQL, getCurrentTimestampSQL, getCustomTypeDeclarationSQL, getDateFormatString, getDateTimeFormatString, getDateTimeTypeDeclarationSQL, getDateTypeDeclarationSQL, getDecimalTypeDeclarationSQL, getDefaultTransactionIsolationLevel, getDefaultValueDeclarationSQL, getDropConstraintSQL, getDropDatabaseSQL, getDropForeignKeySQL, getDropIndexSQL, getDropSequenceSQL, getDropTableSQL, getDropViewSQL, getEmptyIdentityInsertSQL, getForUpdateSql, getForeignKeyBaseDeclarationSQL, getForeignKeyDeclarationSQL, getForeignKeyReferentialActionSQL, getIdentifierQuoteCharacter, getIdentityColumnNullInsertSQL, getInExpression, getIndexDeclarationSQL, getIndexFieldDeclarationListSQL, getIntegerTypeDeclarationSQL, getIsNotNullExpression, getIsNullExpression, getLengthExpression, getListDatabasesSQL, getListSequencesSQL, getListTableColumnsSQL, getListTableConstraintsSQL, getListTableForeignKeysSQL, getListTableIndexesSQL, getListTablesSQL, getListUsersSQL, getListViewsSQL, getLocateExpression, getLowerExpression, getLtrimExpression, getMaxExpression, getMaxIdentifierLength, getMd5Expression, getMinExpression, getModExpression, getName, getNotExpression, getNowExpression, getPiExpression, getRegexpExpression, getRoundExpression, getRtrimExpression, getSQLResultCasing, getSequenceNextValSQL, getSetCharsetSQL, getSetTransactionIsolationSQL, getShowDatabasesSQL, getSinExpression, getSmallIntTypeDeclarationSQL, getSqlCommentEndString, getSqlCommentStartString, getSubstringExpression, getSumExpression, getTemporaryTableSQL, getTimeFormatString, getTimeTypeDeclarationSQL, getTrimExpression, getTruncateTableSQL, getUniqueConstraintDeclarationSQL, getUniqueFieldDeclarationSQL, getUpperExpression, getVarcharMaxLength, getVarcharTypeDeclarationSQL, getWildcards, modifyLimitQuery, prefersIdentityColumns, prefersSequences, quoteIdentifier, supportsAlterTable, supportsForeignKeyConstraints, supportsForeignKeyOnUpdate, supportsGettingAffectedRows, supportsIdentityColumns, supportsIndexes, supportsPrimaryConstraints, supportsSavepoints, supportsSchemas, supportsSequences, supportsTransactions
- -

Method Detail

-
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 665
-

createsExplicitIndexForForeignKeys

-public bool createsExplicitIndexForForeignKeys() -
-

- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 599
-

getAdvancedForeignKeyOptionsSQL

-public string getAdvancedForeignKeyOptionsSQL(ForeignKeyConstraint foreignKey) -
-

Return the FOREIGN KEY query section dealing with non-standard options -as MATCH, INITIALLY DEFERRED, ON UPDATE, ...

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 501
-

getAlterTableSQL

-public boolean getAlterTableSQL(TableDiff diff, string name, array changes, boolean check) -
-

Gets the SQL to alter an existing table.

-
Parameters:
-
name - The name of the table that is intended to be changed.
-
changes - Associative array that contains the details of each type of change that is intended to be performed. The types of changes that are currently supported are defined as follows: name New name for the table. add Associative array with the names of fields to be added as indexes of the array. The value of each entry of the array should be set to another associative array with the properties of the fields to be added. The properties of the fields should be the same as defined by the Metabase parser. remove Associative array with the names of fields to be removed as indexes of the array. Currently the values assigned to each entry are ignored. An empty array should be used for future compatibility. rename Associative array with the names of fields to be renamed as indexes of the array. The value of each entry of the array should be set to another associative array with the entry named name with the new field name and the entry named Declaration that is expected to contain the portion of the field declaration already in DBMS specific SQL code as it is used in the CREATE TABLE statement. change Associative array with the names of the fields to be changed as indexes of the array. Keep in mind that if it is intended to change either the name of a field and any other properties, the change array entries should have the new names of the fields as array indexes. The value of each entry of the array should be set to another associative array with the properties of the fields to that are meant to be changed as array entries. These entries should be assigned to the new values of the respective properties. The properties of the fields should be the same as defined by the Metabase parser. Example array( 'name' => 'userlist', 'add' => array( 'quota' => array( 'type' => 'integer', 'unsigned' => 1 ) ), 'remove' => array( 'file_limit' => array(), 'time_limit' => array() ), 'change' => array( 'name' => array( 'length' => '20', 'definition' => array( 'type' => 'text', 'length' => 20, ), ) ), 'rename' => array( 'sex' => array( 'name' => 'gender', 'definition' => array( 'type' => 'text', 'length' => 1, 'default' => 'M', ), ) ) )
-
check - indicates whether the function should just check if the DBMS driver can perform the requested table alterations if the value is true or actually perform them otherwise.
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 568
-

getBigIntTypeDeclarationSQL

-public string getBigIntTypeDeclarationSQL(mixed field, array columnDef) -
-

- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 221
-

getBooleanTypeDeclarationSQL

-public string getBooleanTypeDeclarationSQL(mixed field, array columnDef) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 175
-

getClobTypeDeclarationSQL

-public void getClobTypeDeclarationSQL(array field) -
-

- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 234
-

getCollationFieldDeclaration

-public string getCollationFieldDeclaration(string collation) -
-

Obtain DBMS specific SQL code portion needed to set the COLLATION -of a field declaration to be used in statements like CREATE TABLE.

-
Parameters:
-
collation - name of the collation
-
Returns:
-
DBMS specific SQL code portion needed to set the COLLATION of a field declaration.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 98
-

getConcatExpression

-public string getConcatExpression(string|array(string) strings, string arg1,) -
-

Returns a series of strings concatinated

concat() accepts an arbitrary number of parameters. Each parameter -must contain an expression or an array with expressions.

-
Parameters:
-
strings - that will be concatinated.
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 297
-

getCreateDatabaseSQL

-public string getCreateDatabaseSQL(string name, mixed database) -
-

create a new database

-
Parameters:
-
name - name of the database that should be created
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 142
-

getCreateViewSQL

-public void getCreateViewSQL(mixed name, mixed sql) -
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 193
-

getDateTimeTypeDeclarationSQL

-public string getDateTimeTypeDeclarationSQL(array fieldDeclaration) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 205
-

getDateTypeDeclarationSQL

-public string getDateTypeDeclarationSQL(array fieldDeclaration) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 309
-

getDropDatabaseSQL

-public string getDropDatabaseSQL(string name, mixed database) -
-

drop an existing database

-
Parameters:
-
name - name of the database that should be dropped
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 616
-

getDropIndexSQL

-public string getDropIndexSQL(Index index, string|Table table, Index|string name) -
-

Gets the SQL to drop an index of a table.

-
Parameters:
-
index - name of the index to be dropped
-
table - name of table that should be used in method
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 639
-

getDropTableSQL

-public string getDropTableSQL(string table) -
-

Gets the SQL to drop a table.

-
Parameters:
-
table - The name of table to drop.
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 147
-

getDropViewSQL

-public void getDropViewSQL(mixed name) -
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 67
-

getGuidExpression

-public string getGuidExpression() -
-

Returns global unique identifier

-
Returns:
-
to get global unique identifier
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 45
-

getIdentifierQuoteCharacter

-public string getIdentifierQuoteCharacter() -
-

Gets the character used for identifier quoting.

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 562
-

getIntegerTypeDeclarationSQL

-public string getIntegerTypeDeclarationSQL(string field, string name, array columnDef) -
-

Obtain DBMS specific SQL code portion needed to declare an integer type -field to be used in statements like CREATE TABLE.

-
Parameters:
-
name - name the field to be declared.
-
field - associative array with the name of the properties of the field being declared as array indexes. Currently, the types of supported field properties are as follows: unsigned Boolean flag that indicates whether the field should be declared as unsigned integer if possible. default Integer value to be used as default for this field. notnull Boolean flag that indicates whether this field is constrained to not be set to null.
-
Returns:
-
DBMS specific SQL code portion that should be used to declare the specified field.
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 104
-

getListDatabasesSQL

-public void getListDatabasesSQL() -
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 285
-

getListTableColumnsSQL

-public void getListTableColumnsSQL(mixed table) -
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 109
-

getListTableConstraintsSQL

-public void getListTableConstraintsSQL(mixed table) -
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 124
-

getListTableForeignKeysSQL

-public void getListTableForeignKeysSQL(mixed table, mixed database) -
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 114
-

getListTableIndexesSQL

-public void getListTableIndexesSQL(mixed table) -
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 280
-

getListTablesSQL

-public void getListTablesSQL() -
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 119
-

getListViewsSQL

-public string getListViewsSQL(string database) -
-

Get the SQL to list all views of a database or user.

- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 80
-

getLocateExpression

-public integer getLocateExpression(string str, string substr, mixed startPos, int pos) -
-

returns the position of the first occurrence of substring $substr in string $str

-
Parameters:
-
substr - literal string to find
-
str - literal string
-
pos - position to start at, beginning of string by default
-
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 660
-

getName

-public string getName() -
-

Get the platform name for this instance.

- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 56
-

getRegexpExpression

-public string getRegexpExpression() -
-

Returns the regular expression operator.

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 650
-

getSetTransactionIsolationSQL

-public void getSetTransactionIsolationSQL(integer level) -
-

Get sql to set the transaction isolation level

- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 275
-

getShowDatabasesSQL

-public string getShowDatabasesSQL() -
-

Get sql query to show a list of database.

- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 574
-

getSmallIntTypeDeclarationSQL

-public string getSmallIntTypeDeclarationSQL(mixed field, array columnDef) -
-

- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 213
-

getTimeTypeDeclarationSQL

-public string getTimeTypeDeclarationSQL(array fieldDeclaration) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 157
-

getVarcharTypeDeclarationSQL

-public void getVarcharTypeDeclarationSQL(array field) -
-

Gets the SQL snippet used to declare a VARCHAR column on the MySql platform.

-
Params:
-
array $field
-
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 247
-

prefersIdentityColumns

-public boolean prefersIdentityColumns() -
-

Whether the platform prefers identity columns for ID generation. -MySql prefers "autoincrement" identity columns since sequences can only -be emulated with a table.

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 259
-

supportsIdentityColumns

-public boolean supportsIdentityColumns() -
-

Whether the platform supports identity columns. -MySql supports this through AUTO_INCREMENT columns.

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/MySqlPlatform.php at line 270
-

supportsSavepoints

-public boolean supportsSavepoints() -
-

Whether the platform supports savepoints. MySql does not.

-
Override.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/platforms/oracleplatform.html b/lib/api/doctrine/dbal/platforms/oracleplatform.html deleted file mode 100644 index c77d6e570..000000000 --- a/lib/api/doctrine/dbal/platforms/oracleplatform.html +++ /dev/null @@ -1,743 +0,0 @@ - - - - - - - - - - - -OraclePlatform (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Platforms\OraclePlatform
-
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 34
- -

Class OraclePlatform

- -
Class:OraclePlatform - Superclass: AbstractPlatform
-AbstractPlatform
⌊ OraclePlatform
- -
- -

public class OraclePlatform
extends AbstractPlatform - -

- -

OraclePlatform.

- -
-
Since:
-
2.0
-
Author:
-
Roman Borschel
-
Lukas Smith (PEAR MDB2 library)
-
Benjamin Eberlei
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Version:
-
$Revision: 3938 $
-
Todo:
-
Remove any unnecessary methods.
-
-
- - - -
Fields inherited from Doctrine\DBAL\Platforms\AbstractPlatform
CREATE_FOREIGNKEYS, CREATE_INDEXES, TRIM_BOTH, TRIM_LEADING, TRIM_TRAILING, TRIM_UNSPECIFIED
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
string

fixSchemaElementName(mixed schemaElementName, string schemaName)

Makes any fixes to a name of a schema element (table, sequence, ...) that are required -by restrictions of the platform, like a maximum length.

array

getAlterTableSQL(TableDiff diff, string diff->name, array changes, boolean check)

Gets the sql statements for altering an existing table. -

string

getBigIntTypeDeclarationSQL(mixed field, array columnDef)

string

getBooleanTypeDeclarationSQL(mixed field, array columnDef)

void

getClobTypeDeclarationSQL(array field)

@override

void

getCreateAutoincrementSql(mixed name, mixed table, mixed start)

string

getCreateSequenceSQL(\Doctrine\DBAL\Schema\Sequence sequence)

Gets the SQL used to create a sequence that starts with a given value -and increments by the given allocation size. -

void

getCreateTemporaryTableSnippetSQL()

void

getCreateViewSQL(mixed name, mixed sql)

string

getDateTimeFormatString()

Gets the format string, as accepted by the date() function, that describes -the format of a stored datetime value of this platform.

string

getDateTimeTypeDeclarationSQL(array fieldDeclaration)

string

getDateTypeDeclarationSQL(array fieldDeclaration)

void

getDropAutoincrementSql(mixed table)

void

getDropDatabaseSQL(mixed database)

string

getDropForeignKeySQL(ForeignKeyConstraint|string foreignKey, Table|string table)

string

getDropSequenceSQL(\Doctrine\DBAL\Schema\Sequence sequence)

void

getDropViewSQL(mixed name)

string

getGuidExpression()

Returns global unique identifier

string

getIntegerTypeDeclarationSQL(mixed field, array columnDef)

void

getListDatabasesSQL()

void

getListSequencesSQL(mixed database)

void

getListTableColumnsSQL(mixed table)

void

getListTableConstraintsSQL(mixed table)

void

getListTableForeignKeysSQL(mixed table)

string

getListTableIndexesSQL(string table)

void

getListTablesSQL()

string

getListViewsSQL(string database)

Get the SQL to list all views of a database or user.

integer

getLocateExpression(string str, string substr, mixed startPos, int pos)

returns the position of the first occurrence of substring $substr in string $str

int

getMaxIdentifierLength()

Maximum length of any given databse identifier, like tables or column names.

string

getName()

Get the platform name for this instance

string

getNowExpression(mixed type)

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)

string

getSQLResultCasing(string column)

Gets the character casing of a column in an SQL result set of this platform. -

void

getSequenceNextValSQL(string sequenceName)

{@inheritdoc}

void

getSetTransactionIsolationSQL(integer level)

{@inheritdoc}

string

getSmallIntTypeDeclarationSQL(mixed field, array columnDef)

string

getSubstringExpression(string value, integer position, integer length, integer from, integer len)

return string to call a function to get a substring inside an SQL statementNote: Not SQL92, but common functionality.

string

getTimeTypeDeclarationSQL(array fieldDeclaration)

string

getTruncateTableSQL(string tableName, bool cascade)

void

getVarcharTypeDeclarationSQL(array field)

Gets the SQL snippet used to declare a VARCHAR column on the Oracle platform.

string

modifyLimitQuery(string query, integer limit, integer offset)

Adds an driver-specific LIMIT clause to the query

boolean

prefersSequences()

Whether the platform prefers sequences for ID generation.

bool

supportsForeignKeyOnUpdate()

Does this platform supports onUpdate in foreign key constraints?

boolean

supportsSequences()

Whether the platform supports sequences.

- - - -
Methods inherited from Doctrine\DBAL\Platforms\AbstractPlatform
convertBooleans, createsExplicitIndexForForeignKeys, fixSchemaElementName, getAcosExpression, getAdvancedForeignKeyOptionsSQL, getAlterTableSQL, getAvgExpression, getBetweenExpression, getBigIntTypeDeclarationSQL, getBooleanTypeDeclarationSQL, getCheckDeclarationSQL, getClobTypeDeclarationSQL, getColumnCharsetDeclarationSQL, getColumnCollationDeclarationSQL, getColumnDeclarationListSQL, getColumnDeclarationSQL, getConcatExpression, getCosExpression, getCountExpression, getCreateConstraintSQL, getCreateDatabaseSQL, getCreateForeignKeySQL, getCreateIndexSQL, getCreateSequenceSQL, getCreateTableSQL, getCreateTemporaryTableSnippetSQL, getCreateViewSQL, getCurrentDateSQL, getCurrentTimeSQL, getCurrentTimestampSQL, getCustomTypeDeclarationSQL, getDateFormatString, getDateTimeFormatString, getDateTimeTypeDeclarationSQL, getDateTypeDeclarationSQL, getDecimalTypeDeclarationSQL, getDefaultTransactionIsolationLevel, getDefaultValueDeclarationSQL, getDropConstraintSQL, getDropDatabaseSQL, getDropForeignKeySQL, getDropIndexSQL, getDropSequenceSQL, getDropTableSQL, getDropViewSQL, getEmptyIdentityInsertSQL, getForUpdateSql, getForeignKeyBaseDeclarationSQL, getForeignKeyDeclarationSQL, getForeignKeyReferentialActionSQL, getIdentifierQuoteCharacter, getIdentityColumnNullInsertSQL, getInExpression, getIndexDeclarationSQL, getIndexFieldDeclarationListSQL, getIntegerTypeDeclarationSQL, getIsNotNullExpression, getIsNullExpression, getLengthExpression, getListDatabasesSQL, getListSequencesSQL, getListTableColumnsSQL, getListTableConstraintsSQL, getListTableForeignKeysSQL, getListTableIndexesSQL, getListTablesSQL, getListUsersSQL, getListViewsSQL, getLocateExpression, getLowerExpression, getLtrimExpression, getMaxExpression, getMaxIdentifierLength, getMd5Expression, getMinExpression, getModExpression, getName, getNotExpression, getNowExpression, getPiExpression, getRegexpExpression, getRoundExpression, getRtrimExpression, getSQLResultCasing, getSequenceNextValSQL, getSetCharsetSQL, getSetTransactionIsolationSQL, getShowDatabasesSQL, getSinExpression, getSmallIntTypeDeclarationSQL, getSqlCommentEndString, getSqlCommentStartString, getSubstringExpression, getSumExpression, getTemporaryTableSQL, getTimeFormatString, getTimeTypeDeclarationSQL, getTrimExpression, getTruncateTableSQL, getUniqueConstraintDeclarationSQL, getUniqueFieldDeclarationSQL, getUpperExpression, getVarcharMaxLength, getVarcharTypeDeclarationSQL, getWildcards, modifyLimitQuery, prefersIdentityColumns, prefersSequences, quoteIdentifier, supportsAlterTable, supportsForeignKeyConstraints, supportsForeignKeyOnUpdate, supportsGettingAffectedRows, supportsIdentityColumns, supportsIndexes, supportsPrimaryConstraints, supportsSavepoints, supportsSchemas, supportsSequences, supportsTransactions
- -

Method Detail

-
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 612
-

fixSchemaElementName

-public string fixSchemaElementName(mixed schemaElementName, string schemaName) -
-

Makes any fixes to a name of a schema element (table, sequence, ...) that are required -by restrictions of the platform, like a maximum length.

- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 493
-

getAlterTableSQL

-public array getAlterTableSQL(TableDiff diff, string diff->name, array changes, boolean check) -
-

Gets the sql statements for altering an existing table.

The method returns an array of sql statements, since some platforms need several statements.

-
Parameters:
-
diff->name - name of the table that is intended to be changed.
-
changes - associative array that contains the details of each type *
-
check - indicates whether the function should just check if the DBMS driver can perform the requested table alterations if the value is true or actually perform them otherwise.
-
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 180
-

getBigIntTypeDeclarationSQL

-public string getBigIntTypeDeclarationSQL(mixed field, array columnDef) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 164
-

getBooleanTypeDeclarationSQL

-public string getBooleanTypeDeclarationSQL(mixed field, array columnDef) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 249
-

getClobTypeDeclarationSQL

-public void getClobTypeDeclarationSQL(array field) -
-

- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 338
-

getCreateAutoincrementSql

-public void getCreateAutoincrementSql(mixed name, mixed table, mixed start) -
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 116
-

getCreateSequenceSQL

-public string getCreateSequenceSQL(\Doctrine\DBAL\Schema\Sequence sequence) -
-

Gets the SQL used to create a sequence that starts with a given value -and increments by the given allocation size.

Need to specifiy minvalue, since start with is hidden in the system and MINVALUE <= START WITH. -Therefore we can use MINVALUE to be able to get a hint what START WITH was for later introspection -in listSequences()

-
Throws:
-
DBALException
-
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 602
-

getCreateTemporaryTableSnippetSQL

-public void getCreateTemporaryTableSnippetSQL() -
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 328
-

getCreateViewSQL

-public void getCreateViewSQL(mixed name, mixed sql) -
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 607
-

getDateTimeFormatString

-public string getDateTimeFormatString() -
-

Gets the format string, as accepted by the date() function, that describes -the format of a stored datetime value of this platform.

-
Returns:
-
The format string.
-
Todo:
-
We need to get the specific format for each dbms and override this function for each platform
-
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 196
-

getDateTimeTypeDeclarationSQL

-public string getDateTimeTypeDeclarationSQL(array fieldDeclaration) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 204
-

getDateTypeDeclarationSQL

-public string getDateTypeDeclarationSQL(array fieldDeclaration) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 389
-

getDropAutoincrementSql

-public void getDropAutoincrementSql(mixed table) -
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 476
-

getDropDatabaseSQL

-public void getDropDatabaseSQL(mixed database) -
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 463
-

getDropForeignKeySQL

-public string getDropForeignKeySQL(ForeignKeyConstraint|string foreignKey, Table|string table) -
-

- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 449
-

getDropSequenceSQL

-public string getDropSequenceSQL(\Doctrine\DBAL\Schema\Sequence sequence) -
-

- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 333
-

getDropViewSQL

-public void getDropViewSQL(mixed name) -
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 100
-

getGuidExpression

-public string getGuidExpression() -
-

Returns global unique identifier

-
Returns:
-
to get global unique identifier
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 172
-

getIntegerTypeDeclarationSQL

-public string getIntegerTypeDeclarationSQL(mixed field, array columnDef) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 254
-

getListDatabasesSQL

-public void getListDatabasesSQL() -
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 259
-

getListSequencesSQL

-public void getListSequencesSQL(mixed database) -
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 438
-

getListTableColumnsSQL

-public void getListTableColumnsSQL(mixed table) -
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 432
-

getListTableConstraintsSQL

-public void getListTableConstraintsSQL(mixed table) -
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 405
-

getListTableForeignKeysSQL

-public void getListTableForeignKeysSQL(mixed table) -
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 304
-

getListTableIndexesSQL

-public string getListTableIndexesSQL(string table) -
-

-
License:
-
New BSD License
-
See Also:
-
http://ezcomponents.org/docs/api/trunk/DatabaseSchema/ezcDbSchemaOracleReader.html
-
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 318
-

getListTablesSQL

-public void getListTablesSQL() -
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 323
-

getListViewsSQL

-public string getListViewsSQL(string database) -
-

Get the SQL to list all views of a database or user.

- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 85
-

getLocateExpression

-public integer getLocateExpression(string str, string substr, mixed startPos, int pos) -
-

returns the position of the first occurrence of substring $substr in string $str

-
Parameters:
-
substr - literal string to find
-
str - literal string
-
pos - position to start at, beginning of string by default
-
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 626
-

getMaxIdentifierLength

-public int getMaxIdentifierLength() -
-

Maximum length of any given databse identifier, like tables or column names.

- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 550
-

getName

-public string getName() -
-

Get the platform name for this instance

- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 66
-

getNowExpression

-public string getNowExpression(mixed type) -
-

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)

-
Returns:
-
to call a variable with the current timestamp
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 597
-

getSQLResultCasing

-public string getSQLResultCasing(string column) -
-

Gets the character casing of a column in an SQL result set of this platform.

Oracle returns all column names in SQL result sets in uppercase.

-
Parameters:
-
column - The column name for which to get the correct character casing.
-
Returns:
-
The column name in the character casing used in SQL result sets.
-
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 130
-

getSequenceNextValSQL

-public void getSequenceNextValSQL(string sequenceName) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 141
-

getSetTransactionIsolationSQL

-public void getSetTransactionIsolationSQL(integer level) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 188
-

getSmallIntTypeDeclarationSQL

-public string getSmallIntTypeDeclarationSQL(mixed field, array columnDef) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 47
-

getSubstringExpression

-public string getSubstringExpression(string value, integer position, integer length, integer from, integer len) -
-

return string to call a function to get a substring inside an SQL statement

Note: Not SQL92, but common functionality.

-
Parameters:
-
value - an sql string literal or column name/alias
-
position - where to start the substring portion
-
length - the substring portion length
-
Returns:
-
SQL substring function with given parameters
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 212
-

getTimeTypeDeclarationSQL

-public string getTimeTypeDeclarationSQL(array fieldDeclaration) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 649
-

getTruncateTableSQL

-public string getTruncateTableSQL(string tableName, bool cascade) -
-

-
Inheritdoc.
-
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 231
-

getVarcharTypeDeclarationSQL

-public void getVarcharTypeDeclarationSQL(array field) -
-

Gets the SQL snippet used to declare a VARCHAR column on the Oracle platform.

-
Params:
-
array $field
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 563
-

modifyLimitQuery

-public string modifyLimitQuery(string query, integer limit, integer offset) -
-

Adds an driver-specific LIMIT clause to the query

-
Parameters:
-
query - query to modify
-
limit - limit the number of rows
-
offset - start reading from given offset
-
Returns:
-
the modified query
-
-
- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 540
-

prefersSequences

-public boolean prefersSequences() -
-

Whether the platform prefers sequences for ID generation.

- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 641
-

supportsForeignKeyOnUpdate

-public bool supportsForeignKeyOnUpdate() -
-

Does this platform supports onUpdate in foreign key constraints?

- -
- -
/Doctrine/DBAL/Platforms/OraclePlatform.php at line 636
-

supportsSequences

-public boolean supportsSequences() -
-

Whether the platform supports sequences.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/platforms/package-frame.html b/lib/api/doctrine/dbal/platforms/package-frame.html deleted file mode 100644 index 84fbb6083..000000000 --- a/lib/api/doctrine/dbal/platforms/package-frame.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Platforms (Doctrine) - - - - -

Doctrine\DBAL\Platforms

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/platforms/package-functions.html b/lib/api/doctrine/dbal/platforms/package-functions.html deleted file mode 100644 index effc269c0..000000000 --- a/lib/api/doctrine/dbal/platforms/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/platforms/package-globals.html b/lib/api/doctrine/dbal/platforms/package-globals.html deleted file mode 100644 index 8cd9fac59..000000000 --- a/lib/api/doctrine/dbal/platforms/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/platforms/package-summary.html b/lib/api/doctrine/dbal/platforms/package-summary.html deleted file mode 100644 index f54e11643..000000000 --- a/lib/api/doctrine/dbal/platforms/package-summary.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Platforms (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\DBAL\Platforms

- - - - - - - - - -
Class Summary
AbstractPlatformBase class for all DatabasePlatforms.
MsSqlPlatformThe MsSqlPlatform provides the behavior, features and SQL dialect of the -MySQL database platform.
MySqlPlatformThe MySqlPlatform provides the behavior, features and SQL dialect of the -MySQL database platform.
OraclePlatformOraclePlatform.
PostgreSqlPlatformPostgreSqlPlatform.
SqlitePlatformThe SqlitePlatform class describes the specifics and dialects of the SQLite -database platform.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/platforms/package-tree.html b/lib/api/doctrine/dbal/platforms/package-tree.html deleted file mode 100644 index cc469df84..000000000 --- a/lib/api/doctrine/dbal/platforms/package-tree.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Platforms (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\DBAL\Platforms

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/platforms/postgresqlplatform.html b/lib/api/doctrine/dbal/platforms/postgresqlplatform.html deleted file mode 100644 index 88ae59fa1..000000000 --- a/lib/api/doctrine/dbal/platforms/postgresqlplatform.html +++ /dev/null @@ -1,731 +0,0 @@ - - - - - - - - - - - -PostgreSqlPlatform (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Platforms\PostgreSqlPlatform
-
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 36
- -

Class PostgreSqlPlatform

- -
Class:PostgreSqlPlatform - Superclass: AbstractPlatform
-AbstractPlatform
⌊ PostgreSqlPlatform
- -
- -

public class PostgreSqlPlatform
extends AbstractPlatform - -

- -

PostgreSqlPlatform.

- -
-
Since:
-
2.0
-
Author:
-
Roman Borschel
-
Lukas Smith (PEAR MDB2 library)
-
Benjamin Eberlei
-
Todo:
-
Rename: PostgreSQLPlatform
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Version:
-
$Revision: 3938 $
-
-
- - - -
Fields inherited from Doctrine\DBAL\Platforms\AbstractPlatform
CREATE_FOREIGNKEYS, CREATE_INDEXES, TRIM_BOTH, TRIM_LEADING, TRIM_TRAILING, TRIM_UNSPECIFIED
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

convertBooleans(array item)

Postgres wants boolean values converted to the strings 'true'/'false'.

string

getAdvancedForeignKeyOptionsSQL(\Doctrine\DBAL\Schema\ForeignKeyConstraint foreignKey)

Return the FOREIGN KEY query section dealing with non-standard options -as MATCH, INITIALLY DEFERRED, ON UPDATE, ...

array

getAlterTableSQL(TableDiff diff, string name, array changes, boolean check)

generates the sql for altering an existing table on postgresql

string

getBigIntTypeDeclarationSQL(mixed field, array columnDef)

string

getBooleanTypeDeclarationSQL(mixed field, array columnDef)

void

getClobTypeDeclarationSQL(array field)

@override

void

getCreateDatabaseSQL(string name, mixed database)

create a new database

string

getCreateSequenceSQL(\Doctrine\DBAL\Schema\Sequence sequence)

Gets the SQL to create a sequence on this platform.

void

getCreateViewSQL(mixed name, mixed sql)

string

getDateTimeFormatString()

Gets the format string, as accepted by the date() function, that describes -the format of a stored datetime value of this platform.

string

getDateTimeTypeDeclarationSQL(array fieldDeclaration)

string

getDateTypeDeclarationSQL(array fieldDeclaration)

void

getDropDatabaseSQL(string name, mixed database)

drop an existing database

string

getDropForeignKeySQL(ForeignKeyConstraint|string foreignKey, Table|string table)

string

getDropSequenceSQL(\Doctrine\DBAL\Schema\Sequence sequence)

Drop existing sequence

void

getDropViewSQL(mixed name)

string

getEmptyIdentityInsertSQL(mixed quotedTableName, mixed quotedIdentifierColumnName, string tableName, string identifierColumnName)

Get the insert sql for an empty insert statement

string

getIntegerTypeDeclarationSQL(mixed field, array columnDef)

void

getListDatabasesSQL()

void

getListSequencesSQL(mixed database)

void

getListTableColumnsSQL(mixed table)

void

getListTableConstraintsSQL(mixed table)

void

getListTableForeignKeysSQL(mixed table, mixed database)

string

getListTableIndexesSQL(string table)

void

getListTablesSQL()

string

getListViewsSQL(string database)

Get the SQL to list all views of a database or user.

integer

getLocateExpression(string str, string substr, mixed startPos, int pos)

returns the position of the first occurrence of substring $substr in string $str

string

getName()

Get the platform name for this instance

string

getNowExpression()

Returns the SQL string to return the current system date and time.

string

getRegexpExpression()

regexp

string

getSQLResultCasing(string column)

Gets the character casing of a column in an SQL result set. -

void

getSequenceNextValSQL(mixed sequenceName)

void

getSetTransactionIsolationSQL(integer level)

Get sql to set the transaction isolation level

string

getSmallIntTypeDeclarationSQL(mixed field, array columnDef)

string

getSubstringExpression(string value, int from, int len)

Returns part of a string. -

string

getTimeTypeDeclarationSQL(array fieldDeclaration)

string

getTruncateTableSQL(string tableName, bool cascade)

void

getVarcharTypeDeclarationSQL(array field)

Gets the SQL snippet used to declare a VARCHAR column on the MySql platform.

boolean

prefersSequences()

Whether the platform prefers sequences for ID generation.

boolean

supportsIdentityColumns()

Whether the platform supports identity columns. -

boolean

supportsSchemas()

Whether the platform supports database schemas.

boolean

supportsSequences()

Whether the platform supports sequences. -

- - - -
Methods inherited from Doctrine\DBAL\Platforms\AbstractPlatform
convertBooleans, createsExplicitIndexForForeignKeys, fixSchemaElementName, getAcosExpression, getAdvancedForeignKeyOptionsSQL, getAlterTableSQL, getAvgExpression, getBetweenExpression, getBigIntTypeDeclarationSQL, getBooleanTypeDeclarationSQL, getCheckDeclarationSQL, getClobTypeDeclarationSQL, getColumnCharsetDeclarationSQL, getColumnCollationDeclarationSQL, getColumnDeclarationListSQL, getColumnDeclarationSQL, getConcatExpression, getCosExpression, getCountExpression, getCreateConstraintSQL, getCreateDatabaseSQL, getCreateForeignKeySQL, getCreateIndexSQL, getCreateSequenceSQL, getCreateTableSQL, getCreateTemporaryTableSnippetSQL, getCreateViewSQL, getCurrentDateSQL, getCurrentTimeSQL, getCurrentTimestampSQL, getCustomTypeDeclarationSQL, getDateFormatString, getDateTimeFormatString, getDateTimeTypeDeclarationSQL, getDateTypeDeclarationSQL, getDecimalTypeDeclarationSQL, getDefaultTransactionIsolationLevel, getDefaultValueDeclarationSQL, getDropConstraintSQL, getDropDatabaseSQL, getDropForeignKeySQL, getDropIndexSQL, getDropSequenceSQL, getDropTableSQL, getDropViewSQL, getEmptyIdentityInsertSQL, getForUpdateSql, getForeignKeyBaseDeclarationSQL, getForeignKeyDeclarationSQL, getForeignKeyReferentialActionSQL, getIdentifierQuoteCharacter, getIdentityColumnNullInsertSQL, getInExpression, getIndexDeclarationSQL, getIndexFieldDeclarationListSQL, getIntegerTypeDeclarationSQL, getIsNotNullExpression, getIsNullExpression, getLengthExpression, getListDatabasesSQL, getListSequencesSQL, getListTableColumnsSQL, getListTableConstraintsSQL, getListTableForeignKeysSQL, getListTableIndexesSQL, getListTablesSQL, getListUsersSQL, getListViewsSQL, getLocateExpression, getLowerExpression, getLtrimExpression, getMaxExpression, getMaxIdentifierLength, getMd5Expression, getMinExpression, getModExpression, getName, getNotExpression, getNowExpression, getPiExpression, getRegexpExpression, getRoundExpression, getRtrimExpression, getSQLResultCasing, getSequenceNextValSQL, getSetCharsetSQL, getSetTransactionIsolationSQL, getShowDatabasesSQL, getSinExpression, getSmallIntTypeDeclarationSQL, getSqlCommentEndString, getSqlCommentStartString, getSubstringExpression, getSumExpression, getTemporaryTableSQL, getTimeFormatString, getTimeTypeDeclarationSQL, getTrimExpression, getTruncateTableSQL, getUniqueConstraintDeclarationSQL, getUniqueFieldDeclarationSQL, getUpperExpression, getVarcharMaxLength, getVarcharTypeDeclarationSQL, getWildcards, modifyLimitQuery, prefersIdentityColumns, prefersSequences, quoteIdentifier, supportsAlterTable, supportsForeignKeyConstraints, supportsForeignKeyOnUpdate, supportsGettingAffectedRows, supportsIdentityColumns, supportsIndexes, supportsPrimaryConstraints, supportsSavepoints, supportsSchemas, supportsSequences, supportsTransactions
- -

Method Detail

-
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 427
-

convertBooleans

-public void convertBooleans(array item) -
-

Postgres wants boolean values converted to the strings 'true'/'false'.

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 268
-

getAdvancedForeignKeyOptionsSQL

-public string getAdvancedForeignKeyOptionsSQL(\Doctrine\DBAL\Schema\ForeignKeyConstraint foreignKey) -
-

Return the FOREIGN KEY query section dealing with non-standard options -as MATCH, INITIALLY DEFERRED, ON UPDATE, ...

-
Parameters:
-
foreignKey - foreign key definition
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 300
-

getAlterTableSQL

-public array getAlterTableSQL(TableDiff diff, string name, array changes, boolean check) -
-

generates the sql for altering an existing table on postgresql

-
Parameters:
-
name - name of the table that is intended to be changed.
-
changes - associative array that contains the details of each type *
-
check - indicates whether the function should just check if the DBMS driver can perform the requested table alterations if the value is true or actually perform them otherwise.
-
See Also:
-
Doctrine_Export::alterTable()
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 477
-

getBigIntTypeDeclarationSQL

-public string getBigIntTypeDeclarationSQL(mixed field, array columnDef) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 457
-

getBooleanTypeDeclarationSQL

-public string getBooleanTypeDeclarationSQL(mixed field, array columnDef) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 549
-

getClobTypeDeclarationSQL

-public void getClobTypeDeclarationSQL(array field) -
-

- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 243
-

getCreateDatabaseSQL

-public void getCreateDatabaseSQL(string name, mixed database) -
-

create a new database

-
Parameters:
-
name - name of the database that should be created
-
Throws:
-
PDOException
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 354
-

getCreateSequenceSQL

-public string getCreateSequenceSQL(\Doctrine\DBAL\Schema\Sequence sequence) -
-

Gets the SQL to create a sequence on this platform.

-
Throws:
-
DBALException
-
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 204
-

getCreateViewSQL

-public void getCreateViewSQL(mixed name, mixed sql) -
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 577
-

getDateTimeFormatString

-public string getDateTimeFormatString() -
-

Gets the format string, as accepted by the date() function, that describes -the format of a stored datetime value of this platform.

-
Returns:
-
The format string.
-
Todo:
-
We need to get the specific format for each dbms and override this function for each platform
-
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 496
-

getDateTimeTypeDeclarationSQL

-public string getDateTimeTypeDeclarationSQL(array fieldDeclaration) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 504
-

getDateTypeDeclarationSQL

-public string getDateTypeDeclarationSQL(array fieldDeclaration) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 255
-

getDropDatabaseSQL

-public void getDropDatabaseSQL(string name, mixed database) -
-

drop an existing database

-
Parameters:
-
name - name of the database that should be dropped
-
Throws:
-
PDOException
-
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 380
-

getDropForeignKeySQL

-public string getDropForeignKeySQL(ForeignKeyConstraint|string foreignKey, Table|string table) -
-

- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 367
-

getDropSequenceSQL

-public string getDropSequenceSQL(\Doctrine\DBAL\Schema\Sequence sequence) -
-

Drop existing sequence

- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 209
-

getDropViewSQL

-public void getDropViewSQL(mixed name) -
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 589
-

getEmptyIdentityInsertSQL

-public string getEmptyIdentityInsertSQL(mixed quotedTableName, mixed quotedIdentifierColumnName, string tableName, string identifierColumnName) -
-

Get the insert sql for an empty insert statement

-
Returns:
-
$sql
-
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 465
-

getIntegerTypeDeclarationSQL

-public string getIntegerTypeDeclarationSQL(mixed field, array columnDef) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 151
-

getListDatabasesSQL

-public void getListDatabasesSQL() -
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 156
-

getListSequencesSQL

-public void getListSequencesSQL(mixed database) -
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 230
-

getListTableColumnsSQL

-public void getListTableColumnsSQL(mixed table) -
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 214
-

getListTableConstraintsSQL

-public void getListTableConstraintsSQL(mixed table) -
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 190
-

getListTableForeignKeysSQL

-public void getListTableForeignKeysSQL(mixed table, mixed database) -
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 225
-

getListTableIndexesSQL

-public string getListTableIndexesSQL(string table) -
-

-
License:
-
New BSD License
-
See Also:
-
http://ezcomponents.org/docs/api/trunk/DatabaseSchema/ezcDbSchemaPgsqlReader.html
-
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 167
-

getListTablesSQL

-public void getListTablesSQL() -
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 185
-

getListViewsSQL

-public string getListViewsSQL(string database) -
-

Get the SQL to list all views of a database or user.

- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 87
-

getLocateExpression

-public integer getLocateExpression(string str, string substr, mixed startPos, int pos) -
-

returns the position of the first occurrence of substring $substr in string $str

-
Parameters:
-
substr - literal string to find
-
str - literal string
-
pos - position to start at, beginning of string by default
-
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 559
-

getName

-public string getName() -
-

Get the platform name for this instance

- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 63
-

getNowExpression

-public string getNowExpression() -
-

Returns the SQL string to return the current system date and time.

- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 74
-

getRegexpExpression

-public string getRegexpExpression() -
-

regexp

-
Returns:
-
the regular expression operator
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 572
-

getSQLResultCasing

-public string getSQLResultCasing(string column) -
-

Gets the character casing of a column in an SQL result set.

PostgreSQL returns all column names in SQL result sets in lowercase.

-
Parameters:
-
column - The column name for which to get the correct character casing.
-
Returns:
-
The column name in the character casing used in SQL result sets.
-
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 443
-

getSequenceNextValSQL

-public void getSequenceNextValSQL(mixed sequenceName) -
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 448
-

getSetTransactionIsolationSQL

-public void getSetTransactionIsolationSQL(integer level) -
-

Get sql to set the transaction isolation level

- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 488
-

getSmallIntTypeDeclarationSQL

-public string getSmallIntTypeDeclarationSQL(mixed field, array columnDef) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 49
-

getSubstringExpression

-public string getSubstringExpression(string value, int from, int len) -
-

Returns part of a string.

Note: Not SQL92, but common functionality.

-
Parameters:
-
value - the target $value the string or the string column.
-
from - extract from this characeter.
-
len - extract this amount of characters.
-
Returns:
-
sql that extracts part of a string.
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 512
-

getTimeTypeDeclarationSQL

-public string getTimeTypeDeclarationSQL(array fieldDeclaration) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 597
-

getTruncateTableSQL

-public string getTruncateTableSQL(string tableName, bool cascade) -
-

-
Inheritdoc.
-
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 531
-

getVarcharTypeDeclarationSQL

-public void getVarcharTypeDeclarationSQL(array field) -
-

Gets the SQL snippet used to declare a VARCHAR column on the MySql platform.

-
Params:
-
array $field
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 146
-

prefersSequences

-public boolean prefersSequences() -
-

Whether the platform prefers sequences for ID generation.

- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 136
-

supportsIdentityColumns

-public boolean supportsIdentityColumns() -
-

Whether the platform supports identity columns. -Postgres supports these through the SERIAL keyword.

- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 125
-

supportsSchemas

-public boolean supportsSchemas() -
-

Whether the platform supports database schemas.

- -
- -
/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php at line 115
-

supportsSequences

-public boolean supportsSequences() -
-

Whether the platform supports sequences. -Postgres has native support for sequences.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/platforms/sqliteplatform.html b/lib/api/doctrine/dbal/platforms/sqliteplatform.html deleted file mode 100644 index 911352c31..000000000 --- a/lib/api/doctrine/dbal/platforms/sqliteplatform.html +++ /dev/null @@ -1,563 +0,0 @@ - - - - - - - - - - - -SqlitePlatform (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Platforms\SqlitePlatform
-
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 35
- -

Class SqlitePlatform

- -
Class:SqlitePlatform - Superclass: AbstractPlatform
-AbstractPlatform
⌊ SqlitePlatform
- -
- -

public class SqlitePlatform
extends AbstractPlatform - -

- -

The SqlitePlatform class describes the specifics and dialects of the SQLite -database platform.

- -
-
Since:
-
2.0
-
Author:
-
Roman Borschel
-
Benjamin Eberlei
-
Todo:
-
Rename: SQLitePlatform
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Version:
-
$Revision: 3938 $
-
-
- - - -
Fields inherited from Doctrine\DBAL\Platforms\AbstractPlatform
CREATE_FOREIGNKEYS, CREATE_INDEXES, TRIM_BOTH, TRIM_LEADING, TRIM_TRAILING, TRIM_UNSPECIFIED
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
string

getBigIntTypeDeclarationSQL(mixed field, array columnDef)

string

getBooleanTypeDeclarationSQL(mixed field, array columnDef)

void

getClobTypeDeclarationSQL(array field)

Gets the SQL snippet used to declare a CLOB column type.

void

getCreateViewSQL(mixed name, mixed sql)

string

getDateTimeTypeDeclarationSQL(array fieldDeclaration)

string

getDateTypeDeclarationSQL(array fieldDeclaration)

void

getDropViewSQL(mixed name)

string

getIntegerTypeDeclarationSQL(mixed field, array columnDef)

void

getListTableColumnsSQL(mixed table)

void

getListTableConstraintsSQL(mixed table)

void

getListTableIndexesSQL(mixed table)

void

getListTablesSQL()

string

getListViewsSQL(string database)

Get the SQL to list all views of a database or user.

integer

getLocateExpression(string str, string substr, mixed startPos, int pos)

returns the position of the first occurrence of substring $substr in string $str

void

getMediumIntTypeDeclarationSql(mixed field)

string

getName()

Get the platform name for this instance

string

getNowExpression(mixed type)

Return string to call a variable with the current timestamp inside an SQL statement -There are three special variables for current date and time.

string

getRegexpExpression()

returns the regular expression operator

void

getSetTransactionIsolationSQL(integer level)

Get sql to set the transaction isolation level

string

getSmallIntTypeDeclarationSQL(mixed field, array columnDef)

string

getSubstringExpression(string value, integer position, integer length, integer from, integer len)

return string to call a function to get a substring inside an SQL statementNote: Not SQL92, but common functionality. -

string

getTimeTypeDeclarationSQL(array fieldDeclaration)

void

getTinyIntTypeDeclarationSql(mixed field)

string

getTrimExpression(string str, int pos, string char)

Trim a string, leading/trailing/both and with a given char which defaults to space.

string

getTruncateTableSQL(string tableName, bool cascade)

void

getVarcharTypeDeclarationSQL(array field)

{@inheritdoc}

boolean

prefersIdentityColumns()

void

supportsAlterTable()

boolean

supportsForeignKeyConstraints()

SQLite does support foreign key constraints, but only in CREATE TABLE statements... -

static void

udfLocate(string str, string substr, int offset)

static void

udfMod(mixed a, mixed b)

User-defined function for Sqlite that implements MOD(a, b)

static float

udfSqrt(int|float value)

User-defined function for Sqlite that is used with PDO::sqliteCreateFunction()

- - - -
Methods inherited from Doctrine\DBAL\Platforms\AbstractPlatform
convertBooleans, createsExplicitIndexForForeignKeys, fixSchemaElementName, getAcosExpression, getAdvancedForeignKeyOptionsSQL, getAlterTableSQL, getAvgExpression, getBetweenExpression, getBigIntTypeDeclarationSQL, getBooleanTypeDeclarationSQL, getCheckDeclarationSQL, getClobTypeDeclarationSQL, getColumnCharsetDeclarationSQL, getColumnCollationDeclarationSQL, getColumnDeclarationListSQL, getColumnDeclarationSQL, getConcatExpression, getCosExpression, getCountExpression, getCreateConstraintSQL, getCreateDatabaseSQL, getCreateForeignKeySQL, getCreateIndexSQL, getCreateSequenceSQL, getCreateTableSQL, getCreateTemporaryTableSnippetSQL, getCreateViewSQL, getCurrentDateSQL, getCurrentTimeSQL, getCurrentTimestampSQL, getCustomTypeDeclarationSQL, getDateFormatString, getDateTimeFormatString, getDateTimeTypeDeclarationSQL, getDateTypeDeclarationSQL, getDecimalTypeDeclarationSQL, getDefaultTransactionIsolationLevel, getDefaultValueDeclarationSQL, getDropConstraintSQL, getDropDatabaseSQL, getDropForeignKeySQL, getDropIndexSQL, getDropSequenceSQL, getDropTableSQL, getDropViewSQL, getEmptyIdentityInsertSQL, getForUpdateSql, getForeignKeyBaseDeclarationSQL, getForeignKeyDeclarationSQL, getForeignKeyReferentialActionSQL, getIdentifierQuoteCharacter, getIdentityColumnNullInsertSQL, getInExpression, getIndexDeclarationSQL, getIndexFieldDeclarationListSQL, getIntegerTypeDeclarationSQL, getIsNotNullExpression, getIsNullExpression, getLengthExpression, getListDatabasesSQL, getListSequencesSQL, getListTableColumnsSQL, getListTableConstraintsSQL, getListTableForeignKeysSQL, getListTableIndexesSQL, getListTablesSQL, getListUsersSQL, getListViewsSQL, getLocateExpression, getLowerExpression, getLtrimExpression, getMaxExpression, getMaxIdentifierLength, getMd5Expression, getMinExpression, getModExpression, getName, getNotExpression, getNowExpression, getPiExpression, getRegexpExpression, getRoundExpression, getRtrimExpression, getSQLResultCasing, getSequenceNextValSQL, getSetCharsetSQL, getSetTransactionIsolationSQL, getShowDatabasesSQL, getSinExpression, getSmallIntTypeDeclarationSQL, getSqlCommentEndString, getSqlCommentStartString, getSubstringExpression, getSumExpression, getTemporaryTableSQL, getTimeFormatString, getTimeTypeDeclarationSQL, getTrimExpression, getTruncateTableSQL, getUniqueConstraintDeclarationSQL, getUniqueFieldDeclarationSQL, getUpperExpression, getVarcharMaxLength, getVarcharTypeDeclarationSQL, getWildcards, modifyLimitQuery, prefersIdentityColumns, prefersSequences, quoteIdentifier, supportsAlterTable, supportsForeignKeyConstraints, supportsForeignKeyOnUpdate, supportsGettingAffectedRows, supportsIdentityColumns, supportsIndexes, supportsPrimaryConstraints, supportsSavepoints, supportsSchemas, supportsSequences, supportsTransactions
- -

Method Detail

-
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 176
-

getBigIntTypeDeclarationSQL

-public string getBigIntTypeDeclarationSQL(mixed field, array columnDef) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 160
-

getBooleanTypeDeclarationSQL

-public string getBooleanTypeDeclarationSQL(mixed field, array columnDef) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 321
-

getClobTypeDeclarationSQL

-public void getClobTypeDeclarationSQL(array field) -
-

Gets the SQL snippet used to declare a CLOB column type.

- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 353
-

getCreateViewSQL

-public void getCreateViewSQL(mixed name, mixed sql) -
-
- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 208
-

getDateTimeTypeDeclarationSQL

-public string getDateTimeTypeDeclarationSQL(array fieldDeclaration) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 216
-

getDateTypeDeclarationSQL

-public string getDateTypeDeclarationSQL(array fieldDeclaration) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 358
-

getDropViewSQL

-public void getDropViewSQL(mixed name) -
-
- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 168
-

getIntegerTypeDeclarationSQL

-public string getIntegerTypeDeclarationSQL(mixed field, array columnDef) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 331
-

getListTableColumnsSQL

-public void getListTableColumnsSQL(mixed table) -
-
- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 326
-

getListTableConstraintsSQL

-public void getListTableConstraintsSQL(mixed table) -
-
- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 336
-

getListTableIndexesSQL

-public void getListTableIndexesSQL(mixed table) -
-
- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 341
-

getListTablesSQL

-public void getListTablesSQL() -
-
- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 348
-

getListViewsSQL

-public string getListViewsSQL(string database) -
-

Get the SQL to list all views of a database or user.

- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 121
-

getLocateExpression

-public integer getLocateExpression(string str, string substr, mixed startPos, int pos) -
-

returns the position of the first occurrence of substring $substr in string $str

-
Parameters:
-
substr - literal string to find
-
str - literal string
-
pos - position to start at, beginning of string by default
-
-
- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 200
-

getMediumIntTypeDeclarationSql

-public void getMediumIntTypeDeclarationSql(mixed field) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 386
-

getName

-public string getName() -
-

Get the platform name for this instance

- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 55
-

getNowExpression

-public string getNowExpression(mixed type) -
-

Return string to call a variable with the current timestamp inside an SQL statement -There are three special variables for current date and time.

-
Returns:
-
sqlite function as string
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 43
-

getRegexpExpression

-public string getRegexpExpression() -
-

returns the regular expression operator

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 144
-

getSetTransactionIsolationSQL

-public void getSetTransactionIsolationSQL(integer level) -
-

Get sql to set the transaction isolation level

- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 192
-

getSmallIntTypeDeclarationSQL

-public string getSmallIntTypeDeclarationSQL(mixed field, array columnDef) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 105
-

getSubstringExpression

-public string getSubstringExpression(string value, integer position, integer length, integer from, integer len) -
-

return string to call a function to get a substring inside an SQL statement

Note: Not SQL92, but common functionality.

SQLite only supports the 2 parameter variant of this function

-
Parameters:
-
value - an sql string literal or column name/alias
-
position - where to start the substring portion
-
length - the substring portion length
-
Returns:
-
SQL substring function with given parameters
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 224
-

getTimeTypeDeclarationSQL

-public string getTimeTypeDeclarationSQL(array fieldDeclaration) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 184
-

getTinyIntTypeDeclarationSql

-public void getTinyIntTypeDeclarationSql(mixed field) -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 76
-

getTrimExpression

-public string getTrimExpression(string str, int pos, string char) -
-

Trim a string, leading/trailing/both and with a given char which defaults to space.

- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 394
-

getTruncateTableSQL

-public string getTruncateTableSQL(string tableName, bool cascade) -
-

-
Inheritdoc.
-
-
- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 305
-

getVarcharTypeDeclarationSQL

-public void getVarcharTypeDeclarationSQL(array field) -
-

- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 152
-

prefersIdentityColumns

-public boolean prefersIdentityColumns() -
-

-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 376
-

supportsAlterTable

-public void supportsAlterTable() -
-
- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 371
-

supportsForeignKeyConstraints

-public boolean supportsForeignKeyConstraints() -
-

SQLite does support foreign key constraints, but only in CREATE TABLE statements... -This really limits their usefulness and requires SQLite specific handling, so -we simply say that SQLite does NOT support foreign keys for now...

-
Returns:
-
FALSE
-
Override.
-
-
- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 423
-

udfLocate

-public static void udfLocate(string str, string substr, int offset) -
-

- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 413
-

udfMod

-public static void udfMod(mixed a, mixed b) -
-

User-defined function for Sqlite that implements MOD(a, b)

- -
- -
/Doctrine/DBAL/Platforms/SqlitePlatform.php at line 405
-

udfSqrt

-public static float udfSqrt(int|float value) -
-

User-defined function for Sqlite that is used with PDO::sqliteCreateFunction()

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/abstractasset.html b/lib/api/doctrine/dbal/schema/abstractasset.html deleted file mode 100644 index 819f29ae7..000000000 --- a/lib/api/doctrine/dbal/schema/abstractasset.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - - - - -AbstractAsset (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\AbstractAsset
-
/Doctrine/DBAL/Schema/AbstractAsset.php at line 36
- -

Class AbstractAsset

- -
AbstractAsset
- -
- -

public abstract class AbstractAsset

- -

The abstract asset allows to reset the name of all assets without publishing this to the public userland.

This encapsulation hack is necessary to keep a consistent state of the database schema. Say we have a list of tables -array($tableName => Table($tableName)); if you want to rename the table, you have to make sure

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
-
- - - - - - - -
Field Summary
protected string

$_name

- - - - - - - -
Method Summary
string

getName()

Return name of this schema asset.

- -

Field Detail

-
/Doctrine/DBAL/Schema/AbstractAsset.php at line 41
-

_name

-protected string $_name -
-

- -
- -

Method Detail

-
/Doctrine/DBAL/Schema/AbstractAsset.php at line 58
-

getName

-public string getName() -
-

Return name of this schema asset.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/abstractschemamanager.html b/lib/api/doctrine/dbal/schema/abstractschemamanager.html deleted file mode 100644 index d344c84aa..000000000 --- a/lib/api/doctrine/dbal/schema/abstractschemamanager.html +++ /dev/null @@ -1,689 +0,0 @@ - - - - - - - - - - - -AbstractSchemaManager (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\AbstractSchemaManager
-
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 41
- -

Class AbstractSchemaManager

- -
AbstractSchemaManager
- -
- -

public abstract class AbstractSchemaManager

- -

Base class for schema managers. Schema managers are used to inspect and/or -modify the database schema/structure.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
Author:
-
Konsta Vesterinen
-
Lukas Smith (PEAR MDB2 library)
-
Roman Borschel
-
Jonathan H. Wage
-
Benjamin Eberlei
-
Version:
-
$Revision$
-
Since:
-
2.0
-
-
- - - - - - - - - - - -
Field Summary
protected \Doctrine\DBAL\Connection

$_conn

Holds instance of the Doctrine connection for this schema manager

protected \Doctrine\DBAL\Platforms\AbstractPlatform

$_platform

Holds instance of the database platform used for this schema manager

- - - - - - -
Constructor Summary

AbstractSchemaManager(\Doctrine\DBAL\Connection conn)

Constructor.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

alterTable(TableDiff tableDiff)

Alter an existing tables schema

void

createConstraint(Constraint constraint, string|Table table)

Create a constraint on a table

void

createDatabase(string database)

Creates a new database.

void

createForeignKey(ForeignKeyConstraint foreignKey, string|Table table)

Create a new foreign key

void

createIndex(Index index, string table)

Create a new index on a table

Schema

createSchema()

Create a schema instance for the current database.

SchemaConfig

createSchemaConfig()

Create the configuration for this schema.

void

createSequence(Sequence sequence)

Create a new sequence

void

createTable(Table table, int createFlags)

Create a new table.

void

createView(View view)

Create a new view

void

dropAndCreateConstraint(Constraint constraint, string table)

Drop and create a constraint

void

dropAndCreateDatabase(string database)

Drop and creates a new database.

void

dropAndCreateForeignKey(ForeignKeyConstraint foreignKey, string|Table table)

Drop and create a new foreign key

void

dropAndCreateIndex(Index index, string|Table table)

Drop and create a new index on a table

void

dropAndCreateSequence(Sequence sequence)

Drop and create a new sequence

void

dropAndCreateTable(Table table)

Drop and create a new table.

void

dropAndCreateView(View view)

Drop and create a new view

void

dropConstraint(Constraint constraint, string table)

Drop the constraint from the given table

void

dropDatabase(string database)

Drops a database. -

boolean

dropForeignKey(mixed foreignKey, ForeignKeyConstraint|string table, Table|string name)

Drops a foreign key from a table.

void

dropIndex(Index|string index, string|Table table)

Drop the index from the given table

void

dropSequence(string name)

Drops a sequence with a given name.

void

dropTable(string table)

Drop the given table

boolean

dropView(string name)

Drop a view

\Doctrine\DBAL\Platform\AbstractPlatform

getDatabasePlatform()

Return associated platform.

array

listDatabases()

List the available databases for this connection

Sequence[]

listSequences(mixed database)

List the available sequences for this connection

Column[]

listTableColumns(string table)

List the columns for a given table. -

Table

listTableDetails(string tableName)

ForeignKeyConstraint[]

listTableForeignKeys(string table, mixed database)

List the foreign keys for the given table

Index[]

listTableIndexes(string table)

List the indexes for a given table returning an array of Index instances. -

array

listTableNames()

Return a list of all tables in the current database

Table[]

listTables()

List the tables for this connection

View[]

listViews()

List the views this connection has

void

renameTable(string name, string newName)

Rename a given table to another name

mixed

tryMethod()

Try any method on the schema manager.

- -

Field Detail

-
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 48
-

_conn

-protected \Doctrine\DBAL\Connection $_conn -
-

Holds instance of the Doctrine connection for this schema manager

- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 55
-

_platform

-protected \Doctrine\DBAL\Platforms\AbstractPlatform $_platform -
-

Holds instance of the database platform used for this schema manager

- -
- -

Constructor Detail

-
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 62
-

AbstractSchemaManager

-public AbstractSchemaManager(\Doctrine\DBAL\Connection conn) -
-

Constructor. Accepts the Connection instance to manage the schema for

- -
- -

Method Detail

-
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 512
-

alterTable

-public void alterTable(TableDiff tableDiff) -
-

Alter an existing tables schema

- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 383
-

createConstraint

-public void createConstraint(Constraint constraint, string|Table table) -
-

Create a constraint on a table

- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 349
-

createDatabase

-public void createDatabase(string database) -
-

Creates a new database.

-
Parameters:
-
database - The name of the database to create.
-
-
- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 405
-

createForeignKey

-public void createForeignKey(ForeignKeyConstraint foreignKey, string|Table table) -
-

Create a new foreign key

-
Parameters:
-
foreignKey - ForeignKey instance
-
table - name of the table on which the foreign key is to be created
-
-
- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 394
-

createIndex

-public void createIndex(Index index, string table) -
-

Create a new index on a table

-
Parameters:
-
-
table - name of the table on which the index is to be created
-
-
- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 750
-

createSchema

-public Schema createSchema() -
-

Create a schema instance for the current database.

- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 766
-

createSchemaConfig

-public SchemaConfig createSchemaConfig() -
-

Create the configuration for this schema.

- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 372
-

createSequence

-public void createSequence(Sequence sequence) -
-

Create a new sequence

-
Throws:
-
if something fails at database level
-
-
- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 360
-

createTable

-public void createTable(Table table, int createFlags) -
-

Create a new table.

- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 415
-

createView

-public void createView(View view) -
-

Create a new view

- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 430
-

dropAndCreateConstraint

-public void dropAndCreateConstraint(Constraint constraint, string table) -
-

Drop and create a constraint

-
See Also:
-
dropConstraint()
-
createConstraint()
-
-
- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 488
-

dropAndCreateDatabase

-public void dropAndCreateDatabase(string database) -
-

Drop and creates a new database.

-
Parameters:
-
database - The name of the database to create.
-
-
- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 454
-

dropAndCreateForeignKey

-public void dropAndCreateForeignKey(ForeignKeyConstraint foreignKey, string|Table table) -
-

Drop and create a new foreign key

-
Parameters:
-
foreignKey - associative array that defines properties of the foreign key to be created.
-
table - name of the table on which the foreign key is to be created
-
-
- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 442
-

dropAndCreateIndex

-public void dropAndCreateIndex(Index index, string|Table table) -
-

Drop and create a new index on a table

-
Parameters:
-
table - name of the table on which the index is to be created
-
-
-
- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 466
-

dropAndCreateSequence

-public void dropAndCreateSequence(Sequence sequence) -
-

Drop and create a new sequence

-
Throws:
-
if something fails at database level
-
-
- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 477
-

dropAndCreateTable

-public void dropAndCreateTable(Table table) -
-

Drop and create a new table.

- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 499
-

dropAndCreateView

-public void dropAndCreateView(View view) -
-

Drop and create a new view

- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 304
-

dropConstraint

-public void dropConstraint(Constraint constraint, string table) -
-

Drop the constraint from the given table

-
Parameters:
-
-
table - The name of the table
-
-
- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 268
-

dropDatabase

-public void dropDatabase(string database) -
-

Drops a database.

NOTE: You can not drop the database this SchemaManager is currently connected to.

-
Parameters:
-
database - The name of the database to drop
-
-
- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 316
-

dropForeignKey

-public boolean dropForeignKey(mixed foreignKey, ForeignKeyConstraint|string table, Table|string name) -
-

Drops a foreign key from a table.

-
Parameters:
-
table - The name of the table with the foreign key.
-
name - The name of the foreign key.
-
Returns:
-
$result
-
-
- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 289
-

dropIndex

-public void dropIndex(Index|string index, string|Table table) -
-

Drop the index from the given table

-
Parameters:
-
index - The name of the index
-
table - The name of the table
-
-
- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 326
-

dropSequence

-public void dropSequence(string name) -
-

Drops a sequence with a given name.

-
Parameters:
-
name - The name of the sequence to drop.
-
-
- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 278
-

dropTable

-public void dropTable(string table) -
-

Drop the given table

-
Parameters:
-
table - The name of the table to drop
-
-
- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 337
-

dropView

-public boolean dropView(string name) -
-

Drop a view

-
Parameters:
-
name - The name of the view
-
Returns:
-
$result
-
-
- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 73
-

getDatabasePlatform

-public \Doctrine\DBAL\Platform\AbstractPlatform getDatabasePlatform() -
-

Return associated platform.

- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 109
-

listDatabases

-public array listDatabases() -
-

List the available databases for this connection

-
Returns:
-
$databases
-
-
- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 123
-

listSequences

-public Sequence[] listSequences(mixed database) -
-

List the available sequences for this connection

- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 148
-

listTableColumns

-public Column[] listTableColumns(string table) -
-

List the columns for a given table.

In contrast to other libraries and to the old version of Doctrine, -this column definition does try to contain the 'primary' field for -the reason that it is not portable accross different RDBMS. Use -listTableIndexes($tableName) to retrieve the primary key -of a table. We're a RDBMS specifies more details these are held -in the platformDetails array.

-
Parameters:
-
table - The name of the table.
-
-
- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 209
-

listTableDetails

-public Table listTableDetails(string tableName) -
-

- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 248
-

listTableForeignKeys

-public ForeignKeyConstraint[] listTableForeignKeys(string table, mixed database) -
-

List the foreign keys for the given table

-
Parameters:
-
table - The name of the table
-
-
- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 165
-

listTableIndexes

-public Index[] listTableIndexes(string table) -
-

List the indexes for a given table returning an array of Index instances.

Keys of the portable indexes list are all lower-cased.

-
Parameters:
-
table - The name of the table
-
Returns:
-
$tableIndexes
-
-
- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 179
-

listTableNames

-public array listTableNames() -
-

Return a list of all tables in the current database

- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 193
-

listTables

-public Table[] listTables() -
-

List the tables for this connection

- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 233
-

listViews

-public View[] listViews() -
-

List the views this connection has

- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 528
-

renameTable

-public void renameTable(string name, string newName) -
-

Rename a given table to another name

-
Parameters:
-
name - The current name of the table
-
newName - The new name of the table
-
-
- -
- -
/Doctrine/DBAL/Schema/AbstractSchemaManager.php at line 90
-

tryMethod

-public mixed tryMethod() -
-

Try any method on the schema manager. Normally a method throws an -exception when your DBMS doesn't support it or if an error occurs. -This method allows you to try and method on your SchemaManager -instance and will return false if it does not work or is not supported.

-$result = $sm->tryMethod('dropView', 'view_name'); -

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/column.html b/lib/api/doctrine/dbal/schema/column.html deleted file mode 100644 index 8e4ea5e97..000000000 --- a/lib/api/doctrine/dbal/schema/column.html +++ /dev/null @@ -1,561 +0,0 @@ - - - - - - - - - - - -Column (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\Column
-
/Doctrine/DBAL/Schema/Column.php at line 36
- -

Class Column

- -
Class:Column - Superclass: AbstractAsset
-AbstractAsset
⌊ Column
- -
- -

public class Column
extends AbstractAsset - -

- -

Object representation of a database column

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
protected string

$_columnDefinition

protected string

$_default

protected bool

$_fixed

protected int

$_length

protected bool

$_notnull

protected array

$_platformOptions

protected int

$_precision

protected int

$_scale

protected \Doctrine\DBAL\Types\Type

$_type

protected bool

$_unsigned

- - - -
Fields inherited from Doctrine\DBAL\Schema\AbstractAsset
_name
- - - - - - -
Constructor Summary

Column(string columnName, Doctrine\DBAL\Types\Type type, mixed options, int length, bool notNull, mixed default, bool unsigned, bool fixed, int precision, int scale, array platformOptions)

Create a new Column

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

getColumnDefinition()

void

getDefault()

void

getFixed()

void

getLength()

void

getNotnull()

void

getPlatformOption(mixed name)

void

getPlatformOptions()

void

getPrecision()

void

getScale()

void

getType()

void

getUnsigned()

void

hasPlatformOption(mixed name)

Column

setColumnDefinition(mixed value, string )

Column

setDefault(mixed default)

Column

setFixed(bool fixed)

Column

setLength(int length)

Column

setNotnull(bool notnull)

Column

setOptions(array options)

Column

setPlatformOption(string name, mixed value)

Column

setPlatformOptions(array platformOptions)

Column

setPrecision(int precision)

Column

setScale(int scale)

Column

setType(Type type)

Column

setUnsigned(bool unsigned)

array

toArray()

void

visit(Visitor visitor)

- - - -
Methods inherited from Doctrine\DBAL\Schema\AbstractAsset
getName
- -

Field Detail

-
/Doctrine/DBAL/Schema/Column.php at line 86
-

_columnDefinition

-protected string $_columnDefinition = null -
-

- -
- -
/Doctrine/DBAL/Schema/Column.php at line 76
-

_default

-protected string $_default = null -
-

- -
- -
/Doctrine/DBAL/Schema/Column.php at line 66
-

_fixed

-protected bool $_fixed = false -
-

- -
- -
/Doctrine/DBAL/Schema/Column.php at line 46
-

_length

-protected int $_length = 255 -
-

- -
- -
/Doctrine/DBAL/Schema/Column.php at line 71
-

_notnull

-protected bool $_notnull = true -
-

- -
- -
/Doctrine/DBAL/Schema/Column.php at line 81
-

_platformOptions

-protected array $_platformOptions = array() -
-

- -
- -
/Doctrine/DBAL/Schema/Column.php at line 51
-

_precision

-protected int $_precision -
-

- -
- -
/Doctrine/DBAL/Schema/Column.php at line 56
-

_scale

-protected int $_scale -
-

- -
- -
/Doctrine/DBAL/Schema/Column.php at line 41
-

_type

-protected \Doctrine\DBAL\Types\Type $_type -
-

- -
- -
/Doctrine/DBAL/Schema/Column.php at line 61
-

_unsigned

-protected bool $_unsigned = false -
-

- -
- -

Constructor Detail

-
/Doctrine/DBAL/Schema/Column.php at line 102
-

Column

-public Column(string columnName, Doctrine\DBAL\Types\Type type, mixed options, int length, bool notNull, mixed default, bool unsigned, bool fixed, int precision, int scale, array platformOptions) -
-

Create a new Column

- -
- -

Method Detail

-
/Doctrine/DBAL/Schema/Column.php at line 300
-

getColumnDefinition

-public void getColumnDefinition() -
-
- -
- -
/Doctrine/DBAL/Schema/Column.php at line 280
-

getDefault

-public void getDefault() -
-
- -
- -
/Doctrine/DBAL/Schema/Column.php at line 270
-

getFixed

-public void getFixed() -
-
- -
- -
/Doctrine/DBAL/Schema/Column.php at line 250
-

getLength

-public void getLength() -
-
- -
- -
/Doctrine/DBAL/Schema/Column.php at line 275
-

getNotnull

-public void getNotnull() -
-
- -
- -
/Doctrine/DBAL/Schema/Column.php at line 295
-

getPlatformOption

-public void getPlatformOption(mixed name) -
-
- -
- -
/Doctrine/DBAL/Schema/Column.php at line 285
-

getPlatformOptions

-public void getPlatformOptions() -
-
- -
- -
/Doctrine/DBAL/Schema/Column.php at line 255
-

getPrecision

-public void getPrecision() -
-
- -
- -
/Doctrine/DBAL/Schema/Column.php at line 260
-

getScale

-public void getScale() -
-
- -
- -
/Doctrine/DBAL/Schema/Column.php at line 245
-

getType

-public void getType() -
-
- -
- -
/Doctrine/DBAL/Schema/Column.php at line 265
-

getUnsigned

-public void getUnsigned() -
-
- -
- -
/Doctrine/DBAL/Schema/Column.php at line 290
-

hasPlatformOption

-public void hasPlatformOption(mixed name) -
-
- -
- -
/Doctrine/DBAL/Schema/Column.php at line 239
-

setColumnDefinition

-public Column setColumnDefinition(mixed value, string ) -
-

- -
- -
/Doctrine/DBAL/Schema/Column.php at line 205
-

setDefault

-public Column setDefault(mixed default) -
-

- -
- -
/Doctrine/DBAL/Schema/Column.php at line 184
-

setFixed

-public Column setFixed(bool fixed) -
-

- -
- -
/Doctrine/DBAL/Schema/Column.php at line 138
-

setLength

-public Column setLength(int length) -
-

- -
- -
/Doctrine/DBAL/Schema/Column.php at line 194
-

setNotnull

-public Column setNotnull(bool notnull) -
-

- -
- -
/Doctrine/DBAL/Schema/Column.php at line 113
-

setOptions

-public Column setOptions(array options) -
-

- -
- -
/Doctrine/DBAL/Schema/Column.php at line 228
-

setPlatformOption

-public Column setPlatformOption(string name, mixed value) -
-

- -
- -
/Doctrine/DBAL/Schema/Column.php at line 216
-

setPlatformOptions

-public Column setPlatformOptions(array platformOptions) -
-

- -
- -
/Doctrine/DBAL/Schema/Column.php at line 152
-

setPrecision

-public Column setPrecision(int precision) -
-

- -
- -
/Doctrine/DBAL/Schema/Column.php at line 162
-

setScale

-public Column setScale(int scale) -
-

- -
- -
/Doctrine/DBAL/Schema/Column.php at line 128
-

setType

-public Column setType(Type type) -
-

- -
- -
/Doctrine/DBAL/Schema/Column.php at line 173
-

setUnsigned

-public Column setUnsigned(bool unsigned) -
-

- -
- -
/Doctrine/DBAL/Schema/Column.php at line 316
-

toArray

-public array toArray() -
-

- -
- -
/Doctrine/DBAL/Schema/Column.php at line 308
-

visit

-public void visit(Visitor visitor) -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/columndiff.html b/lib/api/doctrine/dbal/schema/columndiff.html deleted file mode 100644 index 0dfa510bc..000000000 --- a/lib/api/doctrine/dbal/schema/columndiff.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - - - -ColumnDiff (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\ColumnDiff
-
/Doctrine/DBAL/Schema/ColumnDiff.php at line 33
- -

Class ColumnDiff

- -
ColumnDiff
- -
- -

public class ColumnDiff

- -

Represent the change of a column

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
-
- - - - - - - - - - - - - - - -
Field Summary
array

$changedProperties

Column

$column

mixed

$oldColumnName

- - - - - - -
Constructor Summary

ColumnDiff(mixed oldColumnName, mixed column, mixed changedProperties)

- - - - - - - -
Method Summary
void

hasChanged(mixed propertyName)

- -

Field Detail

-
/Doctrine/DBAL/Schema/ColumnDiff.php at line 45
-

changedProperties

-public array $changedProperties = array() -
-

- -
- -
/Doctrine/DBAL/Schema/ColumnDiff.php at line 40
-

column

-public Column $column -
-

- -
- -
/Doctrine/DBAL/Schema/ColumnDiff.php at line 35
-

oldColumnName

-public mixed $oldColumnName -
-
- -
- -

Constructor Detail

-
/Doctrine/DBAL/Schema/ColumnDiff.php at line 47
-

ColumnDiff

-public ColumnDiff(mixed oldColumnName, mixed column, mixed changedProperties) -
-
- -
- -

Method Detail

-
/Doctrine/DBAL/Schema/ColumnDiff.php at line 54
-

hasChanged

-public void hasChanged(mixed propertyName) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/comparator.html b/lib/api/doctrine/dbal/schema/comparator.html deleted file mode 100644 index 1bc6ef204..000000000 --- a/lib/api/doctrine/dbal/schema/comparator.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - - - - - - -Comparator (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\Comparator
-
/Doctrine/DBAL/Schema/Comparator.php at line 35
- -

Class Comparator

- -
Comparator
- -
- -

public class Comparator

- -

Compare to Schemas and return an instance of SchemaDiff

- -
-
Copyright:
-
Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
-
License:
-
http://ez.no/licenses/new_bsd New BSD License
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

addColumnPlatformOptionCheck(string optionName)

SchemaDiff

compare(Schema fromSchema, Schema toSchema)

Returns a SchemaDiff object containing the differences between the schemas $fromSchema and $toSchema. -

static SchemaDiff

compareSchemas(Schema fromSchema, Schema toSchema)

array

diffColumn(Column column1, Column column2)

Returns the difference between the fields $field1 and $field2. -

bool

diffForeignKey(ForeignKeyConstraint key1, ForeignKeyConstraint key2)

bool

diffIndex(Index index1, Index index2)

Finds the difference between the indexes $index1 and $index2. -

void

diffSequence(Sequence sequence1, Sequence sequence2)

bool|TableDiff

diffTable(Table table1, Table table2)

Returns the difference between the tables $table1 and $table2. -

- -

Method Detail

-
/Doctrine/DBAL/Schema/Comparator.php at line 45
-

addColumnPlatformOptionCheck

-public void addColumnPlatformOptionCheck(string optionName) -
-

- -
- -
/Doctrine/DBAL/Schema/Comparator.php at line 73
-

compare

-public SchemaDiff compare(Schema fromSchema, Schema toSchema) -
-

Returns a SchemaDiff object containing the differences between the schemas $fromSchema and $toSchema.

The returned diferences are returned in such a way that they contain the -operations to change the schema stored in $fromSchema to the schema that is -stored in $toSchema.

- -
- -
/Doctrine/DBAL/Schema/Comparator.php at line 55
-

compareSchemas

-public static SchemaDiff compareSchemas(Schema fromSchema, Schema toSchema) -
-

- -
- -
/Doctrine/DBAL/Schema/Comparator.php at line 305
-

diffColumn

-public array diffColumn(Column column1, Column column2) -
-

Returns the difference between the fields $field1 and $field2.

If there are differences this method returns $field2, otherwise the -boolean false.

- -
- -
/Doctrine/DBAL/Schema/Comparator.php at line 273
-

diffForeignKey

-public bool diffForeignKey(ForeignKeyConstraint key1, ForeignKeyConstraint key2) -
-

- -
- -
/Doctrine/DBAL/Schema/Comparator.php at line 366
-

diffIndex

-public bool diffIndex(Index index1, Index index2) -
-

Finds the difference between the indexes $index1 and $index2.

Compares $index1 with $index2 and returns $index2 if there are any -differences or false in case there are no differences.

- -
- -
/Doctrine/DBAL/Schema/Comparator.php at line 140
-

diffSequence

-public void diffSequence(Sequence sequence1, Sequence sequence2) -
-

- -
- -
/Doctrine/DBAL/Schema/Comparator.php at line 163
-

diffTable

-public bool|TableDiff diffTable(Table table1, Table table2) -
-

Returns the difference between the tables $table1 and $table2.

If there are no differences this method returns the boolean false.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/constraint.html b/lib/api/doctrine/dbal/schema/constraint.html deleted file mode 100644 index 1ea5080de..000000000 --- a/lib/api/doctrine/dbal/schema/constraint.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - - -Constraint (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\Constraint
-
/Doctrine/DBAL/Schema/Constraint.php at line 33
- -

Interface Constraint

- -
Constraint
- -
- -

public interface Constraint

- -

Marker interface for contraints

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
-
- - - - - - - - - - - -
Method Summary
void

getColumns()

void

getName()

- -

Method Detail

-
/Doctrine/DBAL/Schema/Constraint.php at line 37
-

getColumns

-public void getColumns() -
-
- -
- -
/Doctrine/DBAL/Schema/Constraint.php at line 35
-

getName

-public void getName() -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/foreignkeyconstraint.html b/lib/api/doctrine/dbal/schema/foreignkeyconstraint.html deleted file mode 100644 index 58ebb6d7d..000000000 --- a/lib/api/doctrine/dbal/schema/foreignkeyconstraint.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - - - - - - -ForeignKeyConstraint (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\ForeignKeyConstraint
-
/Doctrine/DBAL/Schema/ForeignKeyConstraint.php at line 26
- -

Class ForeignKeyConstraint

- -
Class:ForeignKeyConstraint - Superclass: AbstractAsset
-AbstractAsset
⌊ ForeignKeyConstraint
- -
-
All Implemented Interfaces:
-
Constraint -
- -
- -

public class ForeignKeyConstraint
extends AbstractAsset - -

- -

The abstract asset allows to reset the name of all assets without publishing this to the public userland.

This encapsulation hack is necessary to keep a consistent state of the database schema. Say we have a list of tables -array($tableName => Table($tableName)); if you want to rename the table, you have to make sure

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
protected string

$_cascade

protected array

$_foreignColumnNames

protected string

$_foreignTableName

protected array

$_localColumnNames

protected Table

$_localTable

protected array

$_options

- - - -
Fields inherited from Doctrine\DBAL\Schema\AbstractAsset
_name
- - - - - - -
Constructor Summary

ForeignKeyConstraint(array localColumnNames, string foreignTableName, array foreignColumnNames, string|null name, mixed options, string cascade)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

getColumns()

array

getForeignColumns()

string

getForeignTableName()

array

getLocalColumns()

string

getLocalTableName()

void

getOption(mixed name)

void

hasOption(mixed name)

string|null

onDelete()

Foreign Key onDelete status

string|null

onUpdate()

Foreign Key onUpdate status

void

setLocalTable(Table table)

- - - -
Methods inherited from Doctrine\DBAL\Schema\AbstractAsset
getName
- -

Field Detail

-
/Doctrine/DBAL/Schema/ForeignKeyConstraint.php at line 51
-

_cascade

-protected string $_cascade = '' -
-

- -
- -
/Doctrine/DBAL/Schema/ForeignKeyConstraint.php at line 46
-

_foreignColumnNames

-protected array $_foreignColumnNames -
-

- -
- -
/Doctrine/DBAL/Schema/ForeignKeyConstraint.php at line 41
-

_foreignTableName

-protected string $_foreignTableName -
-

- -
- -
/Doctrine/DBAL/Schema/ForeignKeyConstraint.php at line 36
-

_localColumnNames

-protected array $_localColumnNames -
-

- -
- -
/Doctrine/DBAL/Schema/ForeignKeyConstraint.php at line 31
-

_localTable

-protected Table $_localTable -
-

- -
- -
/Doctrine/DBAL/Schema/ForeignKeyConstraint.php at line 56
-

_options

-protected array $_options -
-

- -
- -

Constructor Detail

-
/Doctrine/DBAL/Schema/ForeignKeyConstraint.php at line 66
-

ForeignKeyConstraint

-public ForeignKeyConstraint(array localColumnNames, string foreignTableName, array foreignColumnNames, string|null name, mixed options, string cascade) -
-

- -
- -

Method Detail

-
/Doctrine/DBAL/Schema/ForeignKeyConstraint.php at line 99
-

getColumns

-public void getColumns() -
-
- -
- -
/Doctrine/DBAL/Schema/ForeignKeyConstraint.php at line 115
-

getForeignColumns

-public array getForeignColumns() -
-

- -
- -
/Doctrine/DBAL/Schema/ForeignKeyConstraint.php at line 107
-

getForeignTableName

-public string getForeignTableName() -
-

- -
- -
/Doctrine/DBAL/Schema/ForeignKeyConstraint.php at line 94
-

getLocalColumns

-public array getLocalColumns() -
-

- -
- -
/Doctrine/DBAL/Schema/ForeignKeyConstraint.php at line 78
-

getLocalTableName

-public string getLocalTableName() -
-

- -
- -
/Doctrine/DBAL/Schema/ForeignKeyConstraint.php at line 125
-

getOption

-public void getOption(mixed name) -
-
- -
- -
/Doctrine/DBAL/Schema/ForeignKeyConstraint.php at line 120
-

hasOption

-public void hasOption(mixed name) -
-
- -
- -
/Doctrine/DBAL/Schema/ForeignKeyConstraint.php at line 145
-

onDelete

-public string|null onDelete() -
-

Foreign Key onDelete status

- -
- -
/Doctrine/DBAL/Schema/ForeignKeyConstraint.php at line 135
-

onUpdate

-public string|null onUpdate() -
-

Foreign Key onUpdate status

- -
- -
/Doctrine/DBAL/Schema/ForeignKeyConstraint.php at line 86
-

setLocalTable

-public void setLocalTable(Table table) -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/index.html b/lib/api/doctrine/dbal/schema/index.html deleted file mode 100644 index 57c836381..000000000 --- a/lib/api/doctrine/dbal/schema/index.html +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - - - - - - -Index (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\Index
-
/Doctrine/DBAL/Schema/Index.php at line 26
- -

Class Index

- -
Class:Index - Superclass: AbstractAsset
-AbstractAsset
⌊ Index
- -
-
All Implemented Interfaces:
-
Constraint -
- -
- -

public class Index
extends AbstractAsset - -

- -

The abstract asset allows to reset the name of all assets without publishing this to the public userland.

This encapsulation hack is necessary to keep a consistent state of the database schema. Say we have a list of tables -array($tableName => Table($tableName)); if you want to rename the table, you have to make sure

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
-
- - - - - - - - - - - - - - - -
Field Summary
protected array

$_columns

protected bool

$_isPrimary

protected bool

$_isUnique

- - - -
Fields inherited from Doctrine\DBAL\Schema\AbstractAsset
_name
- - - - - - -
Constructor Summary

Index(string indexName, mixed columns, bool isUnique, bool isPrimary, array column)

- - - - - - - - - - - - - - - - - - - -
Method Summary
array

getColumns()

bool

hasColumnAtPosition(string columnName, int pos)

bool

isPrimary()

bool

isUnique()

- - - -
Methods inherited from Doctrine\DBAL\Schema\AbstractAsset
getName
- -

Field Detail

-
/Doctrine/DBAL/Schema/Index.php at line 31
-

_columns

-protected array $_columns -
-

- -
- -
/Doctrine/DBAL/Schema/Index.php at line 41
-

_isPrimary

-protected bool $_isPrimary = false -
-

- -
- -
/Doctrine/DBAL/Schema/Index.php at line 36
-

_isUnique

-protected bool $_isUnique = false -
-

- -
- -

Constructor Detail

-
/Doctrine/DBAL/Schema/Index.php at line 49
-

Index

-public Index(string indexName, mixed columns, bool isUnique, bool isPrimary, array column) -
-

- -
- -

Method Detail

-
/Doctrine/DBAL/Schema/Index.php at line 77
-

getColumns

-public array getColumns() -
-

- -
- -
/Doctrine/DBAL/Schema/Index.php at line 103
-

hasColumnAtPosition

-public bool hasColumnAtPosition(string columnName, int pos) -
-

- -
- -
/Doctrine/DBAL/Schema/Index.php at line 93
-

isPrimary

-public bool isPrimary() -
-

- -
- -
/Doctrine/DBAL/Schema/Index.php at line 85
-

isUnique

-public bool isUnique() -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/mssqlschemamanager.html b/lib/api/doctrine/dbal/schema/mssqlschemamanager.html deleted file mode 100644 index afc9ebdaa..000000000 --- a/lib/api/doctrine/dbal/schema/mssqlschemamanager.html +++ /dev/null @@ -1,301 +0,0 @@ - - - - - - - - - - - -MsSqlSchemaManager (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\MsSqlSchemaManager
-
/Doctrine/DBAL/Schema/MsSqlSchemaManager.php at line 33
- -

Class MsSqlSchemaManager

- -
Class:MsSqlSchemaManager - Superclass: AbstractSchemaManager
-AbstractSchemaManager
⌊ MsSqlSchemaManager
- -
- -

public class MsSqlSchemaManager
extends AbstractSchemaManager - -

- -

xxx

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
Author:
-
Konsta Vesterinen
-
Lukas Smith (PEAR MDB2 library)
-
Version:
-
$Revision$
-
Since:
-
2.0
-
-
- - - -
Fields inherited from Doctrine\DBAL\Schema\AbstractSchemaManager
_conn, _platform
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

alterTable(string name, array changes, boolean check, TableDiff tableDiff)

alter an existing table

void

createDatabase(string name, string database)

create a new database

void

createSequence(mixed seqName, mixed start, mixed allocationSize, Sequence sequence)

{@inheritdoc}

void

dropDatabase(string name, string database)

drop an existing database

void

dropSequenceSql(string seqName)

This function drops an existing sequence

array

listSequences(string|null database)

lists all database sequences

array

listTableColumns(string table)

lists table constraints

array

listTableIndexes(string table)

lists table constraints

array

listTableTriggers(string table)

lists table triggers

array

listTableViews(string table)

lists table views

array

listTables(string|null database)

lists tables

array

listTriggers(mixed database)

lists all triggers

array

listViews(string|null database)

lists database views

- - - -
Methods inherited from Doctrine\DBAL\Schema\AbstractSchemaManager
alterTable, createConstraint, createDatabase, createForeignKey, createIndex, createSchema, createSchemaConfig, createSequence, createTable, createView, dropAndCreateConstraint, dropAndCreateDatabase, dropAndCreateForeignKey, dropAndCreateIndex, dropAndCreateSequence, dropAndCreateTable, dropAndCreateView, dropConstraint, dropDatabase, dropForeignKey, dropIndex, dropSequence, dropTable, dropView, getDatabasePlatform, listDatabases, listSequences, listTableColumns, listTableDetails, listTableForeignKeys, listTableIndexes, listTableNames, listTables, listViews, renameTable, tryMethod
- -

Method Detail

-
/Doctrine/DBAL/Schema/MsSqlSchemaManager.php at line 151
-

alterTable

-public void alterTable(string name, array changes, boolean check, TableDiff tableDiff) -
-

alter an existing table

-
Parameters:
-
name - name of the table that is intended to be changed.
-
changes - associative array that contains the details of each type of change that is intended to be performed. The types of changes that are currently supported are defined as follows: name New name for the table. add Associative array with the names of fields to be added as indexes of the array. The value of each entry of the array should be set to another associative array with the properties of the fields to be added. The properties of the fields should be the same as defined by the Metabase parser. remove Associative array with the names of fields to be removed as indexes of the array. Currently the values assigned to each entry are ignored. An empty array should be used for future compatibility. rename Associative array with the names of fields to be renamed as indexes of the array. The value of each entry of the array should be set to another associative array with the entry named name with the new field name and the entry named Declaration that is expected to contain the portion of the field declaration already in DBMS specific SQL code as it is used in the CREATE TABLE statement. change Associative array with the names of the fields to be changed as indexes of the array. Keep in mind that if it is intended to change either the name of a field and any other properties, the change array entries should have the new names of the fields as array indexes. The value of each entry of the array should be set to another associative array with the properties of the fields to that are meant to be changed as array entries. These entries should be assigned to the new values of the respective properties. The properties of the fields should be the same as defined by the Metabase parser. Example array( 'name' => 'userlist', 'add' => array( 'quota' => array( 'type' => 'integer', 'unsigned' => 1 ) ), 'remove' => array( 'file_limit' => array(), 'time_limit' => array() ), 'change' => array( 'name' => array( 'length' => '20', 'definition' => array( 'type' => 'text', 'length' => 20, ), ) ), 'rename' => array( 'sex' => array( 'name' => 'gender', 'definition' => array( 'type' => 'text', 'length' => 1, 'default' => 'M', ), ) ) )
-
check - indicates whether the function should just check if the DBMS driver can perform the requested table alterations if the value is true or actually perform them otherwise.
-
-
- -
- -
/Doctrine/DBAL/Schema/MsSqlSchemaManager.php at line 41
-

createDatabase

-public void createDatabase(string name, string database) -
-

create a new database

-
Parameters:
-
name - name of the database that should be created
-
-
- -
- -
/Doctrine/DBAL/Schema/MsSqlSchemaManager.php at line 196
-

createSequence

-public void createSequence(mixed seqName, mixed start, mixed allocationSize, Sequence sequence) -
-

-
Throws:
-
if something fails at database level
-
-
- -
- -
/Doctrine/DBAL/Schema/MsSqlSchemaManager.php at line 58
-

dropDatabase

-public void dropDatabase(string name, string database) -
-

drop an existing database

-
Parameters:
-
name - name of the database that should be dropped
-
-
- -
- -
/Doctrine/DBAL/Schema/MsSqlSchemaManager.php at line 224
-

dropSequenceSql

-public void dropSequenceSql(string seqName) -
-

This function drops an existing sequence

-
Parameters:
-
seqName - name of the sequence to be dropped
-
-
- -
- -
/Doctrine/DBAL/Schema/MsSqlSchemaManager.php at line 235
-

listSequences

-public array listSequences(string|null database) -
-

lists all database sequences

- -
- -
/Doctrine/DBAL/Schema/MsSqlSchemaManager.php at line 249
-

listTableColumns

-public array listTableColumns(string table) -
-

lists table constraints

-
Parameters:
-
table - database table name
-
-
- -
- -
/Doctrine/DBAL/Schema/MsSqlSchemaManager.php at line 297
-

listTableIndexes

-public array listTableIndexes(string table) -
-

lists table constraints

-
Parameters:
-
table - database table name
-
-
- -
- -
/Doctrine/DBAL/Schema/MsSqlSchemaManager.php at line 335
-

listTableTriggers

-public array listTableTriggers(string table) -
-

lists table triggers

-
Parameters:
-
table - database table name
-
-
- -
- -
/Doctrine/DBAL/Schema/MsSqlSchemaManager.php at line 351
-

listTableViews

-public array listTableViews(string table) -
-

lists table views

-
Parameters:
-
table - database table name
-
-
- -
- -
/Doctrine/DBAL/Schema/MsSqlSchemaManager.php at line 308
-

listTables

-public array listTables(string|null database) -
-

lists tables

- -
- -
/Doctrine/DBAL/Schema/MsSqlSchemaManager.php at line 320
-

listTriggers

-public array listTriggers(mixed database) -
-

lists all triggers

- -
- -
/Doctrine/DBAL/Schema/MsSqlSchemaManager.php at line 388
-

listViews

-public array listViews(string|null database) -
-

lists database views

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/mysqlschemamanager.html b/lib/api/doctrine/dbal/schema/mysqlschemamanager.html deleted file mode 100644 index 45e24161a..000000000 --- a/lib/api/doctrine/dbal/schema/mysqlschemamanager.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - -MySqlSchemaManager (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\MySqlSchemaManager
-
/Doctrine/DBAL/Schema/MySqlSchemaManager.php at line 35
- -

Class MySqlSchemaManager

- -
Class:MySqlSchemaManager - Superclass: AbstractSchemaManager
-AbstractSchemaManager
⌊ MySqlSchemaManager
- -
- -

public class MySqlSchemaManager
extends AbstractSchemaManager - -

- -

Schema manager for the MySql RDBMS.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
Author:
-
Konsta Vesterinen
-
Lukas Smith (PEAR MDB2 library)
-
Roman Borschel
-
Benjamin Eberlei
-
Version:
-
$Revision$
-
Since:
-
2.0
-
-
- - - -
Fields inherited from Doctrine\DBAL\Schema\AbstractSchemaManager
_conn, _platform
- - - -
Methods inherited from Doctrine\DBAL\Schema\AbstractSchemaManager
alterTable, createConstraint, createDatabase, createForeignKey, createIndex, createSchema, createSchemaConfig, createSequence, createTable, createView, dropAndCreateConstraint, dropAndCreateDatabase, dropAndCreateForeignKey, dropAndCreateIndex, dropAndCreateSequence, dropAndCreateTable, dropAndCreateView, dropConstraint, dropDatabase, dropForeignKey, dropIndex, dropSequence, dropTable, dropView, getDatabasePlatform, listDatabases, listSequences, listTableColumns, listTableDetails, listTableForeignKeys, listTableIndexes, listTableNames, listTables, listViews, renameTable, tryMethod
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/oracleschemamanager.html b/lib/api/doctrine/dbal/schema/oracleschemamanager.html deleted file mode 100644 index aca8d1f28..000000000 --- a/lib/api/doctrine/dbal/schema/oracleschemamanager.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - -OracleSchemaManager (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\OracleSchemaManager
-
/Doctrine/DBAL/Schema/OracleSchemaManager.php at line 34
- -

Class OracleSchemaManager

- -
Class:OracleSchemaManager - Superclass: AbstractSchemaManager
-AbstractSchemaManager
⌊ OracleSchemaManager
- -
- -

public class OracleSchemaManager
extends AbstractSchemaManager - -

- -

Oracle Schema Manager

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
Author:
-
Konsta Vesterinen
-
Lukas Smith (PEAR MDB2 library)
-
Benjamin Eberlei
-
Version:
-
$Revision$
-
Since:
-
2.0
-
-
- - - -
Fields inherited from Doctrine\DBAL\Schema\AbstractSchemaManager
_conn, _platform
- - - - - - - - - - - - - - - -
Method Summary
void

createDatabase(string database)

Creates a new database.

void

dropAutoincrement(mixed table)

void

dropTable(mixed name, string table)

Drop the given table

- - - -
Methods inherited from Doctrine\DBAL\Schema\AbstractSchemaManager
alterTable, createConstraint, createDatabase, createForeignKey, createIndex, createSchema, createSchemaConfig, createSequence, createTable, createView, dropAndCreateConstraint, dropAndCreateDatabase, dropAndCreateForeignKey, dropAndCreateIndex, dropAndCreateSequence, dropAndCreateTable, dropAndCreateView, dropConstraint, dropDatabase, dropForeignKey, dropIndex, dropSequence, dropTable, dropView, getDatabasePlatform, listDatabases, listSequences, listTableColumns, listTableDetails, listTableForeignKeys, listTableIndexes, listTableNames, listTables, listViews, renameTable, tryMethod
- -

Method Detail

-
/Doctrine/DBAL/Schema/OracleSchemaManager.php at line 245
-

createDatabase

-public void createDatabase(string database) -
-

Creates a new database.

-
Parameters:
-
database - The name of the database to create.
-
-
- -
- -
/Doctrine/DBAL/Schema/OracleSchemaManager.php at line 264
-

dropAutoincrement

-public void dropAutoincrement(mixed table) -
-
- -
- -
/Doctrine/DBAL/Schema/OracleSchemaManager.php at line 274
-

dropTable

-public void dropTable(mixed name, string table) -
-

Drop the given table

-
Parameters:
-
table - The name of the table to drop
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/package-frame.html b/lib/api/doctrine/dbal/schema/package-frame.html deleted file mode 100644 index 15b048733..000000000 --- a/lib/api/doctrine/dbal/schema/package-frame.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Schema (Doctrine) - - - - -

Doctrine\DBAL\Schema

- -

Classes

- - -

Interfaces

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/package-functions.html b/lib/api/doctrine/dbal/schema/package-functions.html deleted file mode 100644 index 276bd476e..000000000 --- a/lib/api/doctrine/dbal/schema/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/package-globals.html b/lib/api/doctrine/dbal/schema/package-globals.html deleted file mode 100644 index e11ca8cc2..000000000 --- a/lib/api/doctrine/dbal/schema/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/package-summary.html b/lib/api/doctrine/dbal/schema/package-summary.html deleted file mode 100644 index 1b78438d2..000000000 --- a/lib/api/doctrine/dbal/schema/package-summary.html +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Schema (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\DBAL\Schema

- - - - - - - - - - - - - - - - - - - - - - - -
Class Summary
AbstractAssetThe abstract asset allows to reset the name of all assets without publishing this to the public userland. -
AbstractSchemaManagerBase class for schema managers.
ColumnObject representation of a database column
ColumnDiffRepresent the change of a column
ComparatorCompare to Schemas and return an instance of SchemaDiff
ForeignKeyConstraintThe abstract asset allows to reset the name of all assets without publishing this to the public userland. -
IndexThe abstract asset allows to reset the name of all assets without publishing this to the public userland. -
MsSqlSchemaManagerxxx
MySqlSchemaManagerSchema manager for the MySql RDBMS.
OracleSchemaManagerOracle Schema Manager
PostgreSqlSchemaManagerxxx
SchemaObject representation of a database schema
SchemaConfigConfiguration for a Schema
SchemaDiffSchema Diff
SchemaException
SequenceSequence Structure
SqliteSchemaManagerSqliteSchemaManager
TableObject Representation of a table
TableDiffTable Diff
ViewRepresentation of a Database View
- - - - -
Interface Summary
ConstraintMarker interface for contraints
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/package-tree.html b/lib/api/doctrine/dbal/schema/package-tree.html deleted file mode 100644 index 33dd946b1..000000000 --- a/lib/api/doctrine/dbal/schema/package-tree.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Schema (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\DBAL\Schema

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/postgresqlschemamanager.html b/lib/api/doctrine/dbal/schema/postgresqlschemamanager.html deleted file mode 100644 index f2fee7ef4..000000000 --- a/lib/api/doctrine/dbal/schema/postgresqlschemamanager.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - -PostgreSqlSchemaManager (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\PostgreSqlSchemaManager
-
/Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php at line 34
- -

Class PostgreSqlSchemaManager

- -
Class:PostgreSqlSchemaManager - Superclass: AbstractSchemaManager
-AbstractSchemaManager
⌊ PostgreSqlSchemaManager
- -
- -

public class PostgreSqlSchemaManager
extends AbstractSchemaManager - -

- -

xxx

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
Author:
-
Konsta Vesterinen
-
Lukas Smith (PEAR MDB2 library)
-
Benjamin Eberlei
-
Version:
-
$Revision$
-
Since:
-
2.0
-
-
- - - -
Fields inherited from Doctrine\DBAL\Schema\AbstractSchemaManager
_conn, _platform
- - - - - - - - - - - -
Method Summary
void

createDatabase(string database)

Creates a new database.

void

dropDatabase(string database)

Drops a database. -

- - - -
Methods inherited from Doctrine\DBAL\Schema\AbstractSchemaManager
alterTable, createConstraint, createDatabase, createForeignKey, createIndex, createSchema, createSchemaConfig, createSequence, createTable, createView, dropAndCreateConstraint, dropAndCreateDatabase, dropAndCreateForeignKey, dropAndCreateIndex, dropAndCreateSequence, dropAndCreateTable, dropAndCreateView, dropConstraint, dropDatabase, dropForeignKey, dropIndex, dropSequence, dropTable, dropView, getDatabasePlatform, listDatabases, listSequences, listTableColumns, listTableDetails, listTableForeignKeys, listTableIndexes, listTableNames, listTables, listViews, renameTable, tryMethod
- -

Method Detail

-
/Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php at line 76
-

createDatabase

-public void createDatabase(string database) -
-

Creates a new database.

-
Parameters:
-
database - The name of the database to create.
-
-
- -
- -
/Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php at line 60
-

dropDatabase

-public void dropDatabase(string database) -
-

Drops a database.

NOTE: You can not drop the database this SchemaManager is currently connected to.

-
Parameters:
-
database - The name of the database to drop
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/schema.html b/lib/api/doctrine/dbal/schema/schema.html deleted file mode 100644 index b9f425d5a..000000000 --- a/lib/api/doctrine/dbal/schema/schema.html +++ /dev/null @@ -1,373 +0,0 @@ - - - - - - - - - - - -Schema (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\Schema
-
/Doctrine/DBAL/Schema/Schema.php at line 37
- -

Class Schema

- -
Class:Schema - Superclass: AbstractAsset
-AbstractAsset
⌊ Schema
- -
- -

public class Schema
extends AbstractAsset - -

- -

Object representation of a database schema

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
-
- - - - - - - - - - - - - - - -
Field Summary
protected SchemaConfig

$_schemaConfig

protected array

$_sequences

protected array

$_tables

- - - -
Fields inherited from Doctrine\DBAL\Schema\AbstractAsset
_name
- - - - - - -
Constructor Summary

Schema(array tables, SchemaConfig schemaConfig, array sequences, array views, array triggers)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
Sequence

createSequence(string sequenceName, int allocationSize, int initialValue)

Create a new sequence

Table

createTable(string tableName)

Create a new table

Schema

dropSequence(string sequenceName)

Schema

dropTable(string tableName)

Drop a table from the schema.

void

getMigrateFromSql(Schema fromSchema, AbstractPlatform platform)

void

getMigrateToSql(Schema toSchema, AbstractPlatform platform)

Doctrine\DBAL\Schema\Sequence

getSequence(string sequenceName)

Doctrine\DBAL\Schema\Sequence[]

getSequences()

Table

getTable(string tableName)

array

getTables()

Get all tables of this schema.

bool

hasExplicitForeignKeyIndexes()

bool

hasSequence(string sequenceName)

Schema

hasTable(string tableName)

Does this schema have a table with the given name?

Schema

renameTable(string oldTableName, string newTableName)

Rename a table

array

toDropSql(AbstractPlatform platform)

Return an array of necessary sql queries to drop the schema on the given platform.

array

toSql(AbstractPlatform platform)

Return an array of necessary sql queries to create the schema on the given platform.

void

visit(Visitor visitor)

- - - -
Methods inherited from Doctrine\DBAL\Schema\AbstractAsset
getName
- -

Field Detail

-
/Doctrine/DBAL/Schema/Schema.php at line 52
-

_schemaConfig

-protected SchemaConfig $_schemaConfig = false -
-

- -
- -
/Doctrine/DBAL/Schema/Schema.php at line 47
-

_sequences

-protected array $_sequences = array() -
-

- -
- -
/Doctrine/DBAL/Schema/Schema.php at line 42
-

_tables

-protected array $_tables = array() -
-

- -
- -

Constructor Detail

-
/Doctrine/DBAL/Schema/Schema.php at line 61
-

Schema

-public Schema(array tables, SchemaConfig schemaConfig, array sequences, array views, array triggers) -
-

- -
- -

Method Detail

-
/Doctrine/DBAL/Schema/Schema.php at line 230
-

createSequence

-public Sequence createSequence(string sequenceName, int allocationSize, int initialValue) -
-

Create a new sequence

- -
- -
/Doctrine/DBAL/Schema/Schema.php at line 184
-

createTable

-public Table createTable(string tableName) -
-

Create a new table

- -
- -
/Doctrine/DBAL/Schema/Schema.php at line 241
-

dropSequence

-public Schema dropSequence(string sequenceName) -
-

- -
- -
/Doctrine/DBAL/Schema/Schema.php at line 214
-

dropTable

-public Schema dropTable(string tableName) -
-

Drop a table from the schema.

- -
- -
/Doctrine/DBAL/Schema/Schema.php at line 291
-

getMigrateFromSql

-public void getMigrateFromSql(Schema fromSchema, AbstractPlatform platform) -
-

- -
- -
/Doctrine/DBAL/Schema/Schema.php at line 280
-

getMigrateToSql

-public void getMigrateToSql(Schema toSchema, AbstractPlatform platform) -
-

- -
- -
/Doctrine/DBAL/Schema/Schema.php at line 161
-

getSequence

-public Doctrine\DBAL\Schema\Sequence getSequence(string sequenceName) -
-

-
Throws:
-
SchemaException
-
-
- -
- -
/Doctrine/DBAL/Schema/Schema.php at line 173
-

getSequences

-public Doctrine\DBAL\Schema\Sequence[] getSequences() -
-

- -
- -
/Doctrine/DBAL/Schema/Schema.php at line 124
-

getTable

-public Table getTable(string tableName) -
-

- -
- -
/Doctrine/DBAL/Schema/Schema.php at line 115
-

getTables

-public array getTables() -
-

Get all tables of this schema.

- -
- -
/Doctrine/DBAL/Schema/Schema.php at line 79
-

hasExplicitForeignKeyIndexes

-public bool hasExplicitForeignKeyIndexes() -
-

- -
- -
/Doctrine/DBAL/Schema/Schema.php at line 150
-

hasSequence

-public bool hasSequence(string sequenceName) -
-

- -
- -
/Doctrine/DBAL/Schema/Schema.php at line 140
-

hasTable

-public Schema hasTable(string tableName) -
-

Does this schema have a table with the given name?

- -
- -
/Doctrine/DBAL/Schema/Schema.php at line 198
-

renameTable

-public Schema renameTable(string oldTableName, string newTableName) -
-

Rename a table

- -
- -
/Doctrine/DBAL/Schema/Schema.php at line 268
-

toDropSql

-public array toDropSql(AbstractPlatform platform) -
-

Return an array of necessary sql queries to drop the schema on the given platform.

- -
- -
/Doctrine/DBAL/Schema/Schema.php at line 254
-

toSql

-public array toSql(AbstractPlatform platform) -
-

Return an array of necessary sql queries to create the schema on the given platform.

- -
- -
/Doctrine/DBAL/Schema/Schema.php at line 301
-

visit

-public void visit(Visitor visitor) -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/schemaconfig.html b/lib/api/doctrine/dbal/schema/schemaconfig.html deleted file mode 100644 index f4f5ca86d..000000000 --- a/lib/api/doctrine/dbal/schema/schemaconfig.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - - - - - - -SchemaConfig (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\SchemaConfig
-
/Doctrine/DBAL/Schema/SchemaConfig.php at line 33
- -

Class SchemaConfig

- -
SchemaConfig
- -
- -

public class SchemaConfig

- -

Configuration for a Schema

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
-
- - - - - - - - - - - -
Field Summary
protected bool

$_hasExplicitForeignKeyIndexes

protected int

$_maxIdentifierLength

- - - - - - - - - - - - - - - - - - - -
Method Summary
int

getMaxIdentifierLength()

bool

hasExplicitForeignKeyIndexes()

void

setExplicitForeignKeyIndexes(bool flag)

void

setMaxIdentifierLength(int length)

- -

Field Detail

-
/Doctrine/DBAL/Schema/SchemaConfig.php at line 38
-

_hasExplicitForeignKeyIndexes

-protected bool $_hasExplicitForeignKeyIndexes = false -
-

- -
- -
/Doctrine/DBAL/Schema/SchemaConfig.php at line 43
-

_maxIdentifierLength

-protected int $_maxIdentifierLength = 63 -
-

- -
- -

Method Detail

-
/Doctrine/DBAL/Schema/SchemaConfig.php at line 72
-

getMaxIdentifierLength

-public int getMaxIdentifierLength() -
-

- -
- -
/Doctrine/DBAL/Schema/SchemaConfig.php at line 48
-

hasExplicitForeignKeyIndexes

-public bool hasExplicitForeignKeyIndexes() -
-

- -
- -
/Doctrine/DBAL/Schema/SchemaConfig.php at line 56
-

setExplicitForeignKeyIndexes

-public void setExplicitForeignKeyIndexes(bool flag) -
-

- -
- -
/Doctrine/DBAL/Schema/SchemaConfig.php at line 64
-

setMaxIdentifierLength

-public void setMaxIdentifierLength(int length) -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/schemadiff.html b/lib/api/doctrine/dbal/schema/schemadiff.html deleted file mode 100644 index 752191e28..000000000 --- a/lib/api/doctrine/dbal/schema/schemadiff.html +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - - - - - - -SchemaDiff (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\SchemaDiff
-
/Doctrine/DBAL/Schema/SchemaDiff.php at line 37
- -

Class SchemaDiff

- -
SchemaDiff
- -
- -

public class SchemaDiff

- -

Schema Diff

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
http://ez.no/licenses/new_bsd New BSD License
-
See Also:
-
www.doctrine-project.org
-
Copyright:
-
Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
array

$changedSequences

array(string=>ezcDbSchemaTableDiff)

$changedTables

All changed tables

array

$newSequences

array(string=>ezcDbSchemaTable)

$newTables

All added tables

array

$orphanedForeignKeys

array

$removedSequences

array(string=>Table)

$removedTables

All removed tables

- - - - - - -
Constructor Summary

SchemaDiff(array(string=>Table) newTables, array(string=>TableDiff) changedTables, array(string=>bool) removedTables)

Constructs an SchemaDiff object.

- - - - - - - - - - - -
Method Summary
array

toSaveSql(AbstractPlatform platform)

The to save sql mode ensures that the following things don't happen:1.

array

toSql(AbstractPlatform platform)

- -

Field Detail

-
/Doctrine/DBAL/Schema/SchemaDiff.php at line 68
-

changedSequences

-public array $changedSequences = array() -
-

- -
- -
/Doctrine/DBAL/Schema/SchemaDiff.php at line 51
-

changedTables

-public array(string=>ezcDbSchemaTableDiff) $changedTables = array() -
-

All changed tables

- -
- -
/Doctrine/DBAL/Schema/SchemaDiff.php at line 63
-

newSequences

-public array $newSequences = array() -
-

- -
- -
/Doctrine/DBAL/Schema/SchemaDiff.php at line 44
-

newTables

-public array(string=>ezcDbSchemaTable) $newTables = array() -
-

All added tables

- -
- -
/Doctrine/DBAL/Schema/SchemaDiff.php at line 78
-

orphanedForeignKeys

-public array $orphanedForeignKeys = array() -
-

- -
- -
/Doctrine/DBAL/Schema/SchemaDiff.php at line 73
-

removedSequences

-public array $removedSequences = array() -
-

- -
- -
/Doctrine/DBAL/Schema/SchemaDiff.php at line 58
-

removedTables

-public array(string=>Table) $removedTables = array() -
-

All removed tables

- -
- -

Constructor Detail

-
/Doctrine/DBAL/Schema/SchemaDiff.php at line 87
-

SchemaDiff

-public SchemaDiff(array(string=>Table) newTables, array(string=>TableDiff) changedTables, array(string=>bool) removedTables) -
-

Constructs an SchemaDiff object.

- -
- -

Method Detail

-
/Doctrine/DBAL/Schema/SchemaDiff.php at line 106
-

toSaveSql

-public array toSaveSql(AbstractPlatform platform) -
-

The to save sql mode ensures that the following things don't happen:

1. Tables are deleted -2. Sequences are deleted -3. Foreign Keys which reference tables that would otherwise be deleted.

This way it is ensured that assets are deleted which might not be relevant to the metadata schema at all.

- -
- -
/Doctrine/DBAL/Schema/SchemaDiff.php at line 115
-

toSql

-public array toSql(AbstractPlatform platform) -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/schemaexception.html b/lib/api/doctrine/dbal/schema/schemaexception.html deleted file mode 100644 index 1e78540d0..000000000 --- a/lib/api/doctrine/dbal/schema/schemaexception.html +++ /dev/null @@ -1,355 +0,0 @@ - - - - - - - - - - - -SchemaException (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\SchemaException
-
/Doctrine/DBAL/Schema/SchemaException.php at line 5
- -

Class SchemaException

- -
Class:SchemaException - Superclass: Doctrine
-Doctrine
⌊ SchemaException
- -
- -

public class SchemaException
extends Doctrine - -

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
final int

COLUMN_ALREADY_EXISTS

final int

COLUMN_DOESNT_EXIST

final int

FOREIGNKEY_DOESNT_EXIST

final int

INDEX_ALREADY_EXISTS

final int

INDEX_DOESNT_EXIST

final int

INDEX_INVALID_NAME

final int

SEQUENCE_ALREADY_EXISTS

final int

SEQUENCE_DOENST_EXIST

final int

TABLE_ALREADY_EXISTS

final int

TABLE_DOESNT_EXIST

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
static void

alterTableChangeNotSupported(mixed changeName)

static SchemaException

columnAlreadyExists(string tableName, string columnName)

static SchemaException

columnDoesNotExist(string columnName)

static SchemaException

foreignKeyDoesNotExist(string fkName)

static SchemaException

indexAlreadyExists(string indexName)

static SchemaException

indexDoesNotExist(string indexName)

static SchemaException

indexNameInvalid(string indexName)

static void

namedForeignKeyRequired(mixed localTable, mixed foreignKey)

static SchemaException

sequenceAlreadyExists(string sequenceName)

static SchemaException

sequenceDoesNotExist(string sequenceName)

static SchemaException

tableAlreadyExists(string tableName)

static SchemaException

tableDoesNotExist(string tableName)

- -

Field Detail

-
/Doctrine/DBAL/Schema/SchemaException.php at line 10
-

COLUMN_ALREADY_EXISTS

-public final int COLUMN_ALREADY_EXISTS = 40 -
-
- -
- -
/Doctrine/DBAL/Schema/SchemaException.php at line 9
-

COLUMN_DOESNT_EXIST

-public final int COLUMN_DOESNT_EXIST = 30 -
-
- -
- -
/Doctrine/DBAL/Schema/SchemaException.php at line 16
-

FOREIGNKEY_DOESNT_EXIST

-public final int FOREIGNKEY_DOESNT_EXIST = 100 -
-
- -
- -
/Doctrine/DBAL/Schema/SchemaException.php at line 12
-

INDEX_ALREADY_EXISTS

-public final int INDEX_ALREADY_EXISTS = 60 -
-
- -
- -
/Doctrine/DBAL/Schema/SchemaException.php at line 11
-

INDEX_DOESNT_EXIST

-public final int INDEX_DOESNT_EXIST = 50 -
-
- -
- -
/Doctrine/DBAL/Schema/SchemaException.php at line 15
-

INDEX_INVALID_NAME

-public final int INDEX_INVALID_NAME = 90 -
-
- -
- -
/Doctrine/DBAL/Schema/SchemaException.php at line 14
-

SEQUENCE_ALREADY_EXISTS

-public final int SEQUENCE_ALREADY_EXISTS = 80 -
-
- -
- -
/Doctrine/DBAL/Schema/SchemaException.php at line 13
-

SEQUENCE_DOENST_EXIST

-public final int SEQUENCE_DOENST_EXIST = 70 -
-
- -
- -
/Doctrine/DBAL/Schema/SchemaException.php at line 8
-

TABLE_ALREADY_EXISTS

-public final int TABLE_ALREADY_EXISTS = 20 -
-
- -
- -
/Doctrine/DBAL/Schema/SchemaException.php at line 7
-

TABLE_DOESNT_EXIST

-public final int TABLE_DOESNT_EXIST = 10 -
-
- -
- -

Method Detail

-
/Doctrine/DBAL/Schema/SchemaException.php at line 123
-

alterTableChangeNotSupported

-public static void alterTableChangeNotSupported(mixed changeName) -
-
- -
- -
/Doctrine/DBAL/Schema/SchemaException.php at line 79
-

columnAlreadyExists

-public static SchemaException columnAlreadyExists(string tableName, string columnName) -
-

- -
- -
/Doctrine/DBAL/Schema/SchemaException.php at line 58
-

columnDoesNotExist

-public static SchemaException columnDoesNotExist(string columnName) -
-

- -
- -
/Doctrine/DBAL/Schema/SchemaException.php at line 108
-

foreignKeyDoesNotExist

-public static SchemaException foreignKeyDoesNotExist(string fkName) -
-

- -
- -
/Doctrine/DBAL/Schema/SchemaException.php at line 49
-

indexAlreadyExists

-public static SchemaException indexAlreadyExists(string indexName) -
-

- -
- -
/Doctrine/DBAL/Schema/SchemaException.php at line 40
-

indexDoesNotExist

-public static SchemaException indexDoesNotExist(string indexName) -
-

- -
- -
/Doctrine/DBAL/Schema/SchemaException.php at line 31
-

indexNameInvalid

-public static SchemaException indexNameInvalid(string indexName) -
-

- -
- -
/Doctrine/DBAL/Schema/SchemaException.php at line 113
-

namedForeignKeyRequired

-public static void namedForeignKeyRequired(mixed localTable, mixed foreignKey) -
-
- -
- -
/Doctrine/DBAL/Schema/SchemaException.php at line 90
-

sequenceAlreadyExists

-public static SchemaException sequenceAlreadyExists(string sequenceName) -
-

- -
- -
/Doctrine/DBAL/Schema/SchemaException.php at line 99
-

sequenceDoesNotExist

-public static SchemaException sequenceDoesNotExist(string sequenceName) -
-

- -
- -
/Doctrine/DBAL/Schema/SchemaException.php at line 68
-

tableAlreadyExists

-public static SchemaException tableAlreadyExists(string tableName) -
-

- -
- -
/Doctrine/DBAL/Schema/SchemaException.php at line 22
-

tableDoesNotExist

-public static SchemaException tableDoesNotExist(string tableName) -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/sequence.html b/lib/api/doctrine/dbal/schema/sequence.html deleted file mode 100644 index d49a65437..000000000 --- a/lib/api/doctrine/dbal/schema/sequence.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - -Sequence (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\Sequence
-
/Doctrine/DBAL/Schema/Sequence.php at line 35
- -

Class Sequence

- -
Class:Sequence - Superclass: AbstractAsset
-AbstractAsset
⌊ Sequence
- -
- -

public class Sequence
extends AbstractAsset - -

- -

Sequence Structure

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
-
- - - - - - - - - - - -
Field Summary
protected int

$_allocationSize

protected int

$_initialValue

- - - -
Fields inherited from Doctrine\DBAL\Schema\AbstractAsset
_name
- - - - - - -
Constructor Summary

Sequence(string name, int allocationSize, int initialValue)

- - - - - - - - - - - - - - - -
Method Summary
void

getAllocationSize()

void

getInitialValue()

void

visit(Visitor visitor)

- - - -
Methods inherited from Doctrine\DBAL\Schema\AbstractAsset
getName
- -

Field Detail

-
/Doctrine/DBAL/Schema/Sequence.php at line 40
-

_allocationSize

-protected int $_allocationSize = 1 -
-

- -
- -
/Doctrine/DBAL/Schema/Sequence.php at line 45
-

_initialValue

-protected int $_initialValue = 1 -
-

- -
- -

Constructor Detail

-
/Doctrine/DBAL/Schema/Sequence.php at line 53
-

Sequence

-public Sequence(string name, int allocationSize, int initialValue) -
-

- -
- -

Method Detail

-
/Doctrine/DBAL/Schema/Sequence.php at line 60
-

getAllocationSize

-public void getAllocationSize() -
-
- -
- -
/Doctrine/DBAL/Schema/Sequence.php at line 65
-

getInitialValue

-public void getInitialValue() -
-
- -
- -
/Doctrine/DBAL/Schema/Sequence.php at line 73
-

visit

-public void visit(Visitor visitor) -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/sqliteschemamanager.html b/lib/api/doctrine/dbal/schema/sqliteschemamanager.html deleted file mode 100644 index eb542c51b..000000000 --- a/lib/api/doctrine/dbal/schema/sqliteschemamanager.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - - - -SqliteSchemaManager (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\SqliteSchemaManager
-
/Doctrine/DBAL/Schema/SqliteSchemaManager.php at line 34
- -

Class SqliteSchemaManager

- -
Class:SqliteSchemaManager - Superclass: AbstractSchemaManager
-AbstractSchemaManager
⌊ SqliteSchemaManager
- -
- -

public class SqliteSchemaManager
extends AbstractSchemaManager - -

- -

SqliteSchemaManager

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
Author:
-
Konsta Vesterinen
-
Lukas Smith (PEAR MDB2 library)
-
Jonathan H. Wage
-
Version:
-
$Revision$
-
Since:
-
2.0
-
-
- - - -
Fields inherited from Doctrine\DBAL\Schema\AbstractSchemaManager
_conn, _platform
- - - - - - - - - - - -
Method Summary
void

createDatabase(string database)

{@inheritdoc}

void

dropDatabase(string database)

{@inheritdoc}

- - - -
Methods inherited from Doctrine\DBAL\Schema\AbstractSchemaManager
alterTable, createConstraint, createDatabase, createForeignKey, createIndex, createSchema, createSchemaConfig, createSequence, createTable, createView, dropAndCreateConstraint, dropAndCreateDatabase, dropAndCreateForeignKey, dropAndCreateIndex, dropAndCreateSequence, dropAndCreateTable, dropAndCreateView, dropConstraint, dropDatabase, dropForeignKey, dropIndex, dropSequence, dropTable, dropView, getDatabasePlatform, listDatabases, listSequences, listTableColumns, listTableDetails, listTableForeignKeys, listTableIndexes, listTableNames, listTables, listViews, renameTable, tryMethod
- -

Method Detail

-
/Doctrine/DBAL/Schema/SqliteSchemaManager.php at line 53
-

createDatabase

-public void createDatabase(string database) -
-

-
Override.
-
Parameters:
-
database - The name of the database to create.
-
-
- -
- -
/Doctrine/DBAL/Schema/SqliteSchemaManager.php at line 41
-

dropDatabase

-public void dropDatabase(string database) -
-

-
Override.
-
Parameters:
-
database - The name of the database to drop
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/table.html b/lib/api/doctrine/dbal/schema/table.html deleted file mode 100644 index 5d36fe73e..000000000 --- a/lib/api/doctrine/dbal/schema/table.html +++ /dev/null @@ -1,621 +0,0 @@ - - - - - - - - - - - -Table (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\Table
-
/Doctrine/DBAL/Schema/Table.php at line 37
- -

Class Table

- -
Class:Table - Superclass: AbstractAsset
-AbstractAsset
⌊ Table
- -
- -

public class Table
extends AbstractAsset - -

- -

Object Representation of a table

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
final int

ID_IDENTITY

final int

$ID_NONE

final int

ID_SEQUENCE

protected array

$_columns

protected array

$_fkConstraints

protected bool

$_idGeneratorType

protected array

$_indexes

protected string

$_name

protected array

$_options

protected string

$_primaryKeyName

protected SchemaConfig

$_schemaConfig

- - - -
Fields inherited from Doctrine\DBAL\Schema\AbstractAsset
_name
- - - - - - -
Constructor Summary

Table(string tableName, array columns, array options, array indexes, array fkConstraints, int idGeneratorType)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
Column

addColumn(string columnName, mixed typeName, array options, string columnType)

Table

addForeignKeyConstraint(Table foreignTable, mixed localColumnNames, mixed foreignColumnNames, array options, array localColumns, array foreignColumns)

Add a foreign key constraintName is inferred from the local columns

Table

addIndex(array columnNames, string indexName)

Table

addNamedForeignKeyConstraint(string name, Table foreignTable, mixed localColumnNames, mixed foreignColumnNames, array options, array localColumns, array foreignColumns)

Add a foreign key constraint with a given name

Table

addOption(string name, string value)

Table

addUniqueIndex(array columnNames, string indexName)

Table

addUnnamedForeignKeyConstraint(Table foreignTable, mixed localColumnNames, mixed foreignColumnNames, array options, array localColumns, array foreignColumns)

Add a foreign key constraintName is to be generated by the database itsself.

Table

changeColumn(string columnName, array options)

Change Column Details

bool

columnsAreIndexed(array columnsNames)

Check if an index begins in the order of the given columns.

Table

dropColumn(string columnName)

Drop Column from Table

Column

getColumn(string columnName)

Get a column instance

Column[]

getColumns()

ForeignKeyConstraint

getForeignKey(string constraintName)

array

getForeignKeys()

Get Constraints

Index

getIndex(string indexName)

array

getIndexes()

void

getOption(mixed name)

void

getOptions()

Index

getPrimaryKey()

bool

hasColumn(string columnName)

Does this table have a column with the given name?

bool

hasForeignKey(string constraintName)

Does Table have a foreign key constraint with the given name?

bool

hasIndex(string indexName)

void

hasOption(mixed name)

bool

isIdGeneratorIdentity()

array

isIdGeneratorSequence()

Table

renameColumn(string oldColumnName, string newColumnName)

Rename Column

Table

setIdGeneratorType(string type)

Table

setPrimaryKey(array columns, string indexName)

Set Primary Key

void

setSchemaConfig(SchemaConfig schemaConfig)

void

visit(Visitor visitor)

- - - -
Methods inherited from Doctrine\DBAL\Schema\AbstractAsset
getName
- -

Field Detail

-
/Doctrine/DBAL/Schema/Table.php at line 52
-

ID_IDENTITY

-public final int ID_IDENTITY = 2 -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 42
-

ID_NONE

-public final int $ID_NONE -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 47
-

ID_SEQUENCE

-public final int ID_SEQUENCE = 1 -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 62
-

_columns

-protected array $_columns = array() -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 77
-

_fkConstraints

-protected array $_fkConstraints = array() -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 87
-

_idGeneratorType

-protected bool $_idGeneratorType = self::ID_NONE -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 67
-

_indexes

-protected array $_indexes = array() -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 57
-

_name

-protected string $_name = null -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 82
-

_options

-protected array $_options = array() -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 72
-

_primaryKeyName

-protected string $_primaryKeyName = false -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 92
-

_schemaConfig

-protected SchemaConfig $_schemaConfig = null -
-

- -
- -

Constructor Detail

-
/Doctrine/DBAL/Schema/Table.php at line 103
-

Table

-public Table(string tableName, array columns, array options, array indexes, array fkConstraints, int idGeneratorType) -
-

- -
- -

Method Detail

-
/Doctrine/DBAL/Schema/Table.php at line 266
-

addColumn

-public Column addColumn(string columnName, mixed typeName, array options, string columnType) -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 330
-

addForeignKeyConstraint

-public Table addForeignKeyConstraint(Table foreignTable, mixed localColumnNames, mixed foreignColumnNames, array options, array localColumns, array foreignColumns) -
-

Add a foreign key constraint

Name is inferred from the local columns

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 181
-

addIndex

-public Table addIndex(array columnNames, string indexName) -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 362
-

addNamedForeignKeyConstraint

-public Table addNamedForeignKeyConstraint(string name, Table foreignTable, mixed localColumnNames, mixed foreignColumnNames, array options, array localColumns, array foreignColumns) -
-

Add a foreign key constraint with a given name

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 395
-

addOption

-public Table addOption(string name, string value) -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 198
-

addUniqueIndex

-public Table addUniqueIndex(array columnNames, string indexName) -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 347
-

addUnnamedForeignKeyConstraint

-public Table addUnnamedForeignKeyConstraint(Table foreignTable, mixed localColumnNames, mixed foreignColumnNames, array options, array localColumns, array foreignColumns) -
-

Add a foreign key constraint

Name is to be generated by the database itsself.

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 297
-

changeColumn

-public Table changeColumn(string columnName, array options) -
-

Change Column Details

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 215
-

columnsAreIndexed

-public bool columnsAreIndexed(array columnsNames) -
-

Check if an index begins in the order of the given columns.

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 310
-

dropColumn

-public Table dropColumn(string columnName) -
-

Drop Column from Table

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 535
-

getColumn

-public Column getColumn(string columnName) -
-

Get a column instance

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 511
-

getColumns

-public Column[] getColumns() -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 482
-

getForeignKey

-public ForeignKeyConstraint getForeignKey(string constraintName) -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 589
-

getForeignKeys

-public array getForeignKeys() -
-

Get Constraints

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 567
-

getIndex

-public Index getIndex(string indexName) -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 579
-

getIndexes

-public array getIndexes() -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 599
-

getOption

-public void getOption(mixed name) -
-
- -
- -
/Doctrine/DBAL/Schema/Table.php at line 604
-

getOptions

-public void getOptions() -
-
- -
- -
/Doctrine/DBAL/Schema/Table.php at line 548
-

getPrimaryKey

-public Index getPrimaryKey() -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 523
-

hasColumn

-public bool hasColumn(string columnName) -
-

Does this table have a column with the given name?

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 472
-

hasForeignKey

-public bool hasForeignKey(string constraintName) -
-

Does Table have a foreign key constraint with the given name?

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 557
-

hasIndex

-public bool hasIndex(string indexName) -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 594
-

hasOption

-public void hasOption(mixed name) -
-
- -
- -
/Doctrine/DBAL/Schema/Table.php at line 495
-

isIdGeneratorIdentity

-public bool isIdGeneratorIdentity() -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 503
-

isIdGeneratorSequence

-public array isIdGeneratorSequence() -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 281
-

renameColumn

-public Table renameColumn(string oldColumnName, string newColumnName) -
-

Rename Column

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 170
-

setIdGeneratorType

-public Table setIdGeneratorType(string type) -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 154
-

setPrimaryKey

-public Table setPrimaryKey(array columns, string indexName) -
-

Set Primary Key

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 130
-

setSchemaConfig

-public void setSchemaConfig(SchemaConfig schemaConfig) -
-

- -
- -
/Doctrine/DBAL/Schema/Table.php at line 612
-

visit

-public void visit(Visitor visitor) -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/tablediff.html b/lib/api/doctrine/dbal/schema/tablediff.html deleted file mode 100644 index da0016724..000000000 --- a/lib/api/doctrine/dbal/schema/tablediff.html +++ /dev/null @@ -1,260 +0,0 @@ - - - - - - - - - - - -TableDiff (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\TableDiff
-
/Doctrine/DBAL/Schema/TableDiff.php at line 35
- -

Class TableDiff

- -
TableDiff
- -
- -

public class TableDiff

- -

Table Diff

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
http://ez.no/licenses/new_bsd New BSD License
-
See Also:
-
www.doctrine-project.org
-
Copyright:
-
Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
array(string=>Column)

$addedColumns

All added fields

array

$addedForeignKeys

All added foreign key definitions

array(string=>Index)

$addedIndexes

All added indexes

array(string=>Column)

$changedColumns

All changed fields

array

$changedForeignKeys

All changed foreign keys

array(string=>Index)

$changedIndexes

All changed indexes

string

$name

string

$newName

array(string=>bool)

$removedColumns

All removed fields

array

$removedForeignKeys

All removed foreign keys

array(string=>bool)

$removedIndexes

All removed indexes

array(string=>Column)

$renamedColumns

Columns that are only renamed from key to column instance name.

- - - - - - -
Constructor Summary

TableDiff(mixed tableName, array(string=>Column) addedColumns, array(string=>Column) changedColumns, array(string=>bool) removedColumns, array(string=>Index) addedIndexes, array(string=>Index) changedIndexes, array(string=>bool) removedIndexes)

Constructs an TableDiff object.

- -

Field Detail

-
/Doctrine/DBAL/Schema/TableDiff.php at line 52
-

addedColumns

-public array(string=>Column) $addedColumns -
-

All added fields

- -
- -
/Doctrine/DBAL/Schema/TableDiff.php at line 101
-

addedForeignKeys

-public array $addedForeignKeys = array() -
-

All added foreign key definitions

- -
- -
/Doctrine/DBAL/Schema/TableDiff.php at line 80
-

addedIndexes

-public array(string=>Index) $addedIndexes = array() -
-

All added indexes

- -
- -
/Doctrine/DBAL/Schema/TableDiff.php at line 59
-

changedColumns

-public array(string=>Column) $changedColumns = array() -
-

All changed fields

- -
- -
/Doctrine/DBAL/Schema/TableDiff.php at line 108
-

changedForeignKeys

-public array $changedForeignKeys = array() -
-

All changed foreign keys

- -
- -
/Doctrine/DBAL/Schema/TableDiff.php at line 87
-

changedIndexes

-public array(string=>Index) $changedIndexes = array() -
-

All changed indexes

- -
- -
/Doctrine/DBAL/Schema/TableDiff.php at line 40
-

name

-public string $name = null -
-

- -
- -
/Doctrine/DBAL/Schema/TableDiff.php at line 45
-

newName

-public string $newName = false -
-

- -
- -
/Doctrine/DBAL/Schema/TableDiff.php at line 66
-

removedColumns

-public array(string=>bool) $removedColumns = array() -
-

All removed fields

- -
- -
/Doctrine/DBAL/Schema/TableDiff.php at line 115
-

removedForeignKeys

-public array $removedForeignKeys = array() -
-

All removed foreign keys

- -
- -
/Doctrine/DBAL/Schema/TableDiff.php at line 94
-

removedIndexes

-public array(string=>bool) $removedIndexes = array() -
-

All removed indexes

- -
- -
/Doctrine/DBAL/Schema/TableDiff.php at line 73
-

renamedColumns

-public array(string=>Column) $renamedColumns = array() -
-

Columns that are only renamed from key to column instance name.

- -
- -

Constructor Detail

-
/Doctrine/DBAL/Schema/TableDiff.php at line 127
-

TableDiff

-public TableDiff(mixed tableName, array(string=>Column) addedColumns, array(string=>Column) changedColumns, array(string=>bool) removedColumns, array(string=>Index) addedIndexes, array(string=>Index) changedIndexes, array(string=>bool) removedIndexes) -
-

Constructs an TableDiff object.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/view.html b/lib/api/doctrine/dbal/schema/view.html deleted file mode 100644 index 0ffbbfdb9..000000000 --- a/lib/api/doctrine/dbal/schema/view.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - - -View (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\View
-
/Doctrine/DBAL/Schema/View.php at line 33
- -

Class View

- -
Class:View - Superclass: AbstractAsset
-AbstractAsset
⌊ View
- -
- -

public class View
extends AbstractAsset - -

- -

Representation of a Database View

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.com
-
Since:
-
1.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
-
- - - -
Fields inherited from Doctrine\DBAL\Schema\AbstractAsset
_name
- - - - - - -
Constructor Summary

View(mixed name, mixed sql)

- - - - - - - -
Method Summary
string

getSql()

- - - -
Methods inherited from Doctrine\DBAL\Schema\AbstractAsset
getName
- -

Constructor Detail

-
/Doctrine/DBAL/Schema/View.php at line 40
-

View

-public View(mixed name, mixed sql) -
-
- -
- -

Method Detail

-
/Doctrine/DBAL/Schema/View.php at line 49
-

getSql

-public string getSql() -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/visitor/createschemasqlcollector.html b/lib/api/doctrine/dbal/schema/visitor/createschemasqlcollector.html deleted file mode 100644 index c5b00b782..000000000 --- a/lib/api/doctrine/dbal/schema/visitor/createschemasqlcollector.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - - - - - - -CreateSchemaSqlCollector (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\Visitor\CreateSchemaSqlCollector
-
/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php at line 33
- -

Class CreateSchemaSqlCollector

- -
CreateSchemaSqlCollector
- -
- -

public class CreateSchemaSqlCollector

- -
- - - - - - -
Constructor Summary

CreateSchemaSqlCollector(AbstractPlatform platform)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

acceptColumn(mixed table, mixed column)

void

acceptForeignKey(Table localTable, ForeignKeyConstraint fkConstraint)

void

acceptIndex(Table table, Index index)

void

acceptSchema(Schema schema)

void

acceptSequence(Sequence sequence)

void

acceptTable(Table table)

Generate DDL Statements to create the accepted table with all its dependencies.

array

getQueries()

Get all queries collected so far.

array

resetQueries()

- -

Constructor Detail

-
/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php at line 59
-

CreateSchemaSqlCollector

-public CreateSchemaSqlCollector(AbstractPlatform platform) -
-

- -
- -

Method Detail

-
/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php at line 84
-

acceptColumn

-public void acceptColumn(mixed table, mixed column) -
-
- -
- -
/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php at line 93
-

acceptForeignKey

-public void acceptForeignKey(Table localTable, ForeignKeyConstraint fkConstraint) -
-

- -
- -
/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php at line 107
-

acceptIndex

-public void acceptIndex(Table table, Index index) -
-

- -
- -
/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php at line 67
-

acceptSchema

-public void acceptSchema(Schema schema) -
-

- -
- -
/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php at line 115
-

acceptSequence

-public void acceptSequence(Sequence sequence) -
-

- -
- -
/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php at line 77
-

acceptTable

-public void acceptTable(Table table) -
-

Generate DDL Statements to create the accepted table with all its dependencies.

- -
- -
/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php at line 137
-

getQueries

-public array getQueries() -
-

Get all queries collected so far.

- -
- -
/Doctrine/DBAL/Schema/Visitor/CreateSchemaSqlCollector.php at line 125
-

resetQueries

-public array resetQueries() -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/visitor/dropschemasqlcollector.html b/lib/api/doctrine/dbal/schema/visitor/dropschemasqlcollector.html deleted file mode 100644 index bac338234..000000000 --- a/lib/api/doctrine/dbal/schema/visitor/dropschemasqlcollector.html +++ /dev/null @@ -1,209 +0,0 @@ - - - - - - - - - - - -DropSchemaSqlCollector (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\Visitor\DropSchemaSqlCollector
-
/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php at line 42
- -

Class DropSchemaSqlCollector

- -
DropSchemaSqlCollector
- -
- -

public class DropSchemaSqlCollector

- -

Gather SQL statements that allow to completly drop the current schema.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
-
- - - - - - -
Constructor Summary

DropSchemaSqlCollector(AbstractPlatform platform)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

acceptColumn(mixed table, Column column)

void

acceptForeignKey(Table localTable, ForeignKeyConstraint fkConstraint)

void

acceptIndex(Table table, Index index)

void

acceptSchema(Schema schema)

void

acceptSequence(Sequence sequence)

void

acceptTable(Table table)

array

clearQueries()

array

getQueries()

- -

Constructor Detail

-
/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php at line 68
-

DropSchemaSqlCollector

-public DropSchemaSqlCollector(AbstractPlatform platform) -
-

- -
- -

Method Detail

-
/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php at line 92
-

acceptColumn

-public void acceptColumn(mixed table, Column column) -
-

- -
- -
/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php at line 101
-

acceptForeignKey

-public void acceptForeignKey(Table localTable, ForeignKeyConstraint fkConstraint) -
-

- -
- -
/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php at line 114
-

acceptIndex

-public void acceptIndex(Table table, Index index) -
-

- -
- -
/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php at line 76
-

acceptSchema

-public void acceptSchema(Schema schema) -
-

- -
- -
/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php at line 122
-

acceptSequence

-public void acceptSequence(Sequence sequence) -
-

- -
- -
/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php at line 84
-

acceptTable

-public void acceptTable(Table table) -
-

- -
- -
/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php at line 130
-

clearQueries

-public array clearQueries() -
-

- -
- -
/Doctrine/DBAL/Schema/Visitor/DropSchemaSqlCollector.php at line 138
-

getQueries

-public array getQueries() -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/visitor/fixschema.html b/lib/api/doctrine/dbal/schema/visitor/fixschema.html deleted file mode 100644 index 66f8bc9b3..000000000 --- a/lib/api/doctrine/dbal/schema/visitor/fixschema.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - - - - -FixSchema (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\Visitor\FixSchema
-
/Doctrine/DBAL/Schema/Visitor/FixSchema.php at line 14
- -

Class FixSchema

- -
FixSchema
- -
- -

public class FixSchema

- -
- - - - - - -
Constructor Summary

FixSchema(mixed addExplicitIndexForForeignKey)

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

acceptColumn(mixed table, Column column)

void

acceptForeignKey(Table localTable, ForeignKeyConstraint fkConstraint)

void

acceptIndex(Table table, Index index)

void

acceptSchema(Schema schema)

void

acceptSequence(Sequence sequence)

void

acceptTable(Table table)

- -

Constructor Detail

-
/Doctrine/DBAL/Schema/Visitor/FixSchema.php at line 21
-

FixSchema

-public FixSchema(mixed addExplicitIndexForForeignKey) -
-
- -
- -

Method Detail

-
/Doctrine/DBAL/Schema/Visitor/FixSchema.php at line 45
-

acceptColumn

-public void acceptColumn(mixed table, Column column) -
-

- -
- -
/Doctrine/DBAL/Schema/Visitor/FixSchema.php at line 54
-

acceptForeignKey

-public void acceptForeignKey(Table localTable, ForeignKeyConstraint fkConstraint) -
-

- -
- -
/Doctrine/DBAL/Schema/Visitor/FixSchema.php at line 70
-

acceptIndex

-public void acceptIndex(Table table, Index index) -
-

- -
- -
/Doctrine/DBAL/Schema/Visitor/FixSchema.php at line 29
-

acceptSchema

-public void acceptSchema(Schema schema) -
-

- -
- -
/Doctrine/DBAL/Schema/Visitor/FixSchema.php at line 78
-

acceptSequence

-public void acceptSequence(Sequence sequence) -
-

- -
- -
/Doctrine/DBAL/Schema/Visitor/FixSchema.php at line 37
-

acceptTable

-public void acceptTable(Table table) -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/visitor/package-frame.html b/lib/api/doctrine/dbal/schema/visitor/package-frame.html deleted file mode 100644 index 64b3218d3..000000000 --- a/lib/api/doctrine/dbal/schema/visitor/package-frame.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Schema\Visitor (Doctrine) - - - - -

Doctrine\DBAL\Schema\Visitor

- -

Classes

- - -

Interfaces

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/visitor/package-functions.html b/lib/api/doctrine/dbal/schema/visitor/package-functions.html deleted file mode 100644 index 31640f940..000000000 --- a/lib/api/doctrine/dbal/schema/visitor/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/visitor/package-globals.html b/lib/api/doctrine/dbal/schema/visitor/package-globals.html deleted file mode 100644 index e9c3e7ee3..000000000 --- a/lib/api/doctrine/dbal/schema/visitor/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/visitor/package-summary.html b/lib/api/doctrine/dbal/schema/visitor/package-summary.html deleted file mode 100644 index e24a8d237..000000000 --- a/lib/api/doctrine/dbal/schema/visitor/package-summary.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Schema\Visitor (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\DBAL\Schema\Visitor

- - - - - - -
Class Summary
CreateSchemaSqlCollector
DropSchemaSqlCollectorGather SQL statements that allow to completly drop the current schema.
FixSchema
- - - - -
Interface Summary
VisitorSchema Visitor used for Validation or Generation purposes.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/visitor/package-tree.html b/lib/api/doctrine/dbal/schema/visitor/package-tree.html deleted file mode 100644 index 86001160c..000000000 --- a/lib/api/doctrine/dbal/schema/visitor/package-tree.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Schema\Visitor (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\DBAL\Schema\Visitor

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/schema/visitor/visitor.html b/lib/api/doctrine/dbal/schema/visitor/visitor.html deleted file mode 100644 index cbc2dfdd3..000000000 --- a/lib/api/doctrine/dbal/schema/visitor/visitor.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - - - -Visitor (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Schema\Visitor\Visitor
-
/Doctrine/DBAL/Schema/Visitor/Visitor.php at line 42
- -

Interface Visitor

- -
Visitor
- -
- -

public interface Visitor

- -

Schema Visitor used for Validation or Generation purposes.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

acceptColumn(mixed table, Column column)

void

acceptForeignKey(Table localTable, ForeignKeyConstraint fkConstraint)

void

acceptIndex(Table table, Index index)

void

acceptSchema(Schema schema)

void

acceptSequence(Sequence sequence)

void

acceptTable(Table table)

- -

Method Detail

-
/Doctrine/DBAL/Schema/Visitor/Visitor.php at line 57
-

acceptColumn

-public void acceptColumn(mixed table, Column column) -
-

- -
- -
/Doctrine/DBAL/Schema/Visitor/Visitor.php at line 63
-

acceptForeignKey

-public void acceptForeignKey(Table localTable, ForeignKeyConstraint fkConstraint) -
-

- -
- -
/Doctrine/DBAL/Schema/Visitor/Visitor.php at line 69
-

acceptIndex

-public void acceptIndex(Table table, Index index) -
-

- -
- -
/Doctrine/DBAL/Schema/Visitor/Visitor.php at line 47
-

acceptSchema

-public void acceptSchema(Schema schema) -
-

- -
- -
/Doctrine/DBAL/Schema/Visitor/Visitor.php at line 74
-

acceptSequence

-public void acceptSequence(Sequence sequence) -
-

- -
- -
/Doctrine/DBAL/Schema/Visitor/Visitor.php at line 52
-

acceptTable

-public void acceptTable(Table table) -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/statement.html b/lib/api/doctrine/dbal/statement.html deleted file mode 100644 index 700110238..000000000 --- a/lib/api/doctrine/dbal/statement.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - - - - - - - -Statement (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Statement
-
/Doctrine/DBAL/Statement.php at line 35
- -

Class Statement

- -
Statement
- -
- -

public class Statement

- -

A thin wrapper around a Doctrine\DBAL\Driver\Statement that adds support -for logging, DBAL mapping types, etc.

- -
-
Author:
-
Roman Borschel
-
Since:
-
2.0
-
-
- - - - - - -
Constructor Summary

Statement(string sql, mixed conn, Doctrine\DBAL\Connection The)

Creates a new Statement for the given SQL and Connection.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
boolean

bindParam(string name, mixed var, integer type, mixed value)

Binds a parameter to a value by reference. -

boolean

bindValue(mixed name, mixed value, mixed type, $value The)

Binds a parameter value to the statement. -

boolean

closeCursor()

Closes the cursor, freeing the database resources used by this statement.

integer

columnCount()

Returns the number of columns in the result set.

string

errorCode()

Fetches the SQLSTATE associated with the last operation on the statement.

array

errorInfo()

Fetches extended error information associated with the last operation on the statement.

boolean

execute(mixed params)

Executes the statement with the currently bound parameters.

mixed

fetch(integer fetchStyle)

Fetches the next row from a result set.

array

fetchAll(integer fetchStyle, integer columnIndex)

Returns an array containing all of the result set rows.

mixed

fetchColumn(integer columnIndex)

Returns a single column from the next row of a result set.

Doctrine\DBAL\Driver\Statement

getWrappedStatement()

Gets the wrapped driver statement.

integer

rowCount()

Returns the number of rows affected by the last execution of this statement.

- -

Constructor Detail

-
/Doctrine/DBAL/Statement.php at line 64
-

Statement

-public Statement(string sql, mixed conn, Doctrine\DBAL\Connection The) -
-

Creates a new Statement for the given SQL and Connection.

-
Parameters:
-
sql - The SQL of the statement.
-
The - connection on which the statement should be executed.
-
-
- -
- -

Method Detail

-
/Doctrine/DBAL/Statement.php at line 114
-

bindParam

-public boolean bindParam(string name, mixed var, integer type, mixed value) -
-

Binds a parameter to a value by reference.

Binding a parameter by reference does not support DBAL mapping types.

-
Parameters:
-
name - The name or position of the parameter.
-
value - The reference to the variable to bind
-
type - The PDO binding type.
-
Returns:
-
TRUE on success, FALSE on failure.
-
-
- -
- -
/Doctrine/DBAL/Statement.php at line 85
-

bindValue

-public boolean bindValue(mixed name, mixed value, mixed type, $value The) -
-

Binds a parameter value to the statement.

The value can optionally be bound with a PDO binding type or a DBAL mapping type. -If bound with a DBAL mapping type, the binding type is derived from the mapping -type and the value undergoes the conversion routines of the mapping type before -being bound.

-
Parameters:
-
The - name or position of the parameter.
-
The - value of the parameter.
-
type - Either a PDO binding type or a DBAL mapping type name or instance.
-
Returns:
-
TRUE on success, FALSE on failure.
-
-
- -
- -
/Doctrine/DBAL/Statement.php at line 138
-

closeCursor

-public boolean closeCursor() -
-

Closes the cursor, freeing the database resources used by this statement.

-
Returns:
-
TRUE on success, FALSE on failure.
-
-
- -
- -
/Doctrine/DBAL/Statement.php at line 148
-

columnCount

-public integer columnCount() -
-

Returns the number of columns in the result set.

- -
- -
/Doctrine/DBAL/Statement.php at line 158
-

errorCode

-public string errorCode() -
-

Fetches the SQLSTATE associated with the last operation on the statement.

- -
- -
/Doctrine/DBAL/Statement.php at line 168
-

errorInfo

-public array errorInfo() -
-

Fetches extended error information associated with the last operation on the statement.

- -
- -
/Doctrine/DBAL/Statement.php at line 124
-

execute

-public boolean execute(mixed params) -
-

Executes the statement with the currently bound parameters.

-
Returns:
-
TRUE on success, FALSE on failure.
-
-
- -
- -
/Doctrine/DBAL/Statement.php at line 180
-

fetch

-public mixed fetch(integer fetchStyle) -
-

Fetches the next row from a result set.

-
Returns:
-
The return value of this function on success depends on the fetch type. In all cases, FALSE is returned on failure.
-
-
- -
- -
/Doctrine/DBAL/Statement.php at line 192
-

fetchAll

-public array fetchAll(integer fetchStyle, integer columnIndex) -
-

Returns an array containing all of the result set rows.

-
Returns:
-
An array containing all of the remaining rows in the result set.
-
-
- -
- -
/Doctrine/DBAL/Statement.php at line 206
-

fetchColumn

-public mixed fetchColumn(integer columnIndex) -
-

Returns a single column from the next row of a result set.

-
Returns:
-
A single column from the next row of a result set or FALSE if there are no more rows.
-
-
- -
- -
/Doctrine/DBAL/Statement.php at line 226
-

getWrappedStatement

-public Doctrine\DBAL\Driver\Statement getWrappedStatement() -
-

Gets the wrapped driver statement.

- -
- -
/Doctrine/DBAL/Statement.php at line 216
-

rowCount

-public integer rowCount() -
-

Returns the number of rows affected by the last execution of this statement.

-
Returns:
-
The number of affected rows.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/tools/console/command/importcommand.html b/lib/api/doctrine/dbal/tools/console/command/importcommand.html deleted file mode 100644 index 19c311e34..000000000 --- a/lib/api/doctrine/dbal/tools/console/command/importcommand.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - - -ImportCommand (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Tools\Console\Command\ImportCommand
-
/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php at line 40
- -

Class ImportCommand

- -
Class:ImportCommand - Superclass: Console
-Console
⌊ ImportCommand
- -
- -

public class ImportCommand
extends Console - -

- -

Task for executing arbitrary SQL that can come from a file or directly from -the command line.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Method Summary
protected void

configure()

protected void

execute(mixed input, mixed output)

- -

Method Detail

-
/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php at line 45
-

configure

-protected void configure() -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php at line 64
-

execute

-protected void execute(mixed input, mixed output) -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/tools/console/command/package-frame.html b/lib/api/doctrine/dbal/tools/console/command/package-frame.html deleted file mode 100644 index a77fb8022..000000000 --- a/lib/api/doctrine/dbal/tools/console/command/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Tools\Console\Command (Doctrine) - - - - -

Doctrine\DBAL\Tools\Console\Command

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/tools/console/command/package-functions.html b/lib/api/doctrine/dbal/tools/console/command/package-functions.html deleted file mode 100644 index 50c3e7dc5..000000000 --- a/lib/api/doctrine/dbal/tools/console/command/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/tools/console/command/package-globals.html b/lib/api/doctrine/dbal/tools/console/command/package-globals.html deleted file mode 100644 index bb7bef98a..000000000 --- a/lib/api/doctrine/dbal/tools/console/command/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/tools/console/command/package-summary.html b/lib/api/doctrine/dbal/tools/console/command/package-summary.html deleted file mode 100644 index 145bce8ef..000000000 --- a/lib/api/doctrine/dbal/tools/console/command/package-summary.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Tools\Console\Command (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\DBAL\Tools\Console\Command

- - - - - -
Class Summary
ImportCommandTask for executing arbitrary SQL that can come from a file or directly from -the command line.
RunSqlCommandTask for executing arbitrary SQL that can come from a file or directly from -the command line.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/tools/console/command/package-tree.html b/lib/api/doctrine/dbal/tools/console/command/package-tree.html deleted file mode 100644 index 75c1b0d2e..000000000 --- a/lib/api/doctrine/dbal/tools/console/command/package-tree.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Tools\Console\Command (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\DBAL\Tools\Console\Command

-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/tools/console/command/runsqlcommand.html b/lib/api/doctrine/dbal/tools/console/command/runsqlcommand.html deleted file mode 100644 index 259f9c2b0..000000000 --- a/lib/api/doctrine/dbal/tools/console/command/runsqlcommand.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - - -RunSqlCommand (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
-
/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php at line 41
- -

Class RunSqlCommand

- -
Class:RunSqlCommand - Superclass: Console
-Console
⌊ RunSqlCommand
- -
- -

public class RunSqlCommand
extends Console - -

- -

Task for executing arbitrary SQL that can come from a file or directly from -the command line.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Method Summary
protected void

configure()

protected void

execute(mixed input, mixed output)

- -

Method Detail

-
/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php at line 46
-

configure

-protected void configure() -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php at line 64
-

execute

-protected void execute(mixed input, mixed output) -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/tools/console/helper/connectionhelper.html b/lib/api/doctrine/dbal/tools/console/helper/connectionhelper.html deleted file mode 100644 index 166f79252..000000000 --- a/lib/api/doctrine/dbal/tools/console/helper/connectionhelper.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - - - -ConnectionHelper (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Tools\Console\Helper\ConnectionHelper
-
/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php at line 39
- -

Class ConnectionHelper

- -
Class:ConnectionHelper - Superclass: Helper
-Helper
⌊ ConnectionHelper
- -
- -

public class ConnectionHelper
extends Helper - -

- -

Doctrine CLI Connection Helper.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
protected Connection

$_connection

Doctrine Database Connection

- - - - - - -
Constructor Summary

ConnectionHelper(Connection connection)

Constructor

- - - - - - - - - - - -
Method Summary
Connection

getConnection()

Retrieves Doctrine Database Connection

void

getName()

- -

Field Detail

-
/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php at line 45
-

_connection

-protected Connection $_connection -
-

Doctrine Database Connection

- -
- -

Constructor Detail

-
/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php at line 52
-

ConnectionHelper

-public ConnectionHelper(Connection connection) -
-

Constructor

-
Parameters:
-
connection - Doctrine Database Connection
-
-
- -
- -

Method Detail

-
/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php at line 62
-

getConnection

-public Connection getConnection() -
-

Retrieves Doctrine Database Connection

- -
- -
/Doctrine/DBAL/Tools/Console/Helper/ConnectionHelper.php at line 70
-

getName

-public void getName() -
-

-
See Also:
-
Helper
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/tools/console/helper/package-frame.html b/lib/api/doctrine/dbal/tools/console/helper/package-frame.html deleted file mode 100644 index d2bfd107d..000000000 --- a/lib/api/doctrine/dbal/tools/console/helper/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Tools\Console\Helper (Doctrine) - - - - -

Doctrine\DBAL\Tools\Console\Helper

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/tools/console/helper/package-functions.html b/lib/api/doctrine/dbal/tools/console/helper/package-functions.html deleted file mode 100644 index 3de12f655..000000000 --- a/lib/api/doctrine/dbal/tools/console/helper/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/tools/console/helper/package-globals.html b/lib/api/doctrine/dbal/tools/console/helper/package-globals.html deleted file mode 100644 index b4cef095a..000000000 --- a/lib/api/doctrine/dbal/tools/console/helper/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/tools/console/helper/package-summary.html b/lib/api/doctrine/dbal/tools/console/helper/package-summary.html deleted file mode 100644 index 3fd55ac88..000000000 --- a/lib/api/doctrine/dbal/tools/console/helper/package-summary.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Tools\Console\Helper (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\DBAL\Tools\Console\Helper

- - - - -
Class Summary
ConnectionHelperDoctrine CLI Connection Helper.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/tools/console/helper/package-tree.html b/lib/api/doctrine/dbal/tools/console/helper/package-tree.html deleted file mode 100644 index 7c08d59b0..000000000 --- a/lib/api/doctrine/dbal/tools/console/helper/package-tree.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Tools\Console\Helper (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\DBAL\Tools\Console\Helper

-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/types/arraytype.html b/lib/api/doctrine/dbal/types/arraytype.html deleted file mode 100644 index ab3544c80..000000000 --- a/lib/api/doctrine/dbal/types/arraytype.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - - - - - - -ArrayType (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Types\ArrayType
-
/Doctrine/DBAL/Types/ArrayType.php at line 29
- -

Class ArrayType

- -
Class:ArrayType - Superclass: Type
-Type
⌊ ArrayType
- -
- -

public class ArrayType
extends Type - -

- -

Type that maps a PHP array to a clob SQL type.

- -
-
Since:
-
2.0
-
Author:
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\DBAL\Types\Type
BIGINT, BOOLEAN, DATE, DATETIME, DECIMAL, INTEGER, OBJECT, SMALLINT, STRING, TARRAY, TEXT, TIME
- - - - - - - - - - - - - - - - - - - -
Method Summary
mixed

convertToDatabaseValue(mixed value, AbstractPlatform platform)

Converts a value from its PHP representation to its database representation -of this type.

mixed

convertToPHPValue(mixed value, AbstractPlatform platform)

Converts a value from its database representation to its PHP representation -of this type.

string

getName()

Gets the name of this type.

void

getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform)

Gets the SQL declaration snippet for a field of this type.

- - - -
Methods inherited from Doctrine\DBAL\Types\Type
addType, convertToDatabaseValue, convertToPHPValue, getBindingType, getDefaultLength, getName, getSqlDeclaration, getType, getTypesMap, hasType, overrideType
- -

Method Detail

-
/Doctrine/DBAL/Types/ArrayType.php at line 36
-

convertToDatabaseValue

-public mixed convertToDatabaseValue(mixed value, AbstractPlatform platform) -
-

Converts a value from its PHP representation to its database representation -of this type.

-
Parameters:
-
value - The value to convert.
-
platform - The currently used database platform.
-
Returns:
-
The database representation of the value.
-
-
- -
- -
/Doctrine/DBAL/Types/ArrayType.php at line 41
-

convertToPHPValue

-public mixed convertToPHPValue(mixed value, AbstractPlatform platform) -
-

Converts a value from its database representation to its PHP representation -of this type.

-
Parameters:
-
value - The value to convert.
-
platform - The currently used database platform.
-
Returns:
-
The PHP representation of the value.
-
-
- -
- -
/Doctrine/DBAL/Types/ArrayType.php at line 46
-

getName

-public string getName() -
-

Gets the name of this type.

-
Todo:
-
Needed?
-
-
- -
- -
/Doctrine/DBAL/Types/ArrayType.php at line 31
-

getSqlDeclaration

-public void getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform) -
-

Gets the SQL declaration snippet for a field of this type.

-
Parameters:
-
fieldDeclaration - The field declaration.
-
platform - The currently used database platform.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/types/biginttype.html b/lib/api/doctrine/dbal/types/biginttype.html deleted file mode 100644 index 040f1bd7f..000000000 --- a/lib/api/doctrine/dbal/types/biginttype.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - - - -BigIntType (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Types\BigIntType
-
/Doctrine/DBAL/Types/BigIntType.php at line 32
- -

Class BigIntType

- -
Class:BigIntType - Superclass: Type
-Type
⌊ BigIntType
- -
- -

public class BigIntType
extends Type - -

- -

Type that maps a database BIGINT to a PHP string.

- -
-
Author:
-
robo
-
Since:
-
2.0
-
-
- - - -
Fields inherited from Doctrine\DBAL\Types\Type
BIGINT, BOOLEAN, DATE, DATETIME, DECIMAL, INTEGER, OBJECT, SMALLINT, STRING, TARRAY, TEXT, TIME
- - - - - - - - - - - - - - - -
Method Summary
integer

getBindingType()

Gets the (preferred) binding type for values of this type that -can be used when binding parameters to prepared statements. -

string

getName()

Gets the name of this type.

void

getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform)

Gets the SQL declaration snippet for a field of this type.

- - - -
Methods inherited from Doctrine\DBAL\Types\Type
addType, convertToDatabaseValue, convertToPHPValue, getBindingType, getDefaultLength, getName, getSqlDeclaration, getType, getTypesMap, hasType, overrideType
- -

Method Detail

-
/Doctrine/DBAL/Types/BigIntType.php at line 44
-

getBindingType

-public integer getBindingType() -
-

Gets the (preferred) binding type for values of this type that -can be used when binding parameters to prepared statements.

This method should return one of the PDO::PARAM_* constants, that is, one of:

PDO::PARAM_BOOL -PDO::PARAM_NULL -PDO::PARAM_INT -PDO::PARAM_STR -PDO::PARAM_LOB

- -
- -
/Doctrine/DBAL/Types/BigIntType.php at line 34
-

getName

-public string getName() -
-

Gets the name of this type.

-
Todo:
-
Needed?
-
-
- -
- -
/Doctrine/DBAL/Types/BigIntType.php at line 39
-

getSqlDeclaration

-public void getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform) -
-

Gets the SQL declaration snippet for a field of this type.

-
Parameters:
-
fieldDeclaration - The field declaration.
-
platform - The currently used database platform.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/types/booleantype.html b/lib/api/doctrine/dbal/types/booleantype.html deleted file mode 100644 index 481d49a03..000000000 --- a/lib/api/doctrine/dbal/types/booleantype.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - - - - - - -BooleanType (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Types\BooleanType
-
/Doctrine/DBAL/Types/BooleanType.php at line 31
- -

Class BooleanType

- -
Class:BooleanType - Superclass: Type
-Type
⌊ BooleanType
- -
- -

public class BooleanType
extends Type - -

- -

Type that maps an SQL boolean to a PHP boolean.

- -
-
Since:
-
2.0
-
Author:
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\DBAL\Types\Type
BIGINT, BOOLEAN, DATE, DATETIME, DECIMAL, INTEGER, OBJECT, SMALLINT, STRING, TARRAY, TEXT, TIME
- - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
mixed

convertToDatabaseValue(mixed value, AbstractPlatform platform)

Converts a value from its PHP representation to its database representation -of this type.

mixed

convertToPHPValue(mixed value, AbstractPlatform platform)

Converts a value from its database representation to its PHP representation -of this type.

integer

getBindingType()

Gets the (preferred) binding type for values of this type that -can be used when binding parameters to prepared statements. -

string

getName()

Gets the name of this type.

void

getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform)

Gets the SQL declaration snippet for a field of this type.

- - - -
Methods inherited from Doctrine\DBAL\Types\Type
addType, convertToDatabaseValue, convertToPHPValue, getBindingType, getDefaultLength, getName, getSqlDeclaration, getType, getTypesMap, hasType, overrideType
- -

Method Detail

-
/Doctrine/DBAL/Types/BooleanType.php at line 38
-

convertToDatabaseValue

-public mixed convertToDatabaseValue(mixed value, AbstractPlatform platform) -
-

Converts a value from its PHP representation to its database representation -of this type.

-
Parameters:
-
value - The value to convert.
-
platform - The currently used database platform.
-
Returns:
-
The database representation of the value.
-
-
- -
- -
/Doctrine/DBAL/Types/BooleanType.php at line 43
-

convertToPHPValue

-public mixed convertToPHPValue(mixed value, AbstractPlatform platform) -
-

Converts a value from its database representation to its PHP representation -of this type.

-
Parameters:
-
value - The value to convert.
-
platform - The currently used database platform.
-
Returns:
-
The PHP representation of the value.
-
-
- -
- -
/Doctrine/DBAL/Types/BooleanType.php at line 53
-

getBindingType

-public integer getBindingType() -
-

Gets the (preferred) binding type for values of this type that -can be used when binding parameters to prepared statements.

This method should return one of the PDO::PARAM_* constants, that is, one of:

PDO::PARAM_BOOL -PDO::PARAM_NULL -PDO::PARAM_INT -PDO::PARAM_STR -PDO::PARAM_LOB

- -
- -
/Doctrine/DBAL/Types/BooleanType.php at line 48
-

getName

-public string getName() -
-

Gets the name of this type.

-
Todo:
-
Needed?
-
-
- -
- -
/Doctrine/DBAL/Types/BooleanType.php at line 33
-

getSqlDeclaration

-public void getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform) -
-

Gets the SQL declaration snippet for a field of this type.

-
Parameters:
-
fieldDeclaration - The field declaration.
-
platform - The currently used database platform.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/types/datetimetype.html b/lib/api/doctrine/dbal/types/datetimetype.html deleted file mode 100644 index 5910b8bae..000000000 --- a/lib/api/doctrine/dbal/types/datetimetype.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - - - - - - -DateTimeType (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Types\DateTimeType
-
/Doctrine/DBAL/Types/DateTimeType.php at line 31
- -

Class DateTimeType

- -
Class:DateTimeType - Superclass: Type
-Type
⌊ DateTimeType
- -
- -

public class DateTimeType
extends Type - -

- -

Type that maps an SQL DATETIME/TIMESTAMP to a PHP DateTime object.

- -
-
Since:
-
2.0
-
Author:
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\DBAL\Types\Type
BIGINT, BOOLEAN, DATE, DATETIME, DECIMAL, INTEGER, OBJECT, SMALLINT, STRING, TARRAY, TEXT, TIME
- - - - - - - - - - - - - - - - - - - -
Method Summary
mixed

convertToDatabaseValue(mixed value, AbstractPlatform platform)

Converts a value from its PHP representation to its database representation -of this type.

mixed

convertToPHPValue(mixed value, AbstractPlatform platform)

Converts a value from its database representation to its PHP representation -of this type.

string

getName()

Gets the name of this type.

void

getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform)

Gets the SQL declaration snippet for a field of this type.

- - - -
Methods inherited from Doctrine\DBAL\Types\Type
addType, convertToDatabaseValue, convertToPHPValue, getBindingType, getDefaultLength, getName, getSqlDeclaration, getType, getTypesMap, hasType, overrideType
- -

Method Detail

-
/Doctrine/DBAL/Types/DateTimeType.php at line 43
-

convertToDatabaseValue

-public mixed convertToDatabaseValue(mixed value, AbstractPlatform platform) -
-

Converts a value from its PHP representation to its database representation -of this type.

-
Parameters:
-
value - The value to convert.
-
platform - The currently used database platform.
-
Returns:
-
The database representation of the value.
-
-
- -
- -
/Doctrine/DBAL/Types/DateTimeType.php at line 49
-

convertToPHPValue

-public mixed convertToPHPValue(mixed value, AbstractPlatform platform) -
-

Converts a value from its database representation to its PHP representation -of this type.

-
Parameters:
-
value - The value to convert.
-
platform - The currently used database platform.
-
Returns:
-
The PHP representation of the value.
-
-
- -
- -
/Doctrine/DBAL/Types/DateTimeType.php at line 33
-

getName

-public string getName() -
-

Gets the name of this type.

-
Todo:
-
Needed?
-
-
- -
- -
/Doctrine/DBAL/Types/DateTimeType.php at line 38
-

getSqlDeclaration

-public void getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform) -
-

Gets the SQL declaration snippet for a field of this type.

-
Parameters:
-
fieldDeclaration - The field declaration.
-
platform - The currently used database platform.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/types/datetype.html b/lib/api/doctrine/dbal/types/datetype.html deleted file mode 100644 index 2b5cf4106..000000000 --- a/lib/api/doctrine/dbal/types/datetype.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - - - - - - -DateType (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Types\DateType
-
/Doctrine/DBAL/Types/DateType.php at line 31
- -

Class DateType

- -
Class:DateType - Superclass: Type
-Type
⌊ DateType
- -
- -

public class DateType
extends Type - -

- -

Type that maps an SQL DATE to a PHP Date object.

- -
-
Since:
-
2.0
-
Author:
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\DBAL\Types\Type
BIGINT, BOOLEAN, DATE, DATETIME, DECIMAL, INTEGER, OBJECT, SMALLINT, STRING, TARRAY, TEXT, TIME
- - - - - - - - - - - - - - - - - - - -
Method Summary
mixed

convertToDatabaseValue(mixed value, AbstractPlatform platform)

Converts a value from its PHP representation to its database representation -of this type.

mixed

convertToPHPValue(mixed value, AbstractPlatform platform)

Converts a value from its database representation to its PHP representation -of this type.

string

getName()

Gets the name of this type.

void

getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform)

Gets the SQL declaration snippet for a field of this type.

- - - -
Methods inherited from Doctrine\DBAL\Types\Type
addType, convertToDatabaseValue, convertToPHPValue, getBindingType, getDefaultLength, getName, getSqlDeclaration, getType, getTypesMap, hasType, overrideType
- -

Method Detail

-
/Doctrine/DBAL/Types/DateType.php at line 43
-

convertToDatabaseValue

-public mixed convertToDatabaseValue(mixed value, AbstractPlatform platform) -
-

Converts a value from its PHP representation to its database representation -of this type.

-
Parameters:
-
value - The value to convert.
-
platform - The currently used database platform.
-
Returns:
-
The database representation of the value.
-
-
- -
- -
/Doctrine/DBAL/Types/DateType.php at line 49
-

convertToPHPValue

-public mixed convertToPHPValue(mixed value, AbstractPlatform platform) -
-

Converts a value from its database representation to its PHP representation -of this type.

-
Parameters:
-
value - The value to convert.
-
platform - The currently used database platform.
-
Returns:
-
The PHP representation of the value.
-
-
- -
- -
/Doctrine/DBAL/Types/DateType.php at line 33
-

getName

-public string getName() -
-

Gets the name of this type.

-
Todo:
-
Needed?
-
-
- -
- -
/Doctrine/DBAL/Types/DateType.php at line 38
-

getSqlDeclaration

-public void getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform) -
-

Gets the SQL declaration snippet for a field of this type.

-
Parameters:
-
fieldDeclaration - The field declaration.
-
platform - The currently used database platform.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/types/decimaltype.html b/lib/api/doctrine/dbal/types/decimaltype.html deleted file mode 100644 index a9faa3131..000000000 --- a/lib/api/doctrine/dbal/types/decimaltype.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - - - - - - -DecimalType (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Types\DecimalType
-
/Doctrine/DBAL/Types/DecimalType.php at line 31
- -

Class DecimalType

- -
Class:DecimalType - Superclass: Type
-Type
⌊ DecimalType
- -
- -

public class DecimalType
extends Type - -

- -

Type that maps an SQL DECIMAL to a PHP double.

- -
-
Since:
-
2.0
-
Author:
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\DBAL\Types\Type
BIGINT, BOOLEAN, DATE, DATETIME, DECIMAL, INTEGER, OBJECT, SMALLINT, STRING, TARRAY, TEXT, TIME
- - - - - - - - - - - - - - - -
Method Summary
mixed

convertToPHPValue(mixed value, AbstractPlatform platform)

Converts a value from its database representation to its PHP representation -of this type.

string

getName()

Gets the name of this type.

void

getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform)

Gets the SQL declaration snippet for a field of this type.

- - - -
Methods inherited from Doctrine\DBAL\Types\Type
addType, convertToDatabaseValue, convertToPHPValue, getBindingType, getDefaultLength, getName, getSqlDeclaration, getType, getTypesMap, hasType, overrideType
- -

Method Detail

-
/Doctrine/DBAL/Types/DecimalType.php at line 43
-

convertToPHPValue

-public mixed convertToPHPValue(mixed value, AbstractPlatform platform) -
-

Converts a value from its database representation to its PHP representation -of this type.

-
Parameters:
-
value - The value to convert.
-
platform - The currently used database platform.
-
Returns:
-
The PHP representation of the value.
-
-
- -
- -
/Doctrine/DBAL/Types/DecimalType.php at line 33
-

getName

-public string getName() -
-

Gets the name of this type.

-
Todo:
-
Needed?
-
-
- -
- -
/Doctrine/DBAL/Types/DecimalType.php at line 38
-

getSqlDeclaration

-public void getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform) -
-

Gets the SQL declaration snippet for a field of this type.

-
Parameters:
-
fieldDeclaration - The field declaration.
-
platform - The currently used database platform.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/types/integertype.html b/lib/api/doctrine/dbal/types/integertype.html deleted file mode 100644 index 322207fff..000000000 --- a/lib/api/doctrine/dbal/types/integertype.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - - - - - - -IntegerType (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Types\IntegerType
-
/Doctrine/DBAL/Types/IntegerType.php at line 32
- -

Class IntegerType

- -
Class:IntegerType - Superclass: Type
-Type
⌊ IntegerType
- -
- -

public class IntegerType
extends Type - -

- -

Type that maps an SQL INT to a PHP integer.

- -
-
Author:
-
Roman Borschel
-
Since:
-
2.0
-
-
- - - -
Fields inherited from Doctrine\DBAL\Types\Type
BIGINT, BOOLEAN, DATE, DATETIME, DECIMAL, INTEGER, OBJECT, SMALLINT, STRING, TARRAY, TEXT, TIME
- - - - - - - - - - - - - - - - - - - -
Method Summary
mixed

convertToPHPValue(mixed value, AbstractPlatform platform)

Converts a value from its database representation to its PHP representation -of this type.

integer

getBindingType()

Gets the (preferred) binding type for values of this type that -can be used when binding parameters to prepared statements. -

string

getName()

Gets the name of this type.

void

getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform)

Gets the SQL declaration snippet for a field of this type.

- - - -
Methods inherited from Doctrine\DBAL\Types\Type
addType, convertToDatabaseValue, convertToPHPValue, getBindingType, getDefaultLength, getName, getSqlDeclaration, getType, getTypesMap, hasType, overrideType
- -

Method Detail

-
/Doctrine/DBAL/Types/IntegerType.php at line 44
-

convertToPHPValue

-public mixed convertToPHPValue(mixed value, AbstractPlatform platform) -
-

Converts a value from its database representation to its PHP representation -of this type.

-
Parameters:
-
value - The value to convert.
-
platform - The currently used database platform.
-
Returns:
-
The PHP representation of the value.
-
-
- -
- -
/Doctrine/DBAL/Types/IntegerType.php at line 49
-

getBindingType

-public integer getBindingType() -
-

Gets the (preferred) binding type for values of this type that -can be used when binding parameters to prepared statements.

This method should return one of the PDO::PARAM_* constants, that is, one of:

PDO::PARAM_BOOL -PDO::PARAM_NULL -PDO::PARAM_INT -PDO::PARAM_STR -PDO::PARAM_LOB

- -
- -
/Doctrine/DBAL/Types/IntegerType.php at line 34
-

getName

-public string getName() -
-

Gets the name of this type.

-
Todo:
-
Needed?
-
-
- -
- -
/Doctrine/DBAL/Types/IntegerType.php at line 39
-

getSqlDeclaration

-public void getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform) -
-

Gets the SQL declaration snippet for a field of this type.

-
Parameters:
-
fieldDeclaration - The field declaration.
-
platform - The currently used database platform.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/types/objecttype.html b/lib/api/doctrine/dbal/types/objecttype.html deleted file mode 100644 index 619543f5f..000000000 --- a/lib/api/doctrine/dbal/types/objecttype.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - - - - - - -ObjectType (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Types\ObjectType
-
/Doctrine/DBAL/Types/ObjectType.php at line 10
- -

Class ObjectType

- -
Class:ObjectType - Superclass: Type
-Type
⌊ ObjectType
- -
- -

public class ObjectType
extends Type - -

- -

Type that maps a PHP object to a clob SQL type.

- -
-
Since:
-
2.0
-
Author:
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\DBAL\Types\Type
BIGINT, BOOLEAN, DATE, DATETIME, DECIMAL, INTEGER, OBJECT, SMALLINT, STRING, TARRAY, TEXT, TIME
- - - - - - - - - - - - - - - - - - - -
Method Summary
mixed

convertToDatabaseValue(mixed value, AbstractPlatform platform)

Converts a value from its PHP representation to its database representation -of this type.

mixed

convertToPHPValue(mixed value, AbstractPlatform platform)

Converts a value from its database representation to its PHP representation -of this type.

string

getName()

Gets the name of this type.

void

getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform)

Gets the SQL declaration snippet for a field of this type.

- - - -
Methods inherited from Doctrine\DBAL\Types\Type
addType, convertToDatabaseValue, convertToPHPValue, getBindingType, getDefaultLength, getName, getSqlDeclaration, getType, getTypesMap, hasType, overrideType
- -

Method Detail

-
/Doctrine/DBAL/Types/ObjectType.php at line 17
-

convertToDatabaseValue

-public mixed convertToDatabaseValue(mixed value, AbstractPlatform platform) -
-

Converts a value from its PHP representation to its database representation -of this type.

-
Parameters:
-
value - The value to convert.
-
platform - The currently used database platform.
-
Returns:
-
The database representation of the value.
-
-
- -
- -
/Doctrine/DBAL/Types/ObjectType.php at line 22
-

convertToPHPValue

-public mixed convertToPHPValue(mixed value, AbstractPlatform platform) -
-

Converts a value from its database representation to its PHP representation -of this type.

-
Parameters:
-
value - The value to convert.
-
platform - The currently used database platform.
-
Returns:
-
The PHP representation of the value.
-
-
- -
- -
/Doctrine/DBAL/Types/ObjectType.php at line 27
-

getName

-public string getName() -
-

Gets the name of this type.

-
Todo:
-
Needed?
-
-
- -
- -
/Doctrine/DBAL/Types/ObjectType.php at line 12
-

getSqlDeclaration

-public void getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform) -
-

Gets the SQL declaration snippet for a field of this type.

-
Parameters:
-
fieldDeclaration - The field declaration.
-
platform - The currently used database platform.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/types/package-frame.html b/lib/api/doctrine/dbal/types/package-frame.html deleted file mode 100644 index eb80186d2..000000000 --- a/lib/api/doctrine/dbal/types/package-frame.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Types (Doctrine) - - - - -

Doctrine\DBAL\Types

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/types/package-functions.html b/lib/api/doctrine/dbal/types/package-functions.html deleted file mode 100644 index 7ccdbf2e6..000000000 --- a/lib/api/doctrine/dbal/types/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/types/package-globals.html b/lib/api/doctrine/dbal/types/package-globals.html deleted file mode 100644 index 3d8cbf04d..000000000 --- a/lib/api/doctrine/dbal/types/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/types/package-summary.html b/lib/api/doctrine/dbal/types/package-summary.html deleted file mode 100644 index bbd1df4e0..000000000 --- a/lib/api/doctrine/dbal/types/package-summary.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Types (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\DBAL\Types

- - - - - - - - - - - - - - - - -
Class Summary
ArrayTypeType that maps a PHP array to a clob SQL type.
BigIntTypeType that maps a database BIGINT to a PHP string.
BooleanTypeType that maps an SQL boolean to a PHP boolean.
DateTimeTypeType that maps an SQL DATETIME/TIMESTAMP to a PHP DateTime object.
DateTypeType that maps an SQL DATE to a PHP Date object.
DecimalTypeType that maps an SQL DECIMAL to a PHP double.
IntegerTypeType that maps an SQL INT to a PHP integer.
ObjectTypeType that maps a PHP object to a clob SQL type.
SmallIntTypeType that maps a database SMALLINT to a PHP integer.
StringTypeType that maps an SQL VARCHAR to a PHP string.
TextTypeType that maps an SQL CLOB to a PHP string.
TimeTypeType that maps an SQL TIME to a PHP DateTime object.
TypeThe base class for so-called Doctrine mapping types. -
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/types/package-tree.html b/lib/api/doctrine/dbal/types/package-tree.html deleted file mode 100644 index bac9df90c..000000000 --- a/lib/api/doctrine/dbal/types/package-tree.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - -Doctrine\DBAL\Types (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\DBAL\Types

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/types/smallinttype.html b/lib/api/doctrine/dbal/types/smallinttype.html deleted file mode 100644 index f8a1a2061..000000000 --- a/lib/api/doctrine/dbal/types/smallinttype.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - - - - - - -SmallIntType (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Types\SmallIntType
-
/Doctrine/DBAL/Types/SmallIntType.php at line 31
- -

Class SmallIntType

- -
Class:SmallIntType - Superclass: Type
-Type
⌊ SmallIntType
- -
- -

public class SmallIntType
extends Type - -

- -

Type that maps a database SMALLINT to a PHP integer.

- -
-
Author:
-
robo
-
Since:
-
2.0
-
-
- - - -
Fields inherited from Doctrine\DBAL\Types\Type
BIGINT, BOOLEAN, DATE, DATETIME, DECIMAL, INTEGER, OBJECT, SMALLINT, STRING, TARRAY, TEXT, TIME
- - - - - - - - - - - - - - - - - - - -
Method Summary
mixed

convertToPHPValue(mixed value, AbstractPlatform platform)

Converts a value from its database representation to its PHP representation -of this type.

integer

getBindingType()

Gets the (preferred) binding type for values of this type that -can be used when binding parameters to prepared statements. -

string

getName()

Gets the name of this type.

void

getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform)

Gets the SQL declaration snippet for a field of this type.

- - - -
Methods inherited from Doctrine\DBAL\Types\Type
addType, convertToDatabaseValue, convertToPHPValue, getBindingType, getDefaultLength, getName, getSqlDeclaration, getType, getTypesMap, hasType, overrideType
- -

Method Detail

-
/Doctrine/DBAL/Types/SmallIntType.php at line 43
-

convertToPHPValue

-public mixed convertToPHPValue(mixed value, AbstractPlatform platform) -
-

Converts a value from its database representation to its PHP representation -of this type.

-
Parameters:
-
value - The value to convert.
-
platform - The currently used database platform.
-
Returns:
-
The PHP representation of the value.
-
-
- -
- -
/Doctrine/DBAL/Types/SmallIntType.php at line 48
-

getBindingType

-public integer getBindingType() -
-

Gets the (preferred) binding type for values of this type that -can be used when binding parameters to prepared statements.

This method should return one of the PDO::PARAM_* constants, that is, one of:

PDO::PARAM_BOOL -PDO::PARAM_NULL -PDO::PARAM_INT -PDO::PARAM_STR -PDO::PARAM_LOB

- -
- -
/Doctrine/DBAL/Types/SmallIntType.php at line 33
-

getName

-public string getName() -
-

Gets the name of this type.

-
Todo:
-
Needed?
-
-
- -
- -
/Doctrine/DBAL/Types/SmallIntType.php at line 38
-

getSqlDeclaration

-public void getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform) -
-

Gets the SQL declaration snippet for a field of this type.

-
Parameters:
-
fieldDeclaration - The field declaration.
-
platform - The currently used database platform.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/types/stringtype.html b/lib/api/doctrine/dbal/types/stringtype.html deleted file mode 100644 index 83b49be62..000000000 --- a/lib/api/doctrine/dbal/types/stringtype.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - - - - -StringType (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Types\StringType
-
/Doctrine/DBAL/Types/StringType.php at line 31
- -

Class StringType

- -
Class:StringType - Superclass: Type
-Type
⌊ StringType
- -
- -

public class StringType
extends Type - -

- -

Type that maps an SQL VARCHAR to a PHP string.

- -
-
Since:
-
2.0
-
Author:
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\DBAL\Types\Type
BIGINT, BOOLEAN, DATE, DATETIME, DECIMAL, INTEGER, OBJECT, SMALLINT, STRING, TARRAY, TEXT, TIME
- - - - - - - - - - - - - - - -
Method Summary
void

getDefaultLength(mixed platform)

@override

string

getName()

@override

void

getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform)

@override

- - - -
Methods inherited from Doctrine\DBAL\Types\Type
addType, convertToDatabaseValue, convertToPHPValue, getBindingType, getDefaultLength, getName, getSqlDeclaration, getType, getTypesMap, hasType, overrideType
- -

Method Detail

-
/Doctrine/DBAL/Types/StringType.php at line 40
-

getDefaultLength

-public void getDefaultLength(mixed platform) -
-

-
Todo:
-
Needed?
-
-
- -
- -
/Doctrine/DBAL/Types/StringType.php at line 46
-

getName

-public string getName() -
-

-
Todo:
-
Needed?
-
-
- -
- -
/Doctrine/DBAL/Types/StringType.php at line 34
-

getSqlDeclaration

-public void getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform) -
-

-
Parameters:
-
fieldDeclaration - The field declaration.
-
platform - The currently used database platform.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/types/texttype.html b/lib/api/doctrine/dbal/types/texttype.html deleted file mode 100644 index 202a69b26..000000000 --- a/lib/api/doctrine/dbal/types/texttype.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - -TextType (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Types\TextType
-
/Doctrine/DBAL/Types/TextType.php at line 31
- -

Class TextType

- -
Class:TextType - Superclass: Type
-Type
⌊ TextType
- -
- -

public class TextType
extends Type - -

- -

Type that maps an SQL CLOB to a PHP string.

- -
-
Since:
-
2.0
-
Author:
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\DBAL\Types\Type
BIGINT, BOOLEAN, DATE, DATETIME, DECIMAL, INTEGER, OBJECT, SMALLINT, STRING, TARRAY, TEXT, TIME
- - - - - - - - - - - -
Method Summary
string

getName()

Gets the name of this type.

void

getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform)

@override

- - - -
Methods inherited from Doctrine\DBAL\Types\Type
addType, convertToDatabaseValue, convertToPHPValue, getBindingType, getDefaultLength, getName, getSqlDeclaration, getType, getTypesMap, hasType, overrideType
- -

Method Detail

-
/Doctrine/DBAL/Types/TextType.php at line 39
-

getName

-public string getName() -
-

Gets the name of this type.

-
Todo:
-
Needed?
-
-
- -
- -
/Doctrine/DBAL/Types/TextType.php at line 34
-

getSqlDeclaration

-public void getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform) -
-

-
Parameters:
-
fieldDeclaration - The field declaration.
-
platform - The currently used database platform.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/types/timetype.html b/lib/api/doctrine/dbal/types/timetype.html deleted file mode 100644 index 8a1c4198c..000000000 --- a/lib/api/doctrine/dbal/types/timetype.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - - - - - - -TimeType (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Types\TimeType
-
/Doctrine/DBAL/Types/TimeType.php at line 31
- -

Class TimeType

- -
Class:TimeType - Superclass: Type
-Type
⌊ TimeType
- -
- -

public class TimeType
extends Type - -

- -

Type that maps an SQL TIME to a PHP DateTime object.

- -
-
Since:
-
2.0
-
Author:
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\DBAL\Types\Type
BIGINT, BOOLEAN, DATE, DATETIME, DECIMAL, INTEGER, OBJECT, SMALLINT, STRING, TARRAY, TEXT, TIME
- - - - - - - - - - - - - - - - - - - -
Method Summary
mixed

convertToDatabaseValue(mixed value, AbstractPlatform platform)

{@inheritdoc}

mixed

convertToPHPValue(mixed value, AbstractPlatform platform)

{@inheritdoc}

string

getName()

Gets the name of this type.

void

getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform)

{@inheritdoc}

- - - -
Methods inherited from Doctrine\DBAL\Types\Type
addType, convertToDatabaseValue, convertToPHPValue, getBindingType, getDefaultLength, getName, getSqlDeclaration, getType, getTypesMap, hasType, overrideType
- -

Method Detail

-
/Doctrine/DBAL/Types/TimeType.php at line 49
-

convertToDatabaseValue

-public mixed convertToDatabaseValue(mixed value, AbstractPlatform platform) -
-

-
Parameters:
-
value - The value to convert.
-
platform - The currently used database platform.
-
Returns:
-
The database representation of the value.
-
-
- -
- -
/Doctrine/DBAL/Types/TimeType.php at line 58
-

convertToPHPValue

-public mixed convertToPHPValue(mixed value, AbstractPlatform platform) -
-

-
Parameters:
-
value - The value to convert.
-
platform - The currently used database platform.
-
Returns:
-
The PHP representation of the value.
-
-
- -
- -
/Doctrine/DBAL/Types/TimeType.php at line 33
-

getName

-public string getName() -
-

Gets the name of this type.

-
Todo:
-
Needed?
-
-
- -
- -
/Doctrine/DBAL/Types/TimeType.php at line 41
-

getSqlDeclaration

-public void getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform) -
-

-
Parameters:
-
fieldDeclaration - The field declaration.
-
platform - The currently used database platform.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/dbal/types/type.html b/lib/api/doctrine/dbal/types/type.html deleted file mode 100644 index 11e9a0729..000000000 --- a/lib/api/doctrine/dbal/types/type.html +++ /dev/null @@ -1,457 +0,0 @@ - - - - - - - - - - - -Type (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\DBAL\Types\Type
-
/Doctrine/DBAL/Types/Type.php at line 35
- -

Class Type

- -
Type
- -
- -

public abstract class Type

- -

The base class for so-called Doctrine mapping types.

A Type object is obtained by calling the static getType() method.

- -
-
Author:
-
Roman Borschel
-
Since:
-
2.0
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
final str

BIGINT

final str

BOOLEAN

final str

DATE

final str

DATETIME

final str

DECIMAL

final str

INTEGER

final str

OBJECT

final str

SMALLINT

final str

STRING

final str

TARRAY

final str

TEXT

final str

TIME

- - - - - - -
Constructor Summary

Type()

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
static void

addType(string name, string className)

Adds a custom type to the type map.

mixed

convertToDatabaseValue(mixed value, AbstractPlatform platform)

Converts a value from its PHP representation to its database representation -of this type.

mixed

convertToPHPValue(mixed value, AbstractPlatform platform)

Converts a value from its database representation to its PHP representation -of this type.

integer

getBindingType()

Gets the (preferred) binding type for values of this type that -can be used when binding parameters to prepared statements. -

void

getDefaultLength(mixed platform)

Gets the default length of this type.

abstract string

getName()

Gets the name of this type.

abstract void

getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform)

Gets the SQL declaration snippet for a field of this type.

static Doctrine\DBAL\Types\Type

getType(string name)

Factory method to create type instances. -

static array

getTypesMap()

Get the types array map which holds all registered types and the corresponding -type class

static boolean

hasType(string name)

Checks if exists support for a type.

static void

overrideType(string name, string className)

Overrides an already defined type to use a different implementation.

- -

Field Detail

-
/Doctrine/DBAL/Types/Type.php at line 38
-

BIGINT

-public final str BIGINT = 'bigint' -
-
- -
- -
/Doctrine/DBAL/Types/Type.php at line 39
-

BOOLEAN

-public final str BOOLEAN = 'boolean' -
-
- -
- -
/Doctrine/DBAL/Types/Type.php at line 41
-

DATE

-public final str DATE = 'date' -
-
- -
- -
/Doctrine/DBAL/Types/Type.php at line 40
-

DATETIME

-public final str DATETIME = 'datetime' -
-
- -
- -
/Doctrine/DBAL/Types/Type.php at line 43
-

DECIMAL

-public final str DECIMAL = 'decimal' -
-
- -
- -
/Doctrine/DBAL/Types/Type.php at line 44
-

INTEGER

-public final str INTEGER = 'integer' -
-
- -
- -
/Doctrine/DBAL/Types/Type.php at line 45
-

OBJECT

-public final str OBJECT = 'object' -
-
- -
- -
/Doctrine/DBAL/Types/Type.php at line 46
-

SMALLINT

-public final str SMALLINT = 'smallint' -
-
- -
- -
/Doctrine/DBAL/Types/Type.php at line 47
-

STRING

-public final str STRING = 'string' -
-
- -
- -
/Doctrine/DBAL/Types/Type.php at line 37
-

TARRAY

-public final str TARRAY = 'array' -
-
- -
- -
/Doctrine/DBAL/Types/Type.php at line 48
-

TEXT

-public final str TEXT = 'text' -
-
- -
- -
/Doctrine/DBAL/Types/Type.php at line 42
-

TIME

-public final str TIME = 'time' -
-
- -
- -

Constructor Detail

-
/Doctrine/DBAL/Types/Type.php at line 70
-

Type

-public Type() -
-
- -
- -

Method Detail

-
/Doctrine/DBAL/Types/Type.php at line 153
-

addType

-public static void addType(string name, string className) -
-

Adds a custom type to the type map.

-
Parameters:
-
name - Name of the type. This should correspond to what getName() returns.
-
className - The class name of the custom type.
-
Throws:
-
DBALException
-
-
- -
- -
/Doctrine/DBAL/Types/Type.php at line 80
-

convertToDatabaseValue

-public mixed convertToDatabaseValue(mixed value, AbstractPlatform platform) -
-

Converts a value from its PHP representation to its database representation -of this type.

-
Parameters:
-
value - The value to convert.
-
platform - The currently used database platform.
-
Returns:
-
The database representation of the value.
-
-
- -
- -
/Doctrine/DBAL/Types/Type.php at line 93
-

convertToPHPValue

-public mixed convertToPHPValue(mixed value, AbstractPlatform platform) -
-

Converts a value from its database representation to its PHP representation -of this type.

-
Parameters:
-
value - The value to convert.
-
platform - The currently used database platform.
-
Returns:
-
The PHP representation of the value.
-
-
- -
- -
/Doctrine/DBAL/Types/Type.php at line 205
-

getBindingType

-public integer getBindingType() -
-

Gets the (preferred) binding type for values of this type that -can be used when binding parameters to prepared statements.

This method should return one of the PDO::PARAM_* constants, that is, one of:

PDO::PARAM_BOOL -PDO::PARAM_NULL -PDO::PARAM_INT -PDO::PARAM_STR -PDO::PARAM_LOB

- -
- -
/Doctrine/DBAL/Types/Type.php at line 103
-

getDefaultLength

-public void getDefaultLength(mixed platform) -
-

Gets the default length of this type.

-
Todo:
-
Needed?
-
-
- -
- -
/Doctrine/DBAL/Types/Type.php at line 122
-

getName

-public abstract string getName() -
-

Gets the name of this type.

-
Todo:
-
Needed?
-
-
- -
- -
/Doctrine/DBAL/Types/Type.php at line 114
-

getSqlDeclaration

-public abstract void getSqlDeclaration(array fieldDeclaration, AbstractPlatform platform) -
-

Gets the SQL declaration snippet for a field of this type.

-
Parameters:
-
fieldDeclaration - The field declaration.
-
platform - The currently used database platform.
-
-
- -
- -
/Doctrine/DBAL/Types/Type.php at line 133
-

getType

-public static Doctrine\DBAL\Types\Type getType(string name) -
-

Factory method to create type instances. -Type instances are implemented as flyweights.

-
Throws:
-
DBALException
-
Parameters:
-
name - The name of the type (as returned by getName()).
-
-
- -
- -
/Doctrine/DBAL/Types/Type.php at line 216
-

getTypesMap

-public static array getTypesMap() -
-

Get the types array map which holds all registered types and the corresponding -type class

-
Returns:
-
$typesMap
-
-
- -
- -
/Doctrine/DBAL/Types/Type.php at line 169
-

hasType

-public static boolean hasType(string name) -
-

Checks if exists support for a type.

-
Parameters:
-
name - Name of the type
-
Returns:
-
TRUE if type is supported; FALSE otherwise
-
-
- -
- -
/Doctrine/DBAL/Types/Type.php at line 182
-

overrideType

-public static void overrideType(string name, string className) -
-

Overrides an already defined type to use a different implementation.

-
Throws:
-
DBALException
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/abstractquery.html b/lib/api/doctrine/orm/abstractquery.html deleted file mode 100644 index ebaf2dbd4..000000000 --- a/lib/api/doctrine/orm/abstractquery.html +++ /dev/null @@ -1,732 +0,0 @@ - - - - - - - - - - - -AbstractQuery (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\AbstractQuery
-
/Doctrine/ORM/AbstractQuery.php at line 40
- -

Class AbstractQuery

- -
AbstractQuery
- -
- -

public abstract class AbstractQuery

- -

Base contract for ORM queries. Base class for Query and NativeQuery.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
Konsta Vesterinen
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
final int

HYDRATE_ARRAY

Hydrates an array graph.

final int

HYDRATE_OBJECT

Hydrates an object graph.

final int

HYDRATE_SCALAR

Hydrates a flat, rectangular result set with scalar values.

final int

HYDRATE_SINGLE_SCALAR

Hydrates a single scalar value.

protected Doctrine\ORM\EntityManager The entity manager used by this query object.

$_em

protected boolean Boolean value that indicates whether or not expire the result cache.

$_expireResultCache

protected array The map of query hints.

$_hints

protected integer The hydration mode.

$_hydrationMode

protected array The parameter type map of this query.

$_paramTypes

protected array The parameter map of this query.

$_params

protected CacheDriver

$_resultCacheDriver

The locally set cache driver used for caching result sets of this query.

protected string The id to store the result cache entry under.

$_resultCacheId

protected int Result Cache lifetime.

$_resultCacheTTL

protected ResultSetMapping The user-specified ResultSetMapping to use.

$_resultSetMapping

protected boolean

$_useResultCache

Boolean flag for whether or not to cache the results of this query.

- - - - - - -
Constructor Summary

AbstractQuery(mixed em, Doctrine\ORM\EntityManager entityManager)

Initializes a new instance of a class derived from AbstractQuery.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
mixed

execute(string params, integer hydrationMode)

Executes the query.

Doctrine\ORM\AbstractQuery

expireResultCache(boolean expire)

Defines if the result cache is active or not.

void

free()

Frees the resources used by the query object.

array

getArrayResult()

Gets the array of results for the query. -

Doctrine\ORM\EntityManager

getEntityManager()

Retrieves the associated EntityManager of this Query instance.

boolean

getExpireResultCache()

Retrieves if the resultset cache is active or not.

mixed

getHint(string name)

Gets the value of a query hint.

integer

getHydrationMode()

Gets the hydration mode currently used by the query.

mixed

getParameter(mixed key)

Gets a query parameter.

array

getParameters()

Get all defined parameters.

array

getResult(mixed hydrationMode)

Gets the list of results for the query. -

Doctrine\Common\Cache\Cache

getResultCacheDriver()

Returns the cache driver used for caching result sets.

integer

getResultCacheLifetime()

Retrieves the lifetime of resultset cache.

abstract string

getSQL()

Gets the SQL query that corresponds to this query object. -

array

getScalarResult()

Gets the scalar results for the query. -

mixed

getSingleResult(integer hydrationMode)

Gets the single result of the query. -

mixed

getSingleScalarResult()

Gets the single scalar result of the query. -

IterableResult

iterate(array params, integer hydrationMode)

Executes the query and returns an IterableResult that can be used to incrementally -iterate over the result.

Doctrine\ORM\AbstractQuery

setHint(string name, mixed value)

Sets a query hint.

Doctrine\ORM\AbstractQuery

setHydrationMode(integer hydrationMode)

Defines the processing mode to be used during hydration / result set transformation.

Doctrine\ORM\AbstractQuery

setParameter(string|integer key, mixed value, string type)

Sets a query parameter.

Doctrine\ORM\AbstractQuery

setParameters(array params, array types)

Sets a collection of query parameters.

Doctrine\ORM\AbstractQuery

setResultCacheDriver(mixed resultCacheDriver, Doctrine\Common\Cache\Cache driver)

Defines a cache driver to be used for caching result sets.

Doctrine\ORM\AbstractQuery

setResultCacheId(string id)

Set the result cache id to use to store the result set cache entry. -

Doctrine\ORM\AbstractQuery

setResultCacheLifetime(integer timeToLive)

Defines how long the result cache will be active before expire.

Doctrine\ORM\AbstractQuery

setResultSetMapping(ResultSetMapping rsm)

Sets the ResultSetMapping that should be used for hydration.

This

useResultCache(boolean bool, integer timeToLive, string resultCacheId)

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.

- -

Field Detail

-
/Doctrine/ORM/AbstractQuery.php at line 50
-

HYDRATE_ARRAY

-public final int HYDRATE_ARRAY = 2 -
-

Hydrates an array graph.

- -
- -
/Doctrine/ORM/AbstractQuery.php at line 46
-

HYDRATE_OBJECT

-public final int HYDRATE_OBJECT = 1 -
-

Hydrates an object graph. This is the default behavior.

- -
- -
/Doctrine/ORM/AbstractQuery.php at line 54
-

HYDRATE_SCALAR

-public final int HYDRATE_SCALAR = 3 -
-

Hydrates a flat, rectangular result set with scalar values.

- -
- -
/Doctrine/ORM/AbstractQuery.php at line 58
-

HYDRATE_SINGLE_SCALAR

-public final int HYDRATE_SINGLE_SCALAR = 4 -
-

Hydrates a single scalar value.

- -
- -
/Doctrine/ORM/AbstractQuery.php at line 78
-

_em

-protected Doctrine\ORM\EntityManager The entity manager used by this query object. $_em -
-

- -
- -
/Doctrine/ORM/AbstractQuery.php at line 112
-

_expireResultCache

-protected boolean Boolean value that indicates whether or not expire the result cache. $_expireResultCache = false -
-

- -
- -
/Doctrine/ORM/AbstractQuery.php at line 83
-

_hints

-protected array The map of query hints. $_hints = array() -
-

- -
- -
/Doctrine/ORM/AbstractQuery.php at line 88
-

_hydrationMode

-protected integer The hydration mode. $_hydrationMode = self::HYDRATE_OBJECT -
-

- -
- -
/Doctrine/ORM/AbstractQuery.php at line 68
-

_paramTypes

-protected array The parameter type map of this query. $_paramTypes = array() -
-

- -
- -
/Doctrine/ORM/AbstractQuery.php at line 63
-

_params

-protected array The parameter map of this query. $_params = array() -
-

- -
- -
/Doctrine/ORM/AbstractQuery.php at line 95
-

_resultCacheDriver

-protected CacheDriver $_resultCacheDriver -
-

The locally set cache driver used for caching result sets of this query.

- -
- -
/Doctrine/ORM/AbstractQuery.php at line 107
-

_resultCacheId

-protected string The id to store the result cache entry under. $_resultCacheId -
-

- -
- -
/Doctrine/ORM/AbstractQuery.php at line 117
-

_resultCacheTTL

-protected int Result Cache lifetime. $_resultCacheTTL -
-

- -
- -
/Doctrine/ORM/AbstractQuery.php at line 73
-

_resultSetMapping

-protected ResultSetMapping The user-specified ResultSetMapping to use. $_resultSetMapping -
-

- -
- -
/Doctrine/ORM/AbstractQuery.php at line 102
-

_useResultCache

-protected boolean $_useResultCache -
-

Boolean flag for whether or not to cache the results of this query.

- -
- -

Constructor Detail

-
/Doctrine/ORM/AbstractQuery.php at line 124
-

AbstractQuery

-public AbstractQuery(mixed em, Doctrine\ORM\EntityManager entityManager) -
-

Initializes a new instance of a class derived from AbstractQuery.

- -
- -

Method Detail

-
/Doctrine/ORM/AbstractQuery.php at line 477
-

execute

-public mixed execute(string params, integer hydrationMode) -
-

Executes the query.

-
Parameters:
-
params - Any additional query parameters.
-
hydrationMode - Processing mode to be used during the hydration process.
-
-
- -
- -
/Doctrine/ORM/AbstractQuery.php at line 312
-

expireResultCache

-public Doctrine\ORM\AbstractQuery expireResultCache(boolean expire) -
-

Defines if the result cache is active or not.

-
Parameters:
-
expire - Whether or not to force resultset cache expiration.
-
Returns:
-
This query instance.
-
-
- -
- -
/Doctrine/ORM/AbstractQuery.php at line 142
-

free

-public void free() -
-

Frees the resources used by the query object.

- -
- -
/Doctrine/ORM/AbstractQuery.php at line 370
-

getArrayResult

-public array getArrayResult() -
-

Gets the array of results for the query.

Alias for execute(array(), HYDRATE_ARRAY).

- -
- -
/Doctrine/ORM/AbstractQuery.php at line 134
-

getEntityManager

-public Doctrine\ORM\EntityManager getEntityManager() -
-

Retrieves the associated EntityManager of this Query instance.

- -
- -
/Doctrine/ORM/AbstractQuery.php at line 323
-

getExpireResultCache

-public boolean getExpireResultCache() -
-

Retrieves if the resultset cache is active or not.

- -
- -
/Doctrine/ORM/AbstractQuery.php at line 450
-

getHint

-public mixed getHint(string name) -
-

Gets the value of a query hint. If the hint name is not recognized, FALSE is returned.

-
Parameters:
-
name - The name of the hint.
-
Returns:
-
The value of the hint or FALSE, if the hint name is not recognized.
-
-
- -
- -
/Doctrine/ORM/AbstractQuery.php at line 346
-

getHydrationMode

-public integer getHydrationMode() -
-

Gets the hydration mode currently used by the query.

- -
- -
/Doctrine/ORM/AbstractQuery.php at line 163
-

getParameter

-public mixed getParameter(mixed key) -
-

Gets a query parameter.

-
Parameters:
-
key - The key (index or name) of the bound parameter.
-
Returns:
-
The value of the bound parameter.
-
-
- -
- -
/Doctrine/ORM/AbstractQuery.php at line 152
-

getParameters

-public array getParameters() -
-

Get all defined parameters.

-
Returns:
-
The defined query parameters.
-
-
- -
- -
/Doctrine/ORM/AbstractQuery.php at line 358
-

getResult

-public array getResult(mixed hydrationMode) -
-

Gets the list of results for the query.

Alias for execute(array(), $hydrationMode = HYDRATE_OBJECT).

- -
- -
/Doctrine/ORM/AbstractQuery.php at line 250
-

getResultCacheDriver

-public Doctrine\Common\Cache\Cache getResultCacheDriver() -
-

Returns the cache driver used for caching result sets.

-
Returns:
-
Cache driver
-
-
- -
- -
/Doctrine/ORM/AbstractQuery.php at line 301
-

getResultCacheLifetime

-public integer getResultCacheLifetime() -
-

Retrieves the lifetime of resultset cache.

- -
- -
/Doctrine/ORM/AbstractQuery.php at line 175
-

getSQL

-public abstract string getSQL() -
-

Gets the SQL query that corresponds to this query object. -The returned SQL syntax depends on the connection driver that is used -by this query object at the time of this method call.

-
Returns:
-
SQL query
-
-
- -
- -
/Doctrine/ORM/AbstractQuery.php at line 382
-

getScalarResult

-public array getScalarResult() -
-

Gets the scalar results for the query.

Alias for execute(array(), HYDRATE_SCALAR).

- -
- -
/Doctrine/ORM/AbstractQuery.php at line 400
-

getSingleResult

-public mixed getSingleResult(integer hydrationMode) -
-

Gets the single result of the query.

Enforces the presence as well as the uniqueness of the result.

If the result is not unique, a NonUniqueResultException is thrown. -If there is no result, a NoResultException is thrown.

-
Throws:
-
If the query result is not unique.
-
If the query returned no result.
-
-
- -
- -
/Doctrine/ORM/AbstractQuery.php at line 426
-

getSingleScalarResult

-public mixed getSingleScalarResult() -
-

Gets the single scalar result of the query.

Alias for getSingleResult(HYDRATE_SINGLE_SCALAR).

-
Throws:
-
If the query result is not unique.
-
-
- -
- -
/Doctrine/ORM/AbstractQuery.php at line 463
-

iterate

-public IterableResult iterate(array params, integer hydrationMode) -
-

Executes the query and returns an IterableResult that can be used to incrementally -iterate over the result.

-
Parameters:
-
params - The query parameters.
-
hydrationMode - The hydration mode to use.
-
-
- -
- -
/Doctrine/ORM/AbstractQuery.php at line 438
-

setHint

-public Doctrine\ORM\AbstractQuery setHint(string name, mixed value) -
-

Sets a query hint. If the hint name is not recognized, it is silently ignored.

-
Parameters:
-
name - The name of the hint.
-
value - The value of the hint.
-
-
- -
- -
/Doctrine/ORM/AbstractQuery.php at line 335
-

setHydrationMode

-public Doctrine\ORM\AbstractQuery setHydrationMode(integer hydrationMode) -
-

Defines the processing mode to be used during hydration / result set transformation.

-
Parameters:
-
hydrationMode - Doctrine processing mode to be used during hydration process. One of the Query::HYDRATE_* constants.
-
Returns:
-
This query instance.
-
-
- -
- -
/Doctrine/ORM/AbstractQuery.php at line 187
-

setParameter

-public Doctrine\ORM\AbstractQuery setParameter(string|integer key, mixed value, string type) -
-

Sets a query parameter.

-
Parameters:
-
key - The parameter position or name.
-
value - The parameter value.
-
type - The parameter type. If specified, the given value will be run through the type conversion of this type. This is usually not needed for strings and numeric types.
-
Returns:
-
This query instance.
-
-
- -
- -
/Doctrine/ORM/AbstractQuery.php at line 203
-

setParameters

-public Doctrine\ORM\AbstractQuery setParameters(array params, array types) -
-

Sets a collection of query parameters.

-
Returns:
-
This query instance.
-
-
- -
- -
/Doctrine/ORM/AbstractQuery.php at line 233
-

setResultCacheDriver

-public Doctrine\ORM\AbstractQuery setResultCacheDriver(mixed resultCacheDriver, Doctrine\Common\Cache\Cache driver) -
-

Defines a cache driver to be used for caching result sets.

-
Parameters:
-
driver - Cache driver
-
-
- -
- -
/Doctrine/ORM/AbstractQuery.php at line 541
-

setResultCacheId

-public Doctrine\ORM\AbstractQuery setResultCacheId(string id) -
-

Set the result cache id to use to store the result set cache entry. -If this is not explicitely set by the developer then a hash is automatically -generated for you.

-
Returns:
-
This query instance.
-
-
- -
- -
/Doctrine/ORM/AbstractQuery.php at line 286
-

setResultCacheLifetime

-public Doctrine\ORM\AbstractQuery setResultCacheLifetime(integer timeToLive) -
-

Defines how long the result cache will be active before expire.

-
Parameters:
-
timeToLive - How long the cache entry is valid.
-
Returns:
-
This query instance.
-
-
- -
- -
/Doctrine/ORM/AbstractQuery.php at line 221
-

setResultSetMapping

-public Doctrine\ORM\AbstractQuery setResultSetMapping(ResultSetMapping rsm) -
-

Sets the ResultSetMapping that should be used for hydration.

- -
- -
/Doctrine/ORM/AbstractQuery.php at line 268
-

useResultCache

-public This useResultCache(boolean bool, integer timeToLive, string resultCacheId) -
-

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.

-
Returns:
-
query instance.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/configuration.html b/lib/api/doctrine/orm/configuration.html deleted file mode 100644 index 8190e37bc..000000000 --- a/lib/api/doctrine/orm/configuration.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - - - - - - - -Configuration (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Configuration
-
/Doctrine/ORM/Configuration.php at line 37
- -

Class Configuration

- -
Class:Configuration - Superclass: Doctrine
-Doctrine
⌊ Configuration
- -
- -

public class Configuration
extends Doctrine - -

- -

Configuration container for all configuration options of Doctrine. -It combines all configuration options from DBAL & ORM.

- -
-
Since:
-
2.0
-
Internal:
-
When adding a new configuration option just write a getter/setter pair and add the option to the _attributes array with a proper default value.
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - -
Constructor Summary

Configuration()

Creates a new configuration that can be used for Doctrine.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

addCustomDatetimeFunction(string name, string className)

Registers a custom DQL function that produces a date/time value. -

void

addCustomNumericFunction(string name, string className)

Registers a custom DQL function that produces a numeric value. -

void

addCustomStringFunction(string name, string className)

Registers a custom DQL function that produces a string value. -

void

addEntityNamespace(string alias, string namespace)

Adds a namespace under a certain alias.

void

addNamedNativeQuery(string name, string sql, ResultSetMapping rsm)

Adds a named native query to the configuration.

void

addNamedQuery(string name, string dql)

Adds a named DQL query to the configuration.

void

ensureProductionSettings()

Ensures that this Configuration instance contains settings that are -suitable for a production environment.

boolean

getAutoGenerateProxyClasses()

Gets a boolean flag that indicates whether proxy classes should always be regenerated -during each script execution.

string

getCustomDatetimeFunction(string name)

Gets the implementation class name of a registered custom date/time DQL function.

string

getCustomNumericFunction(string name)

Gets the implementation class name of a registered custom numeric DQL function.

string

getCustomStringFunction(string name)

Gets the implementation class name of a registered custom string DQL function.

string

getEntityNamespace(string entityNamespaceAlias)

Resolves a registered namespace alias to the full namespace.

\Doctrine\Common\Cache\Cache

getMetadataCacheImpl()

Gets the cache driver implementation that is used for metadata caching.

Mapping\Driver\Driver

getMetadataDriverImpl()

Gets the cache driver implementation that is used for the mapping metadata.

array

getNamedNativeQuery(string name)

Gets the components of a previously registered named native query.

string

getNamedQuery(string name)

Gets a previously registered named DQL query.

string

getProxyDir()

Gets the directory where Doctrine generates any necessary proxy class files.

string

getProxyNamespace()

Gets the namespace where proxy classes reside.

\Doctrine\Common\Cache\Cache

getQueryCacheImpl()

Gets the cache driver implementation that is used for the query cache (SQL cache).

\Doctrine\Common\Cache\Cache

getResultCacheImpl()

Gets the cache driver implementation that is used for query result caching.

boolean

getUseCExtension()

Gets a boolean flag that indicates whether Doctrine should make use of the -C extension.

Mapping\Driver\AnnotationDriver

newDefaultAnnotationDriver(array paths)

Add a new default annotation driver with a correctly configured annotation reader.

void

setAutoGenerateProxyClasses(boolean bool)

Sets a boolean flag that indicates whether proxy classes should always be regenerated -during each script execution.

void

setEntityNamespaces(mixed entityNamespaces, array entityAliasMap)

Set the entity alias map

void

setMetadataCacheImpl(\Doctrine\Common\Cache\Cache cacheImpl)

Sets the cache driver implementation that is used for metadata caching.

void

setMetadataDriverImpl(Driver driverImpl)

Sets the cache driver implementation that is used for metadata caching.

void

setProxyDir(string dir)

Sets the directory where Doctrine generates any necessary proxy class files.

void

setProxyNamespace(string ns)

Sets the namespace where proxy classes reside.

void

setQueryCacheImpl(\Doctrine\Common\Cache\Cache cacheImpl)

Sets the cache driver implementation that is used for the query cache (SQL cache).

void

setResultCacheImpl(\Doctrine\Common\Cache\Cache cacheImpl)

Sets the cache driver implementation that is used for query result caching.

void

setUseCExtension(boolean boolean)

Sets a boolean flag that indicates whether Doctrine should make use of the -C extension.

- -

Constructor Detail

-
/Doctrine/ORM/Configuration.php at line 42
-

Configuration

-public Configuration() -
-

Creates a new configuration that can be used for Doctrine.

- -
- -

Method Detail

-
/Doctrine/ORM/Configuration.php at line 406
-

addCustomDatetimeFunction

-public void addCustomDatetimeFunction(string name, string className) -
-

Registers a custom DQL function that produces a date/time value. -Such a function can then be used in any DQL statement in any place where date/time -functions are allowed.

- -
- -
/Doctrine/ORM/Configuration.php at line 381
-

addCustomNumericFunction

-public void addCustomNumericFunction(string name, string className) -
-

Registers a custom DQL function that produces a numeric value. -Such a function can then be used in any DQL statement in any place where numeric -functions are allowed.

- -
- -
/Doctrine/ORM/Configuration.php at line 356
-

addCustomStringFunction

-public void addCustomStringFunction(string name, string className) -
-

Registers a custom DQL function that produces a string value. -Such a function can then be used in any DQL statement in any place where string -functions are allowed.

- -
- -
/Doctrine/ORM/Configuration.php at line 151
-

addEntityNamespace

-public void addEntityNamespace(string alias, string namespace) -
-

Adds a namespace under a certain alias.

- -
- -
/Doctrine/ORM/Configuration.php at line 308
-

addNamedNativeQuery

-public void addNamedNativeQuery(string name, string sql, ResultSetMapping rsm) -
-

Adds a named native query to the configuration.

-
Parameters:
-
name - The name of the query.
-
sql - The native SQL query string.
-
rsm - The ResultSetMapping used for the results of the SQL query.
-
-
- -
- -
/Doctrine/ORM/Configuration.php at line 282
-

addNamedQuery

-public void addNamedQuery(string name, string dql) -
-

Adds a named DQL query to the configuration.

-
Parameters:
-
name - The name of the query.
-
dql - The DQL query string.
-
-
- -
- -
/Doctrine/ORM/Configuration.php at line 335
-

ensureProductionSettings

-public void ensureProductionSettings() -
-

Ensures that this Configuration instance contains settings that are -suitable for a production environment.

-
Throws:
-
If a configuration setting has a value that is not suitable for a production environment.
-
-
- -
- -
/Doctrine/ORM/Configuration.php at line 83
-

getAutoGenerateProxyClasses

-public boolean getAutoGenerateProxyClasses() -
-

Gets a boolean flag that indicates whether proxy classes should always be regenerated -during each script execution.

- -
- -
/Doctrine/ORM/Configuration.php at line 417
-

getCustomDatetimeFunction

-public string getCustomDatetimeFunction(string name) -
-

Gets the implementation class name of a registered custom date/time DQL function.

- -
- -
/Doctrine/ORM/Configuration.php at line 392
-

getCustomNumericFunction

-public string getCustomNumericFunction(string name) -
-

Gets the implementation class name of a registered custom numeric DQL function.

- -
- -
/Doctrine/ORM/Configuration.php at line 367
-

getCustomStringFunction

-public string getCustomStringFunction(string name) -
-

Gets the implementation class name of a registered custom string DQL function.

- -
- -
/Doctrine/ORM/Configuration.php at line 163
-

getEntityNamespace

-public string getEntityNamespace(string entityNamespaceAlias) -
-

Resolves a registered namespace alias to the full namespace.

-
Throws:
-
MappingException
-
-
- -
- -
/Doctrine/ORM/Configuration.php at line 239
-

getMetadataCacheImpl

-public \Doctrine\Common\Cache\Cache getMetadataCacheImpl() -
-

Gets the cache driver implementation that is used for metadata caching.

- -
- -
/Doctrine/ORM/Configuration.php at line 189
-

getMetadataDriverImpl

-public Mapping\Driver\Driver getMetadataDriverImpl() -
-

Gets the cache driver implementation that is used for the mapping metadata.

-
Throws:
-
ORMException
-
-
- -
- -
/Doctrine/ORM/Configuration.php at line 320
-

getNamedNativeQuery

-public array getNamedNativeQuery(string name) -
-

Gets the components of a previously registered named native query.

-
Parameters:
-
name - The name of the query.
-
Returns:
-
A tuple with the first element being the SQL string and the second element being the ResultSetMapping.
-
-
- -
- -
/Doctrine/ORM/Configuration.php at line 293
-

getNamedQuery

-public string getNamedQuery(string name) -
-

Gets a previously registered named DQL query.

-
Parameters:
-
name - The name of the query.
-
Returns:
-
The DQL query.
-
-
- -
- -
/Doctrine/ORM/Configuration.php at line 72
-

getProxyDir

-public string getProxyDir() -
-

Gets the directory where Doctrine generates any necessary proxy class files.

- -
- -
/Doctrine/ORM/Configuration.php at line 104
-

getProxyNamespace

-public string getProxyNamespace() -
-

Gets the namespace where proxy classes reside.

- -
- -
/Doctrine/ORM/Configuration.php at line 219
-

getQueryCacheImpl

-public \Doctrine\Common\Cache\Cache getQueryCacheImpl() -
-

Gets the cache driver implementation that is used for the query cache (SQL cache).

- -
- -
/Doctrine/ORM/Configuration.php at line 199
-

getResultCacheImpl

-public \Doctrine\Common\Cache\Cache getResultCacheImpl() -
-

Gets the cache driver implementation that is used for query result caching.

- -
- -
/Doctrine/ORM/Configuration.php at line 260
-

getUseCExtension

-public boolean getUseCExtension() -
-

Gets a boolean flag that indicates whether Doctrine should make use of the -C extension.

-
Returns:
-
TRUE if Doctrine is configured to use the C extension, FALSE otherwise.
-
-
- -
- -
/Doctrine/ORM/Configuration.php at line 137
-

newDefaultAnnotationDriver

-public Mapping\Driver\AnnotationDriver newDefaultAnnotationDriver(array paths) -
-

Add a new default annotation driver with a correctly configured annotation reader.

- -
- -
/Doctrine/ORM/Configuration.php at line 94
-

setAutoGenerateProxyClasses

-public void setAutoGenerateProxyClasses(boolean bool) -
-

Sets a boolean flag that indicates whether proxy classes should always be regenerated -during each script execution.

- -
- -
/Doctrine/ORM/Configuration.php at line 178
-

setEntityNamespaces

-public void setEntityNamespaces(mixed entityNamespaces, array entityAliasMap) -
-

Set the entity alias map

- -
- -
/Doctrine/ORM/Configuration.php at line 249
-

setMetadataCacheImpl

-public void setMetadataCacheImpl(\Doctrine\Common\Cache\Cache cacheImpl) -
-

Sets the cache driver implementation that is used for metadata caching.

- -
- -
/Doctrine/ORM/Configuration.php at line 126
-

setMetadataDriverImpl

-public void setMetadataDriverImpl(Driver driverImpl) -
-

Sets the cache driver implementation that is used for metadata caching.

-
Todo:
-
Force parameter to be a Closure to ensure lazy evaluation (as soon as a metadata cache is in effect, the driver never needs to initialize).
-
-
- -
- -
/Doctrine/ORM/Configuration.php at line 62
-

setProxyDir

-public void setProxyDir(string dir) -
-

Sets the directory where Doctrine generates any necessary proxy class files.

- -
- -
/Doctrine/ORM/Configuration.php at line 114
-

setProxyNamespace

-public void setProxyNamespace(string ns) -
-

Sets the namespace where proxy classes reside.

- -
- -
/Doctrine/ORM/Configuration.php at line 229
-

setQueryCacheImpl

-public void setQueryCacheImpl(\Doctrine\Common\Cache\Cache cacheImpl) -
-

Sets the cache driver implementation that is used for the query cache (SQL cache).

- -
- -
/Doctrine/ORM/Configuration.php at line 209
-

setResultCacheImpl

-public void setResultCacheImpl(\Doctrine\Common\Cache\Cache cacheImpl) -
-

Sets the cache driver implementation that is used for query result caching.

- -
- -
/Doctrine/ORM/Configuration.php at line 271
-

setUseCExtension

-public void setUseCExtension(boolean boolean) -
-

Sets a boolean flag that indicates whether Doctrine should make use of the -C extension.

-
Parameters:
-
boolean - Whether to make use of the C extension or not.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/entitymanager.html b/lib/api/doctrine/orm/entitymanager.html deleted file mode 100644 index 530f63fe8..000000000 --- a/lib/api/doctrine/orm/entitymanager.html +++ /dev/null @@ -1,608 +0,0 @@ - - - - - - - - - - - -EntityManager (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\EntityManager
-
/Doctrine/ORM/EntityManager.php at line 42
- -

Class EntityManager

- -
EntityManager
- -
- -

public class EntityManager

- -

The EntityManager is the central access point to ORM functionality.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - -
Constructor Summary

EntityManager(Doctrine\DBAL\Connection conn, Doctrine\ORM\Configuration config, Doctrine\Common\EventManager eventManager)

Creates a new EntityManager that operates on the given database connection -and uses the given Configuration and EventManager implementations.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

beginTransaction()

Starts a transaction on the underlying database connection.

void

clear(string entityName)

Clears the EntityManager.

void

close()

Closes the EntityManager.

void

commit()

Commits a transaction on the underlying database connection.

boolean

contains(object entity)

Determines whether an entity instance is managed in this EntityManager.

object

copy(object entity, mixed deep)

Creates a copy of the given entity.

static EntityManager

create(mixed conn, Configuration config, EventManager eventManager)

Factory method to create EntityManager instances.

Doctrine\ORM\NativeQuery

createNamedNativeQuery(string name)

Creates a NativeQuery from a named native query.

Doctrine\ORM\Query

createNamedQuery(string name)

Creates a Query from a named query.

NativeQuery

createNativeQuery(string sql, ResultSetMapping rsm)

Creates a native SQL query.

Doctrine\ORM\Query

createQuery(mixed dql, string The)

Creates a new Query object.

QueryBuilder

createQueryBuilder()

Create a QueryBuilder instance

void

detach(object entity)

Detaches an entity from the EntityManager, causing a managed entity to -become detached.

object

find(string entityName, mixed identifier)

Finds an Entity by its identifier. -

void

flush()

Flushes all changes to objects that have been queued up to now to the database. -

Doctrine\ORM\Mapping\ClassMetadata

getClassMetadata(mixed className)

Returns the metadata for a class.

Doctrine\ORM\Configuration

getConfiguration()

Gets the Configuration used by the EntityManager.

Doctrine\DBAL\Connection

getConnection()

Gets the database connection object used by the EntityManager.

Doctrine\Common\EventManager

getEventManager()

Gets the EventManager used by the EntityManager.

ExpressionBuilder

getExpressionBuilder()

Gets an ExpressionBuilder used for object-oriented construction of query expressions. -

Doctrine\ORM\Internal\Hydration\AbstractHydrator

getHydrator(int hydrationMode)

Gets a hydrator for the given hydration mode. -

Doctrine\ORM\Mapping\ClassMetadataFactory

getMetadataFactory()

Gets the metadata factory used to gather the metadata of classes.

ProxyFactory

getProxyFactory()

Gets the proxy factory used by the EntityManager to create entity proxies.

object

getReference(mixed entityName, mixed identifier)

Gets a reference to the entity identified by the given type and identifier -without actually loading it. -

EntityRepository

getRepository(string entityName)

Gets the repository for an entity class.

Doctrine\ORM\UnitOfWork

getUnitOfWork()

Gets the UnitOfWork used by the EntityManager to coordinate operations.

object

merge(object entity)

Merges the state of a detached entity into the persistence context -of this EntityManager and returns the managed copy of the entity. -

Doctrine\ORM\Internal\Hydration\AbstractHydrator

newHydrator(int hydrationMode)

Create a new instance for the given hydration mode.

void

persist(mixed entity, object object)

Tells the EntityManager to make an instance managed and persistent. -

void

refresh(object entity)

Refreshes the persistent state of an entity from the database, -overriding any local changes that have not yet been persisted.

void

remove(object entity)

Removes an entity instance. -

void

rollback()

Performs a rollback on the underlying database connection and closes the -EntityManager as it may now be in a corrupted state.

- -

Constructor Detail

-
/Doctrine/ORM/EntityManager.php at line 118
-

EntityManager

-public EntityManager(Doctrine\DBAL\Connection conn, Doctrine\ORM\Configuration config, Doctrine\Common\EventManager eventManager) -
-

Creates a new EntityManager that operates on the given database connection -and uses the given Configuration and EventManager implementations.

- -
- -

Method Detail

-
/Doctrine/ORM/EntityManager.php at line 176
-

beginTransaction

-public void beginTransaction() -
-

Starts a transaction on the underlying database connection.

- -
- -
/Doctrine/ORM/EntityManager.php at line 331
-

clear

-public void clear(string entityName) -
-

Clears the EntityManager. All entities that are currently managed -by this EntityManager become detached.

- -
- -
/Doctrine/ORM/EntityManager.php at line 346
-

close

-public void close() -
-

Closes the EntityManager. All entities that are currently managed -by this EntityManager become detached. The EntityManager may no longer -be used after it is closed.

- -
- -
/Doctrine/ORM/EntityManager.php at line 184
-

commit

-public void commit() -
-

Commits a transaction on the underlying database connection.

- -
- -
/Doctrine/ORM/EntityManager.php at line 482
-

contains

-public boolean contains(object entity) -
-

Determines whether an entity instance is managed in this EntityManager.

-
Returns:
-
TRUE if this EntityManager currently manages the given entity, FALSE otherwise.
-
-
- -
- -
/Doctrine/ORM/EntityManager.php at line 445
-

copy

-public object copy(object entity, mixed deep) -
-

Creates a copy of the given entity. Can create a shallow or a deep copy.

-
Parameters:
-
entity - The entity to copy.
-
Returns:
-
The new entity.
-
Todo:
-
Implementation or remove.
-
-
- -
- -
/Doctrine/ORM/EntityManager.php at line 596
-

create

-public static EntityManager create(mixed conn, Configuration config, EventManager eventManager) -
-

Factory method to create EntityManager instances.

-
Parameters:
-
conn - An array with the connection parameters or an existing Connection instance.
-
config - The Configuration instance to use.
-
eventManager - The EventManager instance to use.
-
Returns:
-
The created EntityManager.
-
-
- -
- -
/Doctrine/ORM/EntityManager.php at line 257
-

createNamedNativeQuery

-public Doctrine\ORM\NativeQuery createNamedNativeQuery(string name) -
-

Creates a NativeQuery from a named native query.

- -
- -
/Doctrine/ORM/EntityManager.php at line 231
-

createNamedQuery

-public Doctrine\ORM\Query createNamedQuery(string name) -
-

Creates a Query from a named query.

- -
- -
/Doctrine/ORM/EntityManager.php at line 243
-

createNativeQuery

-public NativeQuery createNativeQuery(string sql, ResultSetMapping rsm) -
-

Creates a native SQL query.

-
Parameters:
-
-
rsm - The ResultSetMapping to use.
-
-
- -
- -
/Doctrine/ORM/EntityManager.php at line 216
-

createQuery

-public Doctrine\ORM\Query createQuery(mixed dql, string The) -
-

Creates a new Query object.

-
Parameters:
-
The - DQL string.
-
-
- -
- -
/Doctrine/ORM/EntityManager.php at line 268
-

createQueryBuilder

-public QueryBuilder createQueryBuilder() -
-

Create a QueryBuilder instance

-
Returns:
-
$qb
-
-
- -
- -
/Doctrine/ORM/EntityManager.php at line 413
-

detach

-public void detach(object entity) -
-

Detaches an entity from the EntityManager, causing a managed entity to -become detached. Unflushed changes made to the entity if any -(including removal of the entity), will not be synchronized to the database. -Entities which previously referenced the detached entity will continue to -reference it.

-
Parameters:
-
entity - The entity to detach.
-
-
- -
- -
/Doctrine/ORM/EntityManager.php at line 293
-

find

-public object find(string entityName, mixed identifier) -
-

Finds an Entity by its identifier.

This is just a convenient shortcut for getRepository($entityName)->find($id).

- -
- -
/Doctrine/ORM/EntityManager.php at line 278
-

flush

-public void flush() -
-

Flushes all changes to objects that have been queued up to now to the database. -This effectively synchronizes the in-memory state of managed objects with the -database.

- -
- -
/Doctrine/ORM/EntityManager.php at line 205
-

getClassMetadata

-public Doctrine\ORM\Mapping\ClassMetadata getClassMetadata(mixed className) -
-

Returns the metadata for a class.

-
Internal:
-
Performance-sensitive method.
-
-
- -
- -
/Doctrine/ORM/EntityManager.php at line 504
-

getConfiguration

-public Doctrine\ORM\Configuration getConfiguration() -
-

Gets the Configuration used by the EntityManager.

- -
- -
/Doctrine/ORM/EntityManager.php at line 137
-

getConnection

-public Doctrine\DBAL\Connection getConnection() -
-

Gets the database connection object used by the EntityManager.

- -
- -
/Doctrine/ORM/EntityManager.php at line 494
-

getEventManager

-public Doctrine\Common\EventManager getEventManager() -
-

Gets the EventManager used by the EntityManager.

- -
- -
/Doctrine/ORM/EntityManager.php at line 165
-

getExpressionBuilder

-public ExpressionBuilder getExpressionBuilder() -
-

Gets an ExpressionBuilder used for object-oriented construction of query expressions.

Example:

[php] -$qb = $em->createQueryBuilder(); -$expr = $em->getExpressionBuilder(); -$qb->select('u')->from('User', 'u') -->where($expr->orX($expr->eq('u.id', 1), $expr->eq('u.id', 2)));

- -
- -
/Doctrine/ORM/EntityManager.php at line 540
-

getHydrator

-public Doctrine\ORM\Internal\Hydration\AbstractHydrator getHydrator(int hydrationMode) -
-

Gets a hydrator for the given hydration mode.

This method caches the hydrator instances which is used for all queries that don't -selectively iterate over the result.

- -
- -
/Doctrine/ORM/EntityManager.php at line 147
-

getMetadataFactory

-public Doctrine\ORM\Mapping\ClassMetadataFactory getMetadataFactory() -
-

Gets the metadata factory used to gather the metadata of classes.

- -
- -
/Doctrine/ORM/EntityManager.php at line 582
-

getProxyFactory

-public ProxyFactory getProxyFactory() -
-

Gets the proxy factory used by the EntityManager to create entity proxies.

- -
- -
/Doctrine/ORM/EntityManager.php at line 308
-

getReference

-public object getReference(mixed entityName, mixed identifier) -
-

Gets a reference to the entity identified by the given type and identifier -without actually loading it.

If partial objects are allowed, this method will return a partial object that only -has its identifier populated. Otherwise a proxy is returned that automatically -loads itself on first access.

-
Returns:
-
The entity reference.
-
-
- -
- -
/Doctrine/ORM/EntityManager.php at line 456
-

getRepository

-public EntityRepository getRepository(string entityName) -
-

Gets the repository for an entity class.

-
Parameters:
-
entityName - The name of the Entity.
-
Returns:
-
The repository.
-
-
- -
- -
/Doctrine/ORM/EntityManager.php at line 526
-

getUnitOfWork

-public Doctrine\ORM\UnitOfWork getUnitOfWork() -
-

Gets the UnitOfWork used by the EntityManager to coordinate operations.

- -
- -
/Doctrine/ORM/EntityManager.php at line 429
-

merge

-public object merge(object entity) -
-

Merges the state of a detached entity into the persistence context -of this EntityManager and returns the managed copy of the entity. -The entity passed to merge will not become associated/managed with this EntityManager.

-
Parameters:
-
entity - The detached entity to merge into the persistence context.
-
Returns:
-
The managed copy of the entity.
-
-
- -
- -
/Doctrine/ORM/EntityManager.php at line 555
-

newHydrator

-public Doctrine\ORM\Internal\Hydration\AbstractHydrator newHydrator(int hydrationMode) -
-

Create a new instance for the given hydration mode.

- -
- -
/Doctrine/ORM/EntityManager.php at line 363
-

persist

-public void persist(mixed entity, object object) -
-

Tells the EntityManager to make an instance managed and persistent.

The entity will be entered into the database at or before transaction -commit or as a result of the flush operation.

NOTE: The persist operation always considers entities that are not yet known to -this EntityManager as NEW. Do not pass detached entities to the persist operation.

-
Parameters:
-
object - The instance to make managed and persistent.
-
-
- -
- -
/Doctrine/ORM/EntityManager.php at line 395
-

refresh

-public void refresh(object entity) -
-

Refreshes the persistent state of an entity from the database, -overriding any local changes that have not yet been persisted.

-
Parameters:
-
entity - The entity to refresh.
-
-
- -
- -
/Doctrine/ORM/EntityManager.php at line 380
-

remove

-public void remove(object entity) -
-

Removes an entity instance.

A removed entity will be removed from the database at or before transaction commit -or as a result of the flush operation.

-
Parameters:
-
entity - The entity instance to remove.
-
-
- -
- -
/Doctrine/ORM/EntityManager.php at line 193
-

rollback

-public void rollback() -
-

Performs a rollback on the underlying database connection and closes the -EntityManager as it may now be in a corrupted state.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/entitynotfoundexception.html b/lib/api/doctrine/orm/entitynotfoundexception.html deleted file mode 100644 index 138d0d6ac..000000000 --- a/lib/api/doctrine/orm/entitynotfoundexception.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - - - -EntityNotFoundException (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\EntityNotFoundException
-
/Doctrine/ORM/EntityNotFoundException.php at line 11
- -

Class EntityNotFoundException

- -
Class:EntityNotFoundException - Superclass: ORMException
-Class:ORMException - Superclass: Exception
-Exception
⌊ ORMException
⌊ EntityNotFoundException
- -
- -

public class EntityNotFoundException
extends ORMException - -

- -

Exception thrown when a Proxy fails to retrieve an Entity result.

- -
-
Author:
-
robo
-
Since:
-
2.0
-
-
- - - - - - -
Constructor Summary

EntityNotFoundException()

- - - -
Methods inherited from Doctrine\ORM\ORMException
detachedEntityCannotBeRemoved, entityManagerClosed, entityMissingAssignedId, findByRequiresParameter, invalidEntityState, invalidFindByCall, invalidFlushMode, invalidHydrationMode, invalidResultCacheDriver, metadataCacheNotConfigured, mismatchedEventManager, missingMappingDriverImpl, notSupported, proxyClassesAlwaysRegenerating, queryCacheNotConfigured, removedEntityInCollectionDetected, unknownEntityNamespace, unrecognizedField
- -

Constructor Detail

-
/Doctrine/ORM/EntityNotFoundException.php at line 13
-

EntityNotFoundException

-public EntityNotFoundException() -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/entityrepository.html b/lib/api/doctrine/orm/entityrepository.html deleted file mode 100644 index 923588f8d..000000000 --- a/lib/api/doctrine/orm/entityrepository.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - - - - - - -EntityRepository (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\EntityRepository
-
/Doctrine/ORM/EntityRepository.php at line 40
- -

Class EntityRepository

- -
EntityRepository
- -
- -

public class EntityRepository

- -

An EntityRepository serves as a repository for entities with generic as well as -business specific methods for retrieving entities.

This class is designed for inheritance and users can subclass this class to -write their own repositories with business-specific methods to locate entities.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - -
Field Summary
protected Doctrine\ORM\Mapping\ClassMetadata

$_class

protected EntityManager

$_em

protected string

$_entityName

- - - - - - -
Constructor Summary

EntityRepository(EntityManager em, mixed class, ClassMetadata classMetadata)

Initializes a new EntityRepository.

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

clear()

Clears the repository, causing all managed entities to become detached.

QueryBuilder

createQueryBuilder(string alias)

Create a new QueryBuilder instance that is prepopulated for this entity name

object

find(mixed id, $id The, int hydrationMode)

Finds an entity by its primary key / identifier.

array

findAll(int hydrationMode)

Finds all entities in the repository.

array

findBy(mixed criteria, string column, string value)

Finds entities by a set of criteria.

object

findOneBy(mixed criteria, string column, string value)

Finds a single entity by a set of criteria.

- -

Field Detail

-
/Doctrine/ORM/EntityRepository.php at line 55
-

_class

-protected Doctrine\ORM\Mapping\ClassMetadata $_class -
-

- -
- -
/Doctrine/ORM/EntityRepository.php at line 50
-

_em

-protected EntityManager $_em -
-

- -
- -
/Doctrine/ORM/EntityRepository.php at line 45
-

_entityName

-protected string $_entityName -
-

- -
- -

Constructor Detail

-
/Doctrine/ORM/EntityRepository.php at line 63
-

EntityRepository

-public EntityRepository(EntityManager em, mixed class, ClassMetadata classMetadata) -
-

Initializes a new EntityRepository.

-
Parameters:
-
em - The EntityManager to use.
-
classMetadata - The class descriptor.
-
-
- -
- -

Method Detail

-
/Doctrine/ORM/EntityRepository.php at line 86
-

clear

-public void clear() -
-

Clears the repository, causing all managed entities to become detached.

- -
- -
/Doctrine/ORM/EntityRepository.php at line 76
-

createQueryBuilder

-public QueryBuilder createQueryBuilder(string alias) -
-

Create a new QueryBuilder instance that is prepopulated for this entity name

-
Returns:
-
$qb
-
-
- -
- -
/Doctrine/ORM/EntityRepository.php at line 98
-

find

-public object find(mixed id, $id The, int hydrationMode) -
-

Finds an entity by its primary key / identifier.

-
Parameters:
-
The - identifier.
-
hydrationMode - The hydration mode to use.
-
Returns:
-
The entity.
-
-
- -
- -
/Doctrine/ORM/EntityRepository.php at line 120
-

findAll

-public array findAll(int hydrationMode) -
-

Finds all entities in the repository.

-
Returns:
-
The entities.
-
-
- -
- -
/Doctrine/ORM/EntityRepository.php at line 132
-

findBy

-public array findBy(mixed criteria, string column, string value) -
-

Finds entities by a set of criteria.

- -
- -
/Doctrine/ORM/EntityRepository.php at line 144
-

findOneBy

-public object findOneBy(mixed criteria, string column, string value) -
-

Finds a single entity by a set of criteria.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/event/lifecycleeventargs.html b/lib/api/doctrine/orm/event/lifecycleeventargs.html deleted file mode 100644 index 66acce92a..000000000 --- a/lib/api/doctrine/orm/event/lifecycleeventargs.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - - - -LifecycleEventArgs (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Event\LifecycleEventArgs
-
/Doctrine/ORM/Event/LifecycleEventArgs.php at line 35
- -

Class LifecycleEventArgs

- -
Class:LifecycleEventArgs - Superclass: Doctrine
-Doctrine
⌊ LifecycleEventArgs
- -
- -

public class LifecycleEventArgs
extends Doctrine - -

- -

Lifecycle Events are triggered by the UnitOfWork during lifecycle transitions -of entities.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.com
-
Since:
-
1.0
-
Version:
-
$Revision$
-
Author:
-
Roman Borschel
-
Benjamin Eberlei
-
-
- - - - - - -
Constructor Summary

LifecycleEventArgs(mixed entity, mixed em)

- - - - - - - - - - - -
Method Summary
void

getEntity()

EntityManager

getEntityManager()

- -

Constructor Detail

-
/Doctrine/ORM/Event/LifecycleEventArgs.php at line 47
-

LifecycleEventArgs

-public LifecycleEventArgs(mixed entity, mixed em) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Event/LifecycleEventArgs.php at line 53
-

getEntity

-public void getEntity() -
-
- -
- -
/Doctrine/ORM/Event/LifecycleEventArgs.php at line 61
-

getEntityManager

-public EntityManager getEntityManager() -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/event/loadclassmetadataeventargs.html b/lib/api/doctrine/orm/event/loadclassmetadataeventargs.html deleted file mode 100644 index 9e2593bcc..000000000 --- a/lib/api/doctrine/orm/event/loadclassmetadataeventargs.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - -LoadClassMetadataEventArgs (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Event\LoadClassMetadataEventArgs
-
/Doctrine/ORM/Event/LoadClassMetadataEventArgs.php at line 13
- -

Class LoadClassMetadataEventArgs

- -
Class:LoadClassMetadataEventArgs - Superclass: EventArgs
-EventArgs
⌊ LoadClassMetadataEventArgs
- -
- -

public class LoadClassMetadataEventArgs
extends EventArgs - -

- -

Class that holds event arguments for a loadMetadata event.

- -
-
Author:
-
Jonathan H. Wage
-
Since:
-
2.0
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Version:
-
$Revision: 3938 $
-
-
- - - - - - -
Constructor Summary

LoadClassMetadataEventArgs(mixed classMetadata)

- - - - - - - -
Method Summary
void

getClassMetadata()

- - - -
Methods inherited from Doctrine\Common\EventArgs
getEmptyInstance
- -

Constructor Detail

-
/Doctrine/ORM/Event/LoadClassMetadataEventArgs.php at line 17
-

LoadClassMetadataEventArgs

-public LoadClassMetadataEventArgs(mixed classMetadata) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Event/LoadClassMetadataEventArgs.php at line 22
-

getClassMetadata

-public void getClassMetadata() -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/event/onflusheventargs.html b/lib/api/doctrine/orm/event/onflusheventargs.html deleted file mode 100644 index a7f243992..000000000 --- a/lib/api/doctrine/orm/event/onflusheventargs.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - -OnFlushEventArgs (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Event\OnFlushEventArgs
-
/Doctrine/ORM/Event/OnFlushEventArgs.php at line 34
- -

Class OnFlushEventArgs

- -
Class:OnFlushEventArgs - Superclass: Doctrine
-Doctrine
⌊ OnFlushEventArgs
- -
- -

public class OnFlushEventArgs
extends Doctrine - -

- -

Provides event arguments for the preFlush event.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.com
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Roman Borschel
-
Benjamin Eberlei
-
-
- - - - - - -
Constructor Summary

OnFlushEventArgs(mixed em)

- - - - - - - -
Method Summary
EntityManager

getEntityManager()

- -

Constructor Detail

-
/Doctrine/ORM/Event/OnFlushEventArgs.php at line 44
-

OnFlushEventArgs

-public OnFlushEventArgs(mixed em) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Event/OnFlushEventArgs.php at line 52
-

getEntityManager

-public EntityManager getEntityManager() -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/event/package-frame.html b/lib/api/doctrine/orm/event/package-frame.html deleted file mode 100644 index 616606e0a..000000000 --- a/lib/api/doctrine/orm/event/package-frame.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Event (Doctrine) - - - - -

Doctrine\ORM\Event

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/event/package-functions.html b/lib/api/doctrine/orm/event/package-functions.html deleted file mode 100644 index 4ecc4ecb2..000000000 --- a/lib/api/doctrine/orm/event/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/event/package-globals.html b/lib/api/doctrine/orm/event/package-globals.html deleted file mode 100644 index 490939261..000000000 --- a/lib/api/doctrine/orm/event/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/event/package-summary.html b/lib/api/doctrine/orm/event/package-summary.html deleted file mode 100644 index 7f609a2a7..000000000 --- a/lib/api/doctrine/orm/event/package-summary.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Event (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\ORM\Event

- - - - - - - -
Class Summary
LifecycleEventArgsLifecycle Events are triggered by the UnitOfWork during lifecycle transitions -of entities.
LoadClassMetadataEventArgsClass that holds event arguments for a loadMetadata event.
OnFlushEventArgsProvides event arguments for the preFlush event.
PreUpdateEventArgsClass that holds event arguments for a preInsert/preUpdate event.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/event/package-tree.html b/lib/api/doctrine/orm/event/package-tree.html deleted file mode 100644 index b2d261c39..000000000 --- a/lib/api/doctrine/orm/event/package-tree.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Event (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\ORM\Event

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/event/preupdateeventargs.html b/lib/api/doctrine/orm/event/preupdateeventargs.html deleted file mode 100644 index 552da5aff..000000000 --- a/lib/api/doctrine/orm/event/preupdateeventargs.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - -PreUpdateEventArgs (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Event\PreUpdateEventArgs
-
/Doctrine/ORM/Event/PreUpdateEventArgs.php at line 15
- -

Class PreUpdateEventArgs

- -
Class:PreUpdateEventArgs - Superclass: LifecycleEventArgs
-Class:LifecycleEventArgs - Superclass: Doctrine
-Doctrine
⌊ LifecycleEventArgs
⌊ PreUpdateEventArgs
- -
- -

public class PreUpdateEventArgs
extends LifecycleEventArgs - -

- -

Class that holds event arguments for a preInsert/preUpdate event.

- -
-
Author:
-
Roman Borschel
-
Benjamin Eberlei
-
Since:
-
2.0
-
-
- - - - - - -
Constructor Summary

PreUpdateEventArgs(object entity, EntityManager em, array changeSet)

- - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

getEntityChangeSet()

mixed

getNewValue(string field)

Get the new value of the changeset of the changed field.

mixed

getOldValue(string field)

Get the old value of the changeset of the changed field.

bool

hasChangedField(mixed field)

Field has a changeset?

void

setNewValue(string field, mixed value)

Set the new value of this field.

- - - -
Methods inherited from Doctrine\ORM\Event\LifecycleEventArgs
getEntity, getEntityManager
- -

Constructor Detail

-
/Doctrine/ORM/Event/PreUpdateEventArgs.php at line 28
-

PreUpdateEventArgs

-public PreUpdateEventArgs(object entity, EntityManager em, array changeSet) -
-

- -
- -

Method Detail

-
/Doctrine/ORM/Event/PreUpdateEventArgs.php at line 34
-

getEntityChangeSet

-public void getEntityChangeSet() -
-
- -
- -
/Doctrine/ORM/Event/PreUpdateEventArgs.php at line 68
-

getNewValue

-public mixed getNewValue(string field) -
-

Get the new value of the changeset of the changed field.

- -
- -
/Doctrine/ORM/Event/PreUpdateEventArgs.php at line 55
-

getOldValue

-public mixed getOldValue(string field) -
-

Get the old value of the changeset of the changed field.

- -
- -
/Doctrine/ORM/Event/PreUpdateEventArgs.php at line 44
-

hasChangedField

-public bool hasChangedField(mixed field) -
-

Field has a changeset?

- -
- -
/Doctrine/ORM/Event/PreUpdateEventArgs.php at line 81
-

setNewValue

-public void setNewValue(string field, mixed value) -
-

Set the new value of this field.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/events.html b/lib/api/doctrine/orm/events.html deleted file mode 100644 index ac9c188fd..000000000 --- a/lib/api/doctrine/orm/events.html +++ /dev/null @@ -1,245 +0,0 @@ - - - - - - - - - - - -Events (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Events
-
/Doctrine/ORM/Events.php at line 32
- -

Class Events

- -
Events
- -
- -

public final class Events

- -

Container for all ORM events.

This class cannot be instantiated.

- -
-
Author:
-
Roman Borschel
-
Since:
-
2.0
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
final string

loadClassMetadata

The loadClassMetadata event occurs after the mapping metadata for a class -has been loaded from a mapping source (annotations/xml/yaml).

final string

onFlush

The onFlush event occurs when the EntityManager#flush() operation is invoked, -after any changes to managed entities have been determined but before any -actual database operations are executed.

final string

postLoad

The postLoad event occurs for an entity after the entity has been loaded -into the current EntityManager from the database or after the refresh operation -has been applied to it. -

final string

postPersist

The postPersist event occurs for an entity after the entity has -been made persistent.

final string

postRemove

The postRemove event occurs for an entity after the entity has -been deleted.

final string

postUpdate

The postUpdate event occurs after the database update operations to -entity data.

final string

prePersist

The prePersist event occurs for a given entity before the respective -EntityManager persist operation for that entity is executed. -

final string

preRemove

The preRemove event occurs for a given entity before the respective -EntityManager remove operation for that entity is executed. -

final string

preUpdate

The preUpdate event occurs before the database update operations to -entity data.

- - - - - - -
Constructor Summary

Events()

- -

Field Detail

-
/Doctrine/ORM/Events.php at line 110
-

loadClassMetadata

-public final string loadClassMetadata = 'loadClassMetadata' -
-

The loadClassMetadata event occurs after the mapping metadata for a class -has been loaded from a mapping source (annotations/xml/yaml).

- -
- -
/Doctrine/ORM/Events.php at line 121
-

onFlush

-public final string onFlush = 'onFlush' -
-

The onFlush event occurs when the EntityManager#flush() operation is invoked, -after any changes to managed entities have been determined but before any -actual database operations are executed. The event is only raised if there is -actually something to do for the underlying UnitOfWork. If nothing needs to be done, -the onFlush event is not raised.

- -
- -
/Doctrine/ORM/Events.php at line 103
-

postLoad

-public final string postLoad = 'postLoad' -
-

The postLoad event occurs for an entity after the entity has been loaded -into the current EntityManager from the database or after the refresh operation -has been applied to it.

Note that the postLoad event occurs for an entity before any associations have been -initialized. Therefore it is not safe to access associations in a postLoad callback -or event handler.

This is an entity lifecycle event.

- -
- -
/Doctrine/ORM/Events.php at line 71
-

postPersist

-public final string postPersist = 'postPersist' -
-

The postPersist event occurs for an entity after the entity has -been made persistent. It will be invoked after the database insert operations. -Generated primary key values are available in the postPersist event.

This is an entity lifecycle event.

- -
- -
/Doctrine/ORM/Events.php at line 52
-

postRemove

-public final string postRemove = 'postRemove' -
-

The postRemove event occurs for an entity after the entity has -been deleted. It will be invoked after the database delete operations.

This is an entity lifecycle event.

- -
- -
/Doctrine/ORM/Events.php at line 89
-

postUpdate

-public final string postUpdate = 'postUpdate' -
-

The postUpdate event occurs after the database update operations to -entity data.

This is an entity lifecycle event.

- -
- -
/Doctrine/ORM/Events.php at line 61
-

prePersist

-public final string prePersist = 'prePersist' -
-

The prePersist event occurs for a given entity before the respective -EntityManager persist operation for that entity is executed.

This is an entity lifecycle event.

- -
- -
/Doctrine/ORM/Events.php at line 43
-

preRemove

-public final string preRemove = 'preRemove' -
-

The preRemove event occurs for a given entity before the respective -EntityManager remove operation for that entity is executed.

This is an entity lifecycle event.

- -
- -
/Doctrine/ORM/Events.php at line 80
-

preUpdate

-public final string preUpdate = 'preUpdate' -
-

The preUpdate event occurs before the database update operations to -entity data.

This is an entity lifecycle event.

- -
- -

Constructor Detail

-
/Doctrine/ORM/Events.php at line 34
-

Events

-public Events() -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/id/abstractidgenerator.html b/lib/api/doctrine/orm/id/abstractidgenerator.html deleted file mode 100644 index 18214ca7a..000000000 --- a/lib/api/doctrine/orm/id/abstractidgenerator.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - - - -AbstractIdGenerator (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Id\AbstractIdGenerator
-
/Doctrine/ORM/Id/AbstractIdGenerator.php at line 7
- -

Class AbstractIdGenerator

- -
AbstractIdGenerator
- -
- -

public abstract class AbstractIdGenerator

- -
- - - - - - - - - - - -
Method Summary
abstract mixed

generate(mixed em, Doctrine\ORM\Entity entity)

Generates an identifier for an entity.

boolean

isPostInsertGenerator()

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. -

- -

Method Detail

-
/Doctrine/ORM/Id/AbstractIdGenerator.php at line 15
-

generate

-public abstract mixed generate(mixed em, Doctrine\ORM\Entity entity) -
-

Generates an identifier for an entity.

- -
- -
/Doctrine/ORM/Id/AbstractIdGenerator.php at line 27
-

isPostInsertGenerator

-public boolean isPostInsertGenerator() -
-

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.

By default, this method returns FALSE. Generators that have this requirement -must override this method and return TRUE.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/id/assignedgenerator.html b/lib/api/doctrine/orm/id/assignedgenerator.html deleted file mode 100644 index 7880de2fa..000000000 --- a/lib/api/doctrine/orm/id/assignedgenerator.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - -AssignedGenerator (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Id\AssignedGenerator
-
/Doctrine/ORM/Id/AssignedGenerator.php at line 39
- -

Class AssignedGenerator

- -
Class:AssignedGenerator - Superclass: AbstractIdGenerator
-AbstractIdGenerator
⌊ AssignedGenerator
- -
- -

public class AssignedGenerator
extends AbstractIdGenerator - -

- -

Special generator for application-assigned identifiers (doesnt really generate anything).

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Method Summary
mixed

generate(mixed em, object entity)

Returns the identifier assigned to the given entity.

- - - -
Methods inherited from Doctrine\ORM\Id\AbstractIdGenerator
generate, isPostInsertGenerator
- -

Method Detail

-
/Doctrine/ORM/Id/AssignedGenerator.php at line 48
-

generate

-public mixed generate(mixed em, object entity) -
-

Returns the identifier assigned to the given entity.

-
Override.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/id/identitygenerator.html b/lib/api/doctrine/orm/id/identitygenerator.html deleted file mode 100644 index cadf907e9..000000000 --- a/lib/api/doctrine/orm/id/identitygenerator.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - -IdentityGenerator (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Id\IdentityGenerator
-
/Doctrine/ORM/Id/IdentityGenerator.php at line 7
- -

Class IdentityGenerator

- -
Class:IdentityGenerator - Superclass: AbstractIdGenerator
-AbstractIdGenerator
⌊ IdentityGenerator
- -
- -

public class IdentityGenerator
extends AbstractIdGenerator - -

- -
- - - - - - - - - - - -
Method Summary
integer|float

generate(mixed em, object entity)

Generates an ID for the given entity.

boolean

isPostInsertGenerator()

- - - -
Methods inherited from Doctrine\ORM\Id\AbstractIdGenerator
generate, isPostInsertGenerator
- -

Method Detail

-
/Doctrine/ORM/Id/IdentityGenerator.php at line 16
-

generate

-public integer|float generate(mixed em, object entity) -
-

Generates an ID for the given entity.

-
Override.
-
-
- -
- -
/Doctrine/ORM/Id/IdentityGenerator.php at line 25
-

isPostInsertGenerator

-public boolean isPostInsertGenerator() -
-

-
Override.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/id/package-frame.html b/lib/api/doctrine/orm/id/package-frame.html deleted file mode 100644 index 5a2c72dab..000000000 --- a/lib/api/doctrine/orm/id/package-frame.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Id (Doctrine) - - - - -

Doctrine\ORM\Id

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/id/package-functions.html b/lib/api/doctrine/orm/id/package-functions.html deleted file mode 100644 index 8433be7d0..000000000 --- a/lib/api/doctrine/orm/id/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/id/package-globals.html b/lib/api/doctrine/orm/id/package-globals.html deleted file mode 100644 index 438003c3c..000000000 --- a/lib/api/doctrine/orm/id/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/id/package-summary.html b/lib/api/doctrine/orm/id/package-summary.html deleted file mode 100644 index 1125c6d01..000000000 --- a/lib/api/doctrine/orm/id/package-summary.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Id (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\ORM\Id

- - - - - - - - - -
Class Summary
AbstractIdGenerator
AssignedGeneratorSpecial generator for application-assigned identifiers (doesnt really generate anything).
IdentityGenerator
SequenceGeneratorRepresents an ID generator that uses a database sequence.
SequenceIdentityGenerator
TableGeneratorId generator that uses a single-row database table and a hi/lo algorithm.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/id/package-tree.html b/lib/api/doctrine/orm/id/package-tree.html deleted file mode 100644 index 8f9cc9370..000000000 --- a/lib/api/doctrine/orm/id/package-tree.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Id (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\ORM\Id

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/id/sequencegenerator.html b/lib/api/doctrine/orm/id/sequencegenerator.html deleted file mode 100644 index 3b1c5c979..000000000 --- a/lib/api/doctrine/orm/id/sequencegenerator.html +++ /dev/null @@ -1,185 +0,0 @@ - - - - - - - - - - - -SequenceGenerator (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Id\SequenceGenerator
-
/Doctrine/ORM/Id/SequenceGenerator.php at line 32
- -

Class SequenceGenerator

- -
Class:SequenceGenerator - Superclass: AbstractIdGenerator
-AbstractIdGenerator
⌊ SequenceGenerator
- -
- -

public class SequenceGenerator
extends AbstractIdGenerator - -

- -

Represents an ID generator that uses a database sequence.

- -
-
Since:
-
2.0
-
Author:
-
Roman Borschel
-
-
- - - - - - -
Constructor Summary

SequenceGenerator(string sequenceName, integer allocationSize, Doctrine\ORM\EntityManager em)

Initializes a new sequence generator.

- - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
integer|float

generate(mixed em, object entity)

Generates an ID for the given entity.

integer|float

getCurrentMaxValue()

Gets the maximum value of the currently allocated bag of values.

integer|float

getNextValue()

Gets the next value that will be returned by generate().

void

serialize()

void

unserialize(mixed serialized)

- - - -
Methods inherited from Doctrine\ORM\Id\AbstractIdGenerator
generate, isPostInsertGenerator
- -

Constructor Detail

-
/Doctrine/ORM/Id/SequenceGenerator.php at line 46
-

SequenceGenerator

-public SequenceGenerator(string sequenceName, integer allocationSize, Doctrine\ORM\EntityManager em) -
-

Initializes a new sequence generator.

-
Parameters:
-
em - The EntityManager to use.
-
sequenceName - The name of the sequence.
-
allocationSize - The allocation size of the sequence.
-
-
- -
- -

Method Detail

-
/Doctrine/ORM/Id/SequenceGenerator.php at line 59
-

generate

-public integer|float generate(mixed em, object entity) -
-

Generates an ID for the given entity.

-
Returns:
-
The generated value.
-
Override.
-
-
- -
- -
/Doctrine/ORM/Id/SequenceGenerator.php at line 76
-

getCurrentMaxValue

-public integer|float getCurrentMaxValue() -
-

Gets the maximum value of the currently allocated bag of values.

- -
- -
/Doctrine/ORM/Id/SequenceGenerator.php at line 86
-

getNextValue

-public integer|float getNextValue() -
-

Gets the next value that will be returned by generate().

- -
- -
/Doctrine/ORM/Id/SequenceGenerator.php at line 91
-

serialize

-public void serialize() -
-
- -
- -
/Doctrine/ORM/Id/SequenceGenerator.php at line 99
-

unserialize

-public void unserialize(mixed serialized) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/id/sequenceidentitygenerator.html b/lib/api/doctrine/orm/id/sequenceidentitygenerator.html deleted file mode 100644 index f331063ea..000000000 --- a/lib/api/doctrine/orm/id/sequenceidentitygenerator.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - -SequenceIdentityGenerator (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Id\SequenceIdentityGenerator
-
/Doctrine/ORM/Id/SequenceIdentityGenerator.php at line 7
- -

Class SequenceIdentityGenerator

- -
Class:SequenceIdentityGenerator - Superclass: IdentityGenerator
-Class:IdentityGenerator - Superclass: AbstractIdGenerator
-AbstractIdGenerator
⌊ IdentityGenerator
⌊ SequenceIdentityGenerator
- -
- -

public class SequenceIdentityGenerator
extends IdentityGenerator - -

- -
- - - - - - -
Constructor Summary

SequenceIdentityGenerator(mixed sequenceName)

- - - - - - - - - - - -
Method Summary
mixed

generate(mixed em, Doctrine\ORM\Entity entity)

Generates an identifier for an entity.

boolean

isPostInsertGenerator()

- - - -
Methods inherited from Doctrine\ORM\Id\IdentityGenerator
generate, isPostInsertGenerator
- - - -
Methods inherited from Doctrine\ORM\Id\AbstractIdGenerator
generate, isPostInsertGenerator
- -

Constructor Detail

-
/Doctrine/ORM/Id/SequenceIdentityGenerator.php at line 11
-

SequenceIdentityGenerator

-public SequenceIdentityGenerator(mixed sequenceName) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Id/SequenceIdentityGenerator.php at line 16
-

generate

-public mixed generate(mixed em, Doctrine\ORM\Entity entity) -
-

Generates an identifier for an entity.

-
Override.
-
-
- -
- -
/Doctrine/ORM/Id/SequenceIdentityGenerator.php at line 25
-

isPostInsertGenerator

-public boolean isPostInsertGenerator() -
-

-
Override.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/id/tablegenerator.html b/lib/api/doctrine/orm/id/tablegenerator.html deleted file mode 100644 index 66576b331..000000000 --- a/lib/api/doctrine/orm/id/tablegenerator.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - -TableGenerator (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Id\TableGenerator
-
/Doctrine/ORM/Id/TableGenerator.php at line 19
- -

Class TableGenerator

- -
Class:TableGenerator - Superclass: AbstractIdGenerator
-AbstractIdGenerator
⌊ TableGenerator
- -
- -

public class TableGenerator
extends AbstractIdGenerator - -

- -

Id generator that uses a single-row database table and a hi/lo algorithm.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - -
Constructor Summary

TableGenerator(mixed tableName, mixed sequenceName, mixed allocationSize)

- - - - - - - -
Method Summary
mixed

generate(mixed em, Doctrine\ORM\Entity entity)

Generates an identifier for an entity.

- - - -
Methods inherited from Doctrine\ORM\Id\AbstractIdGenerator
generate, isPostInsertGenerator
- -

Constructor Detail

-
/Doctrine/ORM/Id/TableGenerator.php at line 27
-

TableGenerator

-public TableGenerator(mixed tableName, mixed sequenceName, mixed allocationSize) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Id/TableGenerator.php at line 34
-

generate

-public mixed generate(mixed em, Doctrine\ORM\Entity entity) -
-

Generates an identifier for an entity.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/internal/commitordercalculator.html b/lib/api/doctrine/orm/internal/commitordercalculator.html deleted file mode 100644 index 54da5646b..000000000 --- a/lib/api/doctrine/orm/internal/commitordercalculator.html +++ /dev/null @@ -1,199 +0,0 @@ - - - - - - - - - - - -CommitOrderCalculator (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Internal\CommitOrderCalculator
-
/Doctrine/ORM/Internal/CommitOrderCalculator.php at line 31
- -

Class CommitOrderCalculator

- -
CommitOrderCalculator
- -
- -

public class CommitOrderCalculator

- -

The CommitOrderCalculator is used by the UnitOfWork to sort out the -correct order in which changes to entities need to be persisted.

- -
-
Since:
-
2.0
-
Author:
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - -
Field Summary
final int

IN_PROGRESS

final int

NOT_VISITED

final int

VISITED

- - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

addClass(mixed class)

void

addDependency(mixed fromClass, mixed toClass)

void

clear()

Clears the current graph.

array

getCommitOrder()

Gets a valid commit order for all current nodes. -

void

hasClass(mixed className)

- -

Field Detail

-
/Doctrine/ORM/Internal/CommitOrderCalculator.php at line 34
-

IN_PROGRESS

-public final int IN_PROGRESS = 2 -
-
- -
- -
/Doctrine/ORM/Internal/CommitOrderCalculator.php at line 33
-

NOT_VISITED

-public final int NOT_VISITED = 1 -
-
- -
- -
/Doctrine/ORM/Internal/CommitOrderCalculator.php at line 35
-

VISITED

-public final int VISITED = 3 -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Internal/CommitOrderCalculator.php at line 116
-

addClass

-public void addClass(mixed class) -
-
- -
- -
/Doctrine/ORM/Internal/CommitOrderCalculator.php at line 106
-

addDependency

-public void addDependency(mixed fromClass, mixed toClass) -
-
- -
- -
/Doctrine/ORM/Internal/CommitOrderCalculator.php at line 47
-

clear

-public void clear() -
-

Clears the current graph.

- -
- -
/Doctrine/ORM/Internal/CommitOrderCalculator.php at line 61
-

getCommitOrder

-public array getCommitOrder() -
-

Gets a valid commit order for all current nodes.

Uses a depth-first search (DFS) to traverse the graph. -The desired topological sorting is the reverse postorder of these searches.

-
Returns:
-
The list of ordered classes.
-
-
- -
- -
/Doctrine/ORM/Internal/CommitOrderCalculator.php at line 111
-

hasClass

-public void hasClass(mixed className) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/internal/hydration/abstracthydrator.html b/lib/api/doctrine/orm/internal/hydration/abstracthydrator.html deleted file mode 100644 index 5b464f479..000000000 --- a/lib/api/doctrine/orm/internal/hydration/abstracthydrator.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - - - - - - -AbstractHydrator (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Internal\Hydration\AbstractHydrator
-
/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php at line 40
- -

Class AbstractHydrator

- -
AbstractHydrator
- -
- -

public abstract class AbstractHydrator

- -

Base class for all hydrators. A hydrator is a class that provides some form -of transformation of an SQL result set into another structure.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3192 $
-
Author:
-
Konsta Vesterinen
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
protected mixed

$_cache

@var array The cache used during row-by-row hydration.

protected mixed

$_em

@var EntityManager The EntityManager instance.

protected mixed

$_hints

@var array The query hints.

protected mixed

$_platform

@var AbstractPlatform The dbms Platform instance

protected mixed

$_rsm

@var ResultSetMapping The ResultSetMapping.

protected mixed

$_stmt

@var Statement The statement that provides the data to hydrate.

protected mixed

$_uow

@var UnitOfWork The UnitOfWork of the associated EntityManager.

- - - - - - -
Constructor Summary

AbstractHydrator(Doctrine\ORM\EntityManager em)

Initializes a new instance of a class derived from AbstractHydrator.

- - - - - - - - - - - - - - - -
Method Summary
mixed

hydrateAll(object stmt, object resultSetMapping, mixed hints)

Hydrates all rows returned by the passed statement instance at once.

mixed

hydrateRow()

Hydrates a single row returned by the current statement instance during -row-by-row hydration with {@link iterate()}.

IterableResult

iterate(object stmt, object resultSetMapping, mixed hints)

Initiates a row-by-row hydration.

- -

Field Detail

-
/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php at line 55
-

_cache

-protected mixed $_cache = array() -
-

array The cache used during row-by-row hydration.

- -
- -
/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php at line 46
-

_em

-protected mixed $_em -
-

EntityManager The EntityManager instance.

- -
- -
/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php at line 61
-

_hints

-protected mixed $_hints -
-

array The query hints.

- -
- -
/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php at line 49
-

_platform

-protected mixed $_platform -
-

AbstractPlatform The dbms Platform instance

- -
- -
/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php at line 43
-

_rsm

-protected mixed $_rsm -
-

ResultSetMapping The ResultSetMapping.

- -
- -
/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php at line 58
-

_stmt

-protected mixed $_stmt -
-

Statement The statement that provides the data to hydrate.

- -
- -
/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php at line 52
-

_uow

-protected mixed $_uow -
-

UnitOfWork The UnitOfWork of the associated EntityManager.

- -
- -

Constructor Detail

-
/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php at line 68
-

AbstractHydrator

-public AbstractHydrator(Doctrine\ORM\EntityManager em) -
-

Initializes a new instance of a class derived from AbstractHydrator.

-
Parameters:
-
em - The EntityManager to use.
-
-
- -
- -

Method Detail

-
/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php at line 98
-

hydrateAll

-public mixed hydrateAll(object stmt, object resultSetMapping, mixed hints) -
-

Hydrates all rows returned by the passed statement instance at once.

- -
- -
/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php at line 115
-

hydrateRow

-public mixed hydrateRow() -
-

Hydrates a single row returned by the current statement instance during -row-by-row hydration with iterate().

- -
- -
/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php at line 82
-

iterate

-public IterableResult iterate(object stmt, object resultSetMapping, mixed hints) -
-

Initiates a row-by-row hydration.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/internal/hydration/arrayhydrator.html b/lib/api/doctrine/orm/internal/hydration/arrayhydrator.html deleted file mode 100644 index d6e7d2c93..000000000 --- a/lib/api/doctrine/orm/internal/hydration/arrayhydrator.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - -ArrayHydrator (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Internal\Hydration\ArrayHydrator
-
/Doctrine/ORM/Internal/Hydration/ArrayHydrator.php at line 33
- -

Class ArrayHydrator

- -
Class:ArrayHydrator - Superclass: AbstractHydrator
-AbstractHydrator
⌊ ArrayHydrator
- -
- -

public class ArrayHydrator
extends AbstractHydrator - -

- -

The ArrayHydrator produces a nested array "graph" that is often (not always) -interchangeable with the corresponding object graph for read-only access.

- -
-
Author:
-
Roman Borschel
-
Since:
-
1.0
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Version:
-
$Revision: 3192 $
-
-
- - - -
Fields inherited from Doctrine\ORM\Internal\Hydration\AbstractHydrator
_cache, _em, _hints, _platform, _rsm, _stmt, _uow
- - - -
Methods inherited from Doctrine\ORM\Internal\Hydration\AbstractHydrator
hydrateAll, hydrateRow, iterate
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/internal/hydration/hydrationexception.html b/lib/api/doctrine/orm/internal/hydration/hydrationexception.html deleted file mode 100644 index 60a03e307..000000000 --- a/lib/api/doctrine/orm/internal/hydration/hydrationexception.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - - - -HydrationException (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Internal\Hydration\HydrationException
-
/Doctrine/ORM/Internal/Hydration/HydrationException.php at line 5
- -

Class HydrationException

- -
Class:HydrationException - Superclass: Doctrine
-Doctrine
⌊ HydrationException
- -
- -

public class HydrationException
extends Doctrine - -

- -
- - - - - - - - - - - -
Method Summary
static void

nonUniqueResult()

static void

parentObjectOfRelationNotFound(mixed alias, mixed parentAlias)

- -

Method Detail

-
/Doctrine/ORM/Internal/Hydration/HydrationException.php at line 7
-

nonUniqueResult

-public static void nonUniqueResult() -
-
- -
- -
/Doctrine/ORM/Internal/Hydration/HydrationException.php at line 12
-

parentObjectOfRelationNotFound

-public static void parentObjectOfRelationNotFound(mixed alias, mixed parentAlias) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/internal/hydration/iterableresult.html b/lib/api/doctrine/orm/internal/hydration/iterableresult.html deleted file mode 100644 index d035b72eb..000000000 --- a/lib/api/doctrine/orm/internal/hydration/iterableresult.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - - - -IterableResult (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Internal\Hydration\IterableResult
-
/Doctrine/ORM/Internal/Hydration/IterableResult.php at line 31
- -

Class IterableResult

- -
IterableResult
- -
- -

public class IterableResult

- -

Represents a result structure that can be iterated over, hydrating row-by-row -during the iteration. An IterableResult is obtained by AbstractHydrator#iterate().

- -
-
Author:
-
robo
-
Since:
-
2.0
-
-
- - - - - - -
Constructor Summary

IterableResult(Doctrine\ORM\Internal\Hydration\AbstractHydrator hydrator)

- - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
mixed

current()

int

key()

array

next()

Gets the next set of results.

void

rewind()

bool

valid()

- -

Constructor Detail

-
/Doctrine/ORM/Internal/Hydration/IterableResult.php at line 56
-

IterableResult

-public IterableResult(Doctrine\ORM\Internal\Hydration\AbstractHydrator hydrator) -
-

- -
- -

Method Detail

-
/Doctrine/ORM/Internal/Hydration/IterableResult.php at line 86
-

current

-public mixed current() -
-

- -
- -
/Doctrine/ORM/Internal/Hydration/IterableResult.php at line 94
-

key

-public int key() -
-

- -
- -
/Doctrine/ORM/Internal/Hydration/IterableResult.php at line 76
-

next

-public array next() -
-

Gets the next set of results.

- -
- -
/Doctrine/ORM/Internal/Hydration/IterableResult.php at line 61
-

rewind

-public void rewind() -
-
- -
- -
/Doctrine/ORM/Internal/Hydration/IterableResult.php at line 102
-

valid

-public bool valid() -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/internal/hydration/objecthydrator.html b/lib/api/doctrine/orm/internal/hydration/objecthydrator.html deleted file mode 100644 index 4bada0a5f..000000000 --- a/lib/api/doctrine/orm/internal/hydration/objecthydrator.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - -ObjectHydrator (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Internal\Hydration\ObjectHydrator
-
/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php at line 37
- -

Class ObjectHydrator

- -
Class:ObjectHydrator - Superclass: AbstractHydrator
-AbstractHydrator
⌊ ObjectHydrator
- -
- -

public class ObjectHydrator
extends AbstractHydrator - -

- -

The ObjectHydrator constructs an object graph out of an SQL result set.

- -
-
Author:
-
Roman Borschel
-
Since:
-
2.0
-
Internal:
-
Highly performance-sensitive code.
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Version:
-
$Revision: 3192 $
-
-
- - - -
Fields inherited from Doctrine\ORM\Internal\Hydration\AbstractHydrator
_cache, _em, _hints, _platform, _rsm, _stmt, _uow
- - - -
Methods inherited from Doctrine\ORM\Internal\Hydration\AbstractHydrator
hydrateAll, hydrateRow, iterate
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/internal/hydration/package-frame.html b/lib/api/doctrine/orm/internal/hydration/package-frame.html deleted file mode 100644 index 297760b53..000000000 --- a/lib/api/doctrine/orm/internal/hydration/package-frame.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Internal\Hydration (Doctrine) - - - - -

Doctrine\ORM\Internal\Hydration

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/internal/hydration/package-functions.html b/lib/api/doctrine/orm/internal/hydration/package-functions.html deleted file mode 100644 index ad32d640b..000000000 --- a/lib/api/doctrine/orm/internal/hydration/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/internal/hydration/package-globals.html b/lib/api/doctrine/orm/internal/hydration/package-globals.html deleted file mode 100644 index 4160c2153..000000000 --- a/lib/api/doctrine/orm/internal/hydration/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/internal/hydration/package-summary.html b/lib/api/doctrine/orm/internal/hydration/package-summary.html deleted file mode 100644 index 618960fa6..000000000 --- a/lib/api/doctrine/orm/internal/hydration/package-summary.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Internal\Hydration (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\ORM\Internal\Hydration

- - - - - - - - - - -
Class Summary
AbstractHydratorBase class for all hydrators.
ArrayHydratorThe ArrayHydrator produces a nested array "graph" that is often (not always) -interchangeable with the corresponding object graph for read-only access.
HydrationException
IterableResultRepresents a result structure that can be iterated over, hydrating row-by-row -during the iteration.
ObjectHydratorThe ObjectHydrator constructs an object graph out of an SQL result set.
ScalarHydratorHydrator that produces flat, rectangular results of scalar data. -
SingleScalarHydratorHydrator that hydrates a single scalar value from the result set.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/internal/hydration/package-tree.html b/lib/api/doctrine/orm/internal/hydration/package-tree.html deleted file mode 100644 index 616cf465e..000000000 --- a/lib/api/doctrine/orm/internal/hydration/package-tree.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Internal\Hydration (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\ORM\Internal\Hydration

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/internal/hydration/scalarhydrator.html b/lib/api/doctrine/orm/internal/hydration/scalarhydrator.html deleted file mode 100644 index 826860fd5..000000000 --- a/lib/api/doctrine/orm/internal/hydration/scalarhydrator.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - -ScalarHydrator (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Internal\Hydration\ScalarHydrator
-
/Doctrine/ORM/Internal/Hydration/ScalarHydrator.php at line 34
- -

Class ScalarHydrator

- -
Class:ScalarHydrator - Superclass: AbstractHydrator
-AbstractHydrator
⌊ ScalarHydrator
- -
- -

public class ScalarHydrator
extends AbstractHydrator - -

- -

Hydrator that produces flat, rectangular results of scalar data. -The created result is almost the same as a regular SQL result set, except -that column names are mapped to field names and data type conversions take place.

- -
-
Author:
-
Roman Borschel
-
Since:
-
2.0
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Version:
-
$Revision: 3192 $
-
-
- - - -
Fields inherited from Doctrine\ORM\Internal\Hydration\AbstractHydrator
_cache, _em, _hints, _platform, _rsm, _stmt, _uow
- - - -
Methods inherited from Doctrine\ORM\Internal\Hydration\AbstractHydrator
hydrateAll, hydrateRow, iterate
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/internal/hydration/singlescalarhydrator.html b/lib/api/doctrine/orm/internal/hydration/singlescalarhydrator.html deleted file mode 100644 index a2d27c1d4..000000000 --- a/lib/api/doctrine/orm/internal/hydration/singlescalarhydrator.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - -SingleScalarHydrator (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Internal\Hydration\SingleScalarHydrator
-
/Doctrine/ORM/Internal/Hydration/SingleScalarHydrator.php at line 32
- -

Class SingleScalarHydrator

- -
Class:SingleScalarHydrator - Superclass: AbstractHydrator
-AbstractHydrator
⌊ SingleScalarHydrator
- -
- -

public class SingleScalarHydrator
extends AbstractHydrator - -

- -

Hydrator that hydrates a single scalar value from the result set.

- -
-
Author:
-
Roman Borschel
-
Since:
-
2.0
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Version:
-
$Revision: 3192 $
-
-
- - - -
Fields inherited from Doctrine\ORM\Internal\Hydration\AbstractHydrator
_cache, _em, _hints, _platform, _rsm, _stmt, _uow
- - - -
Methods inherited from Doctrine\ORM\Internal\Hydration\AbstractHydrator
hydrateAll, hydrateRow, iterate
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/internal/package-frame.html b/lib/api/doctrine/orm/internal/package-frame.html deleted file mode 100644 index 3130b159c..000000000 --- a/lib/api/doctrine/orm/internal/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Internal (Doctrine) - - - - -

Doctrine\ORM\Internal

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/internal/package-functions.html b/lib/api/doctrine/orm/internal/package-functions.html deleted file mode 100644 index 553ea031b..000000000 --- a/lib/api/doctrine/orm/internal/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/internal/package-globals.html b/lib/api/doctrine/orm/internal/package-globals.html deleted file mode 100644 index 23bfdb1b4..000000000 --- a/lib/api/doctrine/orm/internal/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/internal/package-summary.html b/lib/api/doctrine/orm/internal/package-summary.html deleted file mode 100644 index 8e384345b..000000000 --- a/lib/api/doctrine/orm/internal/package-summary.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Internal (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\ORM\Internal

- - - - -
Class Summary
CommitOrderCalculatorThe CommitOrderCalculator is used by the UnitOfWork to sort out the -correct order in which changes to entities need to be persisted.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/internal/package-tree.html b/lib/api/doctrine/orm/internal/package-tree.html deleted file mode 100644 index 568d99cad..000000000 --- a/lib/api/doctrine/orm/internal/package-tree.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Internal (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\ORM\Internal

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/associationmapping.html b/lib/api/doctrine/orm/mapping/associationmapping.html deleted file mode 100644 index d6d09617f..000000000 --- a/lib/api/doctrine/orm/mapping/associationmapping.html +++ /dev/null @@ -1,471 +0,0 @@ - - - - - - - - - - - -AssociationMapping (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\AssociationMapping
-
/Doctrine/ORM/Mapping/AssociationMapping.php at line 36
- -

Class AssociationMapping

- -
AssociationMapping
- -
- -

public abstract class AssociationMapping

- -

Base class for association mappings.

IMPORTANT NOTE:

The fields of this class are only public for 2 reasons: -1) To allow fast, internal READ access. -2) To drastically reduce the size of a serialized instance (private/protected members -get the whole class name, namespace inclusive, prepended to every property in -the serialized representation).

- -
-
Author:
-
Roman Borschel
-
Since:
-
2.0
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
final integer

FETCH_EAGER

Specifies that an association is to be fetched when the owner of the -association is fetched.

final integer

FETCH_LAZY

Specifies that an association is to be fetched when it is first accessed.

string

$declared

READ-ONLY: The name of the entity or mapped superclass that declares -the association field in an inheritance hierarchy.

integer

$fetchMode

READ-ONLY: The fetch mode used for the association.

string

$inherited

READ-ONLY: The name of the entity class from which the association was -inherited in an inheritance hierarchy.

string

$inversedBy

READ-ONLY: Identifies the field on the inverse side of a bidirectional association. -

boolean

$isCascadeDetach

READ-ONLY: Whether the association cascades detach() operations from the source entity -to the target entity/entities.

boolean

$isCascadeMerge

READ-ONLY: Whether the association cascades merge() operations from the source entity -to the target entity/entities.

boolean

$isCascadePersist

READ-ONLY: Whether the association cascades save() operations from the source entity -to the target entity/entities.

boolean

$isCascadeRefresh

READ-ONLY: Whether the association cascades refresh() operations from the source entity -to the target entity/entities.

boolean

$isCascadeRemove

READ-ONLY: Whether the association cascades delete() operations from the source entity -to the target entity/entities.

boolean

$isOwningSide

READ-ONLY: Flag that indicates whether the class that defines this mapping is -the owning side of the association.

array

$joinTable

READ-ONLY: The join table definition, if any.

string

$mappedBy

READ-ONLY: Identifies the field on the owning side of a bidirectional association that -controls the mapping for the association.

string

$sourceEntityName

READ-ONLY: The name of the source Entity (the Entity that defines this mapping).

string

$sourceFieldName

READ-ONLY: Identifies the field on the source class (the class this AssociationMapping -belongs to) that represents the association and stores the reference to the -other entity/entities.

string

$targetEntityName

READ-ONLY: The name of the target Entity (the Enitity that is the target of the -association).

- - - - - - -
Constructor Summary

AssociationMapping(array mapping)

Initializes a new instance of a class derived from AssociationMapping.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
string

getQuotedJoinTableName(AbstractPlatform platform)

Gets the (possibly quoted) name of the join table.

boolean

hasCascades()

Checks whether the association has any cascades configured.

boolean

isEagerlyFetched()

Whether the target entity/entities of the association are eagerly fetched.

boolean

isLazilyFetched()

Whether the target entity/entities of the association are lazily fetched.

boolean

isManyToMany()

Whether the association is a many-to-many association.

boolean

isOneToMany()

Whether the association is a one-to-many association.

boolean

isOneToOne()

Whether the association is a one-to-one association.

abstract void

load(object sourceEntity, object target, EntityManager em, array joinColumnValues)

Loads data in $target domain object using this association. -

boolean

usesJoinTable()

Whether the association uses a join table for the mapping.

- -

Field Detail

-
/Doctrine/ORM/Mapping/AssociationMapping.php at line 50
-

FETCH_EAGER

-public final integer FETCH_EAGER = 3 -
-

Specifies that an association is to be fetched when the owner of the -association is fetched.

- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 43
-

FETCH_LAZY

-public final integer FETCH_LAZY = 2 -
-

Specifies that an association is to be fetched when it is first accessed.

- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 169
-

declared

-public string $declared -
-

READ-ONLY: The name of the entity or mapped superclass that declares -the association field in an inheritance hierarchy.

- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 97
-

fetchMode

-public integer $fetchMode -
-

READ-ONLY: The fetch mode used for the association.

- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 161
-

inherited

-public string $inherited -
-

READ-ONLY: The name of the entity class from which the association was -inherited in an inheritance hierarchy.

- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 146
-

inversedBy

-public string $inversedBy -
-

READ-ONLY: Identifies the field on the inverse side of a bidirectional association. -This is only set on the owning side of an association.

- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 90
-

isCascadeDetach

-public boolean $isCascadeDetach -
-

READ-ONLY: Whether the association cascades detach() operations from the source entity -to the target entity/entities.

- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 82
-

isCascadeMerge

-public boolean $isCascadeMerge -
-

READ-ONLY: Whether the association cascades merge() operations from the source entity -to the target entity/entities.

- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 66
-

isCascadePersist

-public boolean $isCascadePersist -
-

READ-ONLY: Whether the association cascades save() operations from the source entity -to the target entity/entities.

- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 74
-

isCascadeRefresh

-public boolean $isCascadeRefresh -
-

READ-ONLY: Whether the association cascades refresh() operations from the source entity -to the target entity/entities.

- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 58
-

isCascadeRemove

-public boolean $isCascadeRemove -
-

READ-ONLY: Whether the association cascades delete() operations from the source entity -to the target entity/entities.

- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 105
-

isOwningSide

-public boolean $isOwningSide = true -
-

READ-ONLY: Flag that indicates whether the class that defines this mapping is -the owning side of the association.

- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 153
-

joinTable

-public array $joinTable -
-

READ-ONLY: The join table definition, if any.

- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 138
-

mappedBy

-public string $mappedBy -
-

READ-ONLY: Identifies the field on the owning side of a bidirectional association that -controls the mapping for the association. This is only set on the inverse side -of an association.

- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 112
-

sourceEntityName

-public string $sourceEntityName -
-

READ-ONLY: The name of the source Entity (the Entity that defines this mapping).

- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 129
-

sourceFieldName

-public string $sourceFieldName -
-

READ-ONLY: Identifies the field on the source class (the class this AssociationMapping -belongs to) that represents the association and stores the reference to the -other entity/entities.

- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 120
-

targetEntityName

-public string $targetEntityName -
-

READ-ONLY: The name of the target Entity (the Enitity that is the target of the -association).

- -
- -

Constructor Detail

-
/Doctrine/ORM/Mapping/AssociationMapping.php at line 176
-

AssociationMapping

-public AssociationMapping(array mapping) -
-

Initializes a new instance of a class derived from AssociationMapping.

-
Parameters:
-
mapping - The mapping definition.
-
-
- -
- -

Method Detail

-
/Doctrine/ORM/Mapping/AssociationMapping.php at line 337
-

getQuotedJoinTableName

-public string getQuotedJoinTableName(AbstractPlatform platform) -
-

Gets the (possibly quoted) name of the join table.

- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 309
-

hasCascades

-public boolean hasCascades() -
-

Checks whether the association has any cascades configured.

- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 249
-

isEagerlyFetched

-public boolean isEagerlyFetched() -
-

Whether the target entity/entities of the association are eagerly fetched.

- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 259
-

isLazilyFetched

-public boolean isLazilyFetched() -
-

Whether the target entity/entities of the association are lazily fetched.

- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 289
-

isManyToMany

-public boolean isManyToMany() -
-

Whether the association is a many-to-many association.

- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 279
-

isOneToMany

-public boolean isOneToMany() -
-

Whether the association is a one-to-many association.

- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 269
-

isOneToOne

-public boolean isOneToOne() -
-

Whether the association is a one-to-one association.

- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 329
-

load

-public abstract void load(object sourceEntity, object target, EntityManager em, array joinColumnValues) -
-

Loads data in $target domain object using this association. -The data comes from the association navigated from $sourceEntity -using $em.

-
Parameters:
-
-
target - an entity or a collection
-
-
joinColumnValues - foreign keys (significative for this association) of $sourceEntity, if needed
-
-
- -
- -
/Doctrine/ORM/Mapping/AssociationMapping.php at line 299
-

usesJoinTable

-public boolean usesJoinTable() -
-

Whether the association uses a join table for the mapping.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/changetrackingpolicy.html b/lib/api/doctrine/orm/mapping/changetrackingpolicy.html deleted file mode 100644 index a3616b9fb..000000000 --- a/lib/api/doctrine/orm/mapping/changetrackingpolicy.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - -ChangeTrackingPolicy (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\ChangeTrackingPolicy
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 125
- -

Class ChangeTrackingPolicy

- -
Class:ChangeTrackingPolicy - Superclass: Annotation
-Annotation
⌊ ChangeTrackingPolicy
- -
- -

public final class ChangeTrackingPolicy
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/classmetadata.html b/lib/api/doctrine/orm/mapping/classmetadata.html deleted file mode 100644 index d8a9badb7..000000000 --- a/lib/api/doctrine/orm/mapping/classmetadata.html +++ /dev/null @@ -1,309 +0,0 @@ - - - - - - - - - - - -ClassMetadata (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\ClassMetadata
-
/Doctrine/ORM/Mapping/ClassMetadata.php at line 42
- -

Class ClassMetadata

- -
Class:ClassMetadata - Superclass: ClassMetadataInfo
-ClassMetadataInfo
⌊ ClassMetadata
- -
- -

public class ClassMetadata
extends ClassMetadataInfo - -

- -

A ClassMetadata instance holds all the object-relational mapping metadata -of an entity and it's associations.

Once populated, ClassMetadata instances are usually cached in a serialized form.

IMPORTANT NOTE:

The fields of this class are only public for 2 reasons: -1) To allow fast READ access. -2) To drastically reduce the size of a serialized instance (private/protected members -get the whole class name, namespace inclusive, prepended to every property in -the serialized representation).

- -
-
Author:
-
Roman Borschel
-
Jonathan H. Wage
-
Since:
-
2.0
-
-
- - - - - - - - - - - -
Field Summary
ReflectionClass

$reflClass

The ReflectionClass instance of the mapped class.

array

$reflFields

The ReflectionProperty instances of the mapped class.

- - - -
Fields inherited from Doctrine\ORM\Mapping\ClassMetadataInfo
CHANGETRACKING_DEFERRED_EXPLICIT, CHANGETRACKING_DEFERRED_IMPLICIT, CHANGETRACKING_NOTIFY, GENERATOR_TYPE_AUTO, GENERATOR_TYPE_IDENTITY, GENERATOR_TYPE_NONE, GENERATOR_TYPE_SEQUENCE, GENERATOR_TYPE_TABLE, INHERITANCE_TYPE_JOINED, INHERITANCE_TYPE_NONE, INHERITANCE_TYPE_SINGLE_TABLE, INHERITANCE_TYPE_TABLE_PER_CLASS, associationMappings, changeTrackingPolicy, columnNames, customRepositoryClassName, discriminatorColumn, discriminatorMap, discriminatorValue, fieldMappings, fieldNames, generatorType, idGenerator, identifier, inheritanceType, isIdentifierComposite, isMappedSuperclass, isVersioned, lifecycleCallbacks, name, namespace, parentClasses, rootEntityName, sequenceGeneratorDefinition, subClasses, table, tableGeneratorDefinition, versionField
- - - - - - -
Constructor Summary

ClassMetadata(string entityName)

Initializes a new ClassMetadata instance that will hold the object-relational mapping -metadata of the class with the given name.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

getFieldValue(object entity, string field)

Gets the specified field's value off the given entity.

array

getIdentifierValues(object entity)

Extracts the identifier values of an entity of this class. -

string

getQuotedColumnName(string field, AbstractPlatform platform)

Gets the (possibly quoted) column name of a mapped field for safe use -in an SQL statement.

string

getQuotedTableName(AbstractPlatform platform)

Gets the (possibly quoted) primary table name of this class for safe use -in an SQL statement.

ReflectionClass

getReflectionClass()

Gets the ReflectionClass instance of the mapped class.

array

getReflectionProperties()

Gets the ReflectionPropertys of the mapped class.

ReflectionProperty

getReflectionProperty(string name)

Gets a ReflectionProperty for a specific field of the mapped class.

ReflectionProperty

getSingleIdReflectionProperty()

Gets the ReflectionProperty for the single identifier field.

object

newInstance()

Creates a new instance of the mapped class, without invoking the constructor.

void

setFieldValue(object entity, string field, mixed value)

Sets the specified field to the specified value on the given entity.

void

setIdentifierValues(object entity, mixed id)

Populates the entity identifier of an entity.

- - - -
Methods inherited from Doctrine\ORM\Mapping\ClassMetadataInfo
addInheritedAssociationMapping, addInheritedFieldMapping, addLifecycleCallback, getAssociationMapping, getAssociationMappings, getColumnName, getColumnNames, getFieldMapping, getFieldName, getIdentifierColumnNames, getIdentifierFieldNames, getLifecycleCallbacks, getSingleIdentifierColumnName, getSingleIdentifierFieldName, getTableName, getTemporaryIdTableName, getTypeOfColumn, getTypeOfField, hasAssociation, hasField, hasLifecycleCallbacks, invokeLifecycleCallbacks, isChangeTrackingDeferredExplicit, isChangeTrackingDeferredImplicit, isChangeTrackingNotify, isCollectionValuedAssociation, isIdGeneratorIdentity, isIdGeneratorSequence, isIdGeneratorTable, isIdentifier, isIdentifierNatural, isInheritanceTypeJoined, isInheritanceTypeNone, isInheritanceTypeSingleTable, isInheritanceTypeTablePerClass, isInheritedAssociation, isInheritedField, isNullable, isSingleValuedAssociation, isUniqueField, mapField, mapManyToMany, mapManyToOne, mapOneToMany, mapOneToOne, setChangeTrackingPolicy, setCustomRepositoryClass, setDiscriminatorColumn, setDiscriminatorMap, setIdGenerator, setIdGeneratorType, setIdentifier, setInheritanceType, setLifecycleCallbacks, setParentClasses, setPrimaryTable, setSequenceGeneratorDefinition, setSubclasses, setTableName, setVersionField, setVersionMapping, setVersioned, usesIdGenerator
- -

Field Detail

-
/Doctrine/ORM/Mapping/ClassMetadata.php at line 49
-

reflClass

-public ReflectionClass $reflClass -
-

The ReflectionClass instance of the mapped class.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadata.php at line 56
-

reflFields

-public array $reflFields = array() -
-

The ReflectionProperty instances of the mapped class.

- -
- -

Constructor Detail

-
/Doctrine/ORM/Mapping/ClassMetadata.php at line 71
-

ClassMetadata

-public ClassMetadata(string entityName) -
-

Initializes a new ClassMetadata instance that will hold the object-relational mapping -metadata of the class with the given name.

-
Parameters:
-
entityName - The name of the entity class the new instance is used for.
-
-
- -
- -

Method Detail

-
/Doctrine/ORM/Mapping/ClassMetadata.php at line 203
-

getFieldValue

-public void getFieldValue(object entity, string field) -
-

Gets the specified field's value off the given entity.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadata.php at line 151
-

getIdentifierValues

-public array getIdentifierValues(object entity) -
-

Extracts the identifier values of an entity of this class.

For composite identifiers, the identifier values are returned as an array -with the same order as the field order in identifier.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadata.php at line 233
-

getQuotedColumnName

-public string getQuotedColumnName(string field, AbstractPlatform platform) -
-

Gets the (possibly quoted) column name of a mapped field for safe use -in an SQL statement.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadata.php at line 247
-

getQuotedTableName

-public string getQuotedTableName(AbstractPlatform platform) -
-

Gets the (possibly quoted) primary table name of this class for safe use -in an SQL statement.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadata.php at line 84
-

getReflectionClass

-public ReflectionClass getReflectionClass() -
-

Gets the ReflectionClass instance of the mapped class.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadata.php at line 94
-

getReflectionProperties

-public array getReflectionProperties() -
-

Gets the ReflectionPropertys of the mapped class.

-
Returns:
-
An array of ReflectionProperty instances.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadata.php at line 105
-

getReflectionProperty

-public ReflectionProperty getReflectionProperty(string name) -
-

Gets a ReflectionProperty for a specific field of the mapped class.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadata.php at line 116
-

getSingleIdReflectionProperty

-public ReflectionProperty getSingleIdReflectionProperty() -
-

Gets the ReflectionProperty for the single identifier field.

-
Throws:
-
If the class has a composite identifier.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadata.php at line 340
-

newInstance

-public object newInstance() -
-

Creates a new instance of the mapped class, without invoking the constructor.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadata.php at line 192
-

setFieldValue

-public void setFieldValue(object entity, string field, mixed value) -
-

Sets the specified field to the specified value on the given entity.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadata.php at line 174
-

setIdentifierValues

-public void setIdentifierValues(object entity, mixed id) -
-

Populates the entity identifier of an entity.

-
Todo:
-
Rename to assignIdentifier()
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/classmetadatafactory.html b/lib/api/doctrine/orm/mapping/classmetadatafactory.html deleted file mode 100644 index a513af02a..000000000 --- a/lib/api/doctrine/orm/mapping/classmetadatafactory.html +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - - - - - - -ClassMetadataFactory (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\ClassMetadataFactory
-
/Doctrine/ORM/Mapping/ClassMetadataFactory.php at line 42
- -

Class ClassMetadataFactory

- -
ClassMetadataFactory
- -
- -

public class ClassMetadataFactory

- -

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.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - -
Constructor Summary

ClassMetadataFactory(mixed em, $driver The)

Creates a new factory instance that uses the given metadata driver implementation.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
array

getAllMetadata()

Forces the factory to load the metadata of all classes known to the underlying -mapping driver.

Doctrine\Common\Cache\Cache

getCacheDriver()

Gets the cache driver used by the factory to cache ClassMetadata instances.

void

getLoadedMetadata()

Doctrine\ORM\Mapping\ClassMetadata

getMetadataFor(string className)

Gets the class metadata descriptor for a class.

boolean

hasMetadataFor(string className)

Checks whether the factory has the metadata for a class loaded already.

void

setCacheDriver(Doctrine\Common\Cache\Cache cacheDriver)

Sets the cache driver used by the factory to cache ClassMetadata instances.

void

setMetadataFor(string className, ClassMetadata class)

Sets the metadata descriptor for a specific class. -

- -

Constructor Detail

-
/Doctrine/ORM/Mapping/ClassMetadataFactory.php at line 61
-

ClassMetadataFactory

-public ClassMetadataFactory(mixed em, $driver The) -
-

Creates a new factory instance that uses the given metadata driver implementation.

-
Parameters:
-
The - metadata driver to use.
-
-
- -
- -

Method Detail

-
/Doctrine/ORM/Mapping/ClassMetadataFactory.php at line 97
-

getAllMetadata

-public array getAllMetadata() -
-

Forces the factory to load the metadata of all classes known to the underlying -mapping driver.

-
Returns:
-
The ClassMetadata instances of all mapped classes.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataFactory.php at line 81
-

getCacheDriver

-public Doctrine\Common\Cache\Cache getCacheDriver() -
-

Gets the cache driver used by the factory to cache ClassMetadata instances.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataFactory.php at line 86
-

getLoadedMetadata

-public void getLoadedMetadata() -
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataFactory.php at line 129
-

getMetadataFor

-public Doctrine\ORM\Mapping\ClassMetadata getMetadataFor(string className) -
-

Gets the class metadata descriptor for a class.

-
Parameters:
-
className - The name of the class.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataFactory.php at line 176
-

hasMetadataFor

-public boolean hasMetadataFor(string className) -
-

Checks whether the factory has the metadata for a class loaded already.

-
Returns:
-
TRUE if the metadata of the class in question is already loaded, FALSE otherwise.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataFactory.php at line 71
-

setCacheDriver

-public void setCacheDriver(Doctrine\Common\Cache\Cache cacheDriver) -
-

Sets the cache driver used by the factory to cache ClassMetadata instances.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataFactory.php at line 189
-

setMetadataFor

-public void setMetadataFor(string className, ClassMetadata class) -
-

Sets the metadata descriptor for a specific class.

NOTE: This is only useful in very special cases, like when generating proxy classes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/classmetadatainfo.html b/lib/api/doctrine/orm/mapping/classmetadatainfo.html deleted file mode 100644 index e9639e307..000000000 --- a/lib/api/doctrine/orm/mapping/classmetadatainfo.html +++ /dev/null @@ -1,1635 +0,0 @@ - - - - - - - - - - - -ClassMetadataInfo (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\ClassMetadataInfo
-
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 40
- -

Class ClassMetadataInfo

- -
ClassMetadataInfo
- -
- -

public class ClassMetadataInfo

- -

A ClassMetadata instance holds all the object-relational mapping metadata -of an entity and it's associations.

Once populated, ClassMetadata instances are usually cached in a serialized form.

IMPORTANT NOTE:

The fields of this class are only public for 2 reasons: -1) To allow fast READ access. -2) To drastically reduce the size of a serialized instance (private/protected members -get the whole class name, namespace inclusive, prepended to every property in -the serialized representation).

- -
-
Author:
-
Roman Borschel
-
Jonathan H. Wage
-
Since:
-
2.0
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
final int

CHANGETRACKING_DEFERRED_EXPLICIT

DEFERRED_EXPLICIT means that changes of entities are calculated at commit-time -by doing a property-by-property comparison with the original data.

final int

CHANGETRACKING_DEFERRED_IMPLICIT

DEFERRED_IMPLICIT means that changes of entities are calculated at commit-time -by doing a property-by-property comparison with the original data.

final int

CHANGETRACKING_NOTIFY

NOTIFY means that Doctrine relies on the entities sending out notifications -when their properties change.

final int

GENERATOR_TYPE_AUTO

AUTO means the generator type will depend on what the used platform prefers. -

final int

GENERATOR_TYPE_IDENTITY

IDENTITY means an identity column is used for id generation.

final int

GENERATOR_TYPE_NONE

NONE means the class does not have a generated id.

final int

GENERATOR_TYPE_SEQUENCE

SEQUENCE means a separate sequence object will be used.

final int

GENERATOR_TYPE_TABLE

TABLE means a separate table is used for id generation. -

final int

INHERITANCE_TYPE_JOINED

JOINED means the class will be persisted according to the rules of -Class Table Inheritance.

final int

INHERITANCE_TYPE_NONE

NONE means the class does not participate in an inheritance hierarchy -and therefore does not need an inheritance mapping type.

final int

INHERITANCE_TYPE_SINGLE_TABLE

SINGLE_TABLE means the class will be persisted according to the rules of -Single Table Inheritance.

final int

INHERITANCE_TYPE_TABLE_PER_CLASS

TABLE_PER_CLASS means the class will be persisted according to the rules -of Concrete Table Inheritance.

array

$associationMappings

READ-ONLY: The association mappings of this class.

integer

$changeTrackingPolicy

READ-ONLY: The policy used for change-tracking on entities of this class.

array

$columnNames

READ-ONLY: A map of field names to column names.

string

$customRepositoryClassName

The name of the custom repository class used for the entity class. -

array

$discriminatorColumn

READ-ONLY: The definition of the descriminator column used in JOINED and SINGLE_TABLE -inheritance mappings.

mixed

$discriminatorMap

READ-ONLY: The discriminator map of all mapped classes in the hierarchy. -

mixed

$discriminatorValue

READ-ONLY: The discriminator value of this class. -

array

$fieldMappings

READ-ONLY: The field mappings of the class. -

array

$fieldNames

READ-ONLY: An array of field names.

string

$generatorType

READ-ONLY: The Id generator type used by the class.

AbstractIdGenerator

$idGenerator

READ-ONLY: The ID generator used for generating IDs for this class.

array

$identifier

READ-ONLY: The field names of all fields that are part of the identifier/primary key -of the mapped entity class.

integer

$inheritanceType

READ-ONLY: The inheritance mapping type used by the class.

boolean

$isIdentifierComposite

READ-ONLY: Flag indicating whether the identifier/primary key of the class is composite.

boolean

$isMappedSuperclass

READ-ONLY: Whether this class describes the mapping of a mapped superclass.

boolean $isVersioned

$isVersioned

READ-ONLY: A flag for whether or not instances of this class are to be versioned -with optimistic locking.

array

$lifecycleCallbacks

READ-ONLY: The registered lifecycle callbacks for entities of this class.

mixed

$name

READ-ONLY: The name of the entity class.

string

$namespace

READ-ONLY: The namespace the entity class is contained in.

array

$parentClasses

READ-ONLY: The names of the parent classes (ancestors).

string

$rootEntityName

READ-ONLY: The name of the entity class that is at the root of the mapped entity inheritance -hierarchy.

array

$sequenceGeneratorDefinition

READ-ONLY: The definition of the sequence generator of this class.

array

$subClasses

READ-ONLY: The names of all subclasses (descendants).

array

$table

READ-ONLY: The primary table definition.

array

$tableGeneratorDefinition

READ-ONLY: The definition of the table generator of this class.

mixed $versionField

$versionField

READ-ONLY: The name of the field which is used for versioning in optimistic locking (if any).

- - - - - - -
Constructor Summary

ClassMetadataInfo(string entityName)

Initializes a new ClassMetadata instance that will hold the object-relational mapping -metadata of the class with the given name.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

addInheritedAssociationMapping(AssociationMapping mapping, string owningClassName)

INTERNAL: -Adds an association mapping without completing/validating it. -

void

addInheritedFieldMapping(mixed fieldMapping, array mapping)

INTERNAL: -Adds a field mapping without completing/validating it. -

void

addLifecycleCallback(string callback, string event)

Adds a lifecycle callback for entities of this class. -

Doctrine\ORM\Mapping\AssociationMapping

getAssociationMapping(string fieldName)

Gets the mapping of an association.

array

getAssociationMappings()

Gets all association mappings of the class.

string

getColumnName(string fieldName)

Gets a column name for a field name. -

array

getColumnNames(mixed fieldNames)

Gets an array containing all the column names.

array

getFieldMapping(string fieldName)

Gets the mapping of a (regular) field that holds some data but not a -reference to another object.

string

getFieldName(string columnName)

Gets the field name for a column name. -

array

getIdentifierColumnNames()

Returns an array with all the identifier column names.

mixed

getIdentifierFieldNames()

Gets the identifier (primary key) field names of the class.

array

getLifecycleCallbacks(string event)

Gets the registered lifecycle callbacks for an event.

string

getSingleIdentifierColumnName()

Gets the column name of the single id column.

string

getSingleIdentifierFieldName()

Gets the name of the single id field.

string

getTableName()

Gets the name of the primary table.

string

getTemporaryIdTableName()

Gets the table name to use for temporary identifier tables of this class.

Doctrine\DBAL\Types\Type

getTypeOfColumn(mixed columnName)

Gets the type of a column.

Doctrine\DBAL\Types\Type

getTypeOfField(string fieldName)

Gets the type of a field.

boolean

hasAssociation(string fieldName)

Checks whether the class has a mapped association with the given field name.

boolean

hasField(mixed fieldName)

Checks whether the class has a (mapped) field with a certain name.

boolean

hasLifecycleCallbacks(string lifecycleEvent)

Whether the class has any attached lifecycle listeners or callbacks for a lifecycle event.

void

invokeLifecycleCallbacks(mixed lifecycleEvent, Entity entity, string event)

Dispatches the lifecycle event of the given entity to the registered -lifecycle callbacks and lifecycle listeners.

boolean

isChangeTrackingDeferredExplicit()

Whether the change tracking policy of this class is "deferred explicit".

boolean

isChangeTrackingDeferredImplicit()

Whether the change tracking policy of this class is "deferred implicit".

boolean

isChangeTrackingNotify()

Whether the change tracking policy of this class is "notify".

boolean

isCollectionValuedAssociation(string fieldName)

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).

boolean

isIdGeneratorIdentity()

Checks whether the class uses an identity column for the Id generation.

boolean

isIdGeneratorSequence()

Checks whether the class uses a sequence for id generation.

boolean

isIdGeneratorTable()

Checks whether the class uses a table for id generation.

boolean

isIdentifier(string fieldName)

Checks whether a field is part of the identifier/primary key field(s).

boolean

isIdentifierNatural()

Checks whether the class has a natural identifier/pk (which means it does -not use any Id generator.

boolean

isInheritanceTypeJoined()

Checks whether the mapped class uses the JOINED inheritance mapping strategy.

boolean

isInheritanceTypeNone()

boolean

isInheritanceTypeSingleTable()

Checks whether the mapped class uses the SINGLE_TABLE inheritance mapping strategy.

boolean

isInheritanceTypeTablePerClass()

Checks whether the mapped class uses the TABLE_PER_CLASS inheritance mapping strategy.

boolean

isInheritedAssociation(string fieldName)

Checks whether a mapped association field is inherited from a superclass.

boolean

isInheritedField(mixed fieldName)

Checks whether a mapped field is inherited from an entity superclass.

boolean

isNullable(string fieldName)

Check if the field is not null.

boolean

isSingleValuedAssociation(string fieldName)

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).

boolean

isUniqueField(string fieldName)

Check if the field is unique.

void

mapField(array mapping)

Adds a mapped field to the class.

void

mapManyToMany(array mapping)

Adds a many-to-many mapping.

void

mapManyToOne(array mapping)

Adds a many-to-one mapping.

void

mapOneToMany(array mapping)

Adds a one-to-many mapping.

void

mapOneToOne(array mapping)

Adds a one-to-one mapping.

void

setChangeTrackingPolicy(integer policy)

Sets the change tracking policy used by this class.

void

setCustomRepositoryClass(mixed repositoryClassName, string mapperClassName)

Registers a custom repository class for the entity class.

void

setDiscriminatorColumn(array columnDef)

Sets the discriminator column definition.

void

setDiscriminatorMap(array map)

Sets the discriminator values used by this class. -

void

setIdGenerator(AbstractIdGenerator generator)

Sets the ID generator used to generate IDs for instances of this class.

void

setIdGeneratorType(mixed generatorType)

Sets the type of Id generator to use for the mapped class.

void

setIdentifier(array identifier)

INTERNAL: -Sets the mapped identifier/primary key fields of this class. -

void

setInheritanceType(integer type)

Sets the inheritance type used by the class and it's subclasses.

void

setLifecycleCallbacks(array callbacks)

Sets the lifecycle callbacks for entities of this class. -

void

setParentClasses(mixed classNames)

Sets the parent class names. -

void

setPrimaryTable(array primaryTableDefinition)

Sets the primary table definition.

void

setSequenceGeneratorDefinition(array definition)

Sets the definition of the sequence ID generator for this class. -

void

setSubclasses(array subclasses)

Sets the mapped subclasses of this class.

void

setTableName(string tableName)

Sets the name of the primary table the class is mapped to.

void

setVersionField(string versionField)

Sets the name of the field that is to be used for versioning if this class is -versioned for optimistic locking.

void

setVersionMapping(array mapping)

Sets the version field mapping used for versioning.

void

setVersioned(boolean bool)

Sets whether this class is to be versioned for optimistic locking.

boolean

usesIdGenerator()

Checks whether the mapped class uses an Id generator.

- -

Field Detail

-
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 106
-

CHANGETRACKING_DEFERRED_EXPLICIT

-public final int CHANGETRACKING_DEFERRED_EXPLICIT = 2 -
-

DEFERRED_EXPLICIT means that changes of entities are calculated at commit-time -by doing a property-by-property comparison with the original data. This will -be done only for entities that were explicitly saved (through persist() or a cascade).

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 100
-

CHANGETRACKING_DEFERRED_IMPLICIT

-public final int CHANGETRACKING_DEFERRED_IMPLICIT = 1 -
-

DEFERRED_IMPLICIT means that changes of entities are calculated at commit-time -by doing a property-by-property comparison with the original data. This will -be done for all entities that are in MANAGED state at commit-time.

This is the default change tracking policy.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 112
-

CHANGETRACKING_NOTIFY

-public final int CHANGETRACKING_NOTIFY = 3 -
-

NOTIFY means that Doctrine relies on the entities sending out notifications -when their properties change. Such entity classes must implement -the NotifyPropertyChanged interface.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 69
-

GENERATOR_TYPE_AUTO

-public final int GENERATOR_TYPE_AUTO = 1 -
-

AUTO means the generator type will depend on what the used platform prefers. -Offers full portability.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 87
-

GENERATOR_TYPE_IDENTITY

-public final int GENERATOR_TYPE_IDENTITY = 4 -
-

IDENTITY means an identity column is used for id generation. The database -will fill in the id column on insertion. Platforms that do not support -native identity columns may emulate them. Full portability is currently -not guaranteed.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 92
-

GENERATOR_TYPE_NONE

-public final int GENERATOR_TYPE_NONE = 5 -
-

NONE means the class does not have a generated id. That means the class -must have a natural, manually assigned id.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 75
-

GENERATOR_TYPE_SEQUENCE

-public final int GENERATOR_TYPE_SEQUENCE = 2 -
-

SEQUENCE means a separate sequence object will be used. Platforms that do -not have native sequence support may emulate it. Full portability is currently -not guaranteed.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 80
-

GENERATOR_TYPE_TABLE

-public final int GENERATOR_TYPE_TABLE = 3 -
-

TABLE means a separate table is used for id generation. -Offers full portability.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 52
-

INHERITANCE_TYPE_JOINED

-public final int INHERITANCE_TYPE_JOINED = 2 -
-

JOINED means the class will be persisted according to the rules of -Class Table Inheritance.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 47
-

INHERITANCE_TYPE_NONE

-public final int INHERITANCE_TYPE_NONE = 1 -
-

NONE means the class does not participate in an inheritance hierarchy -and therefore does not need an inheritance mapping type.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 57
-

INHERITANCE_TYPE_SINGLE_TABLE

-public final int INHERITANCE_TYPE_SINGLE_TABLE = 3 -
-

SINGLE_TABLE means the class will be persisted according to the rules of -Single Table Inheritance.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 62
-

INHERITANCE_TYPE_TABLE_PER_CLASS

-public final int INHERITANCE_TYPE_TABLE_PER_CLASS = 4 -
-

TABLE_PER_CLASS means the class will be persisted according to the rules -of Concrete Table Inheritance.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 305
-

associationMappings

-public array $associationMappings = array() -
-

READ-ONLY: The association mappings of this class.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 352
-

changeTrackingPolicy

-public integer $changeTrackingPolicy = self::CHANGETRACKING_DEFERRED_IMPLICIT -
-

READ-ONLY: The policy used for change-tracking on entities of this class.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 247
-

columnNames

-public array $columnNames = array() -
-

READ-ONLY: A map of field names to column names. Keys are field names and values column names. -Used to look up column names from field names. -This is the reverse lookup map of $_fieldNames.

-
Todo:
-
We could get rid of this array by just using $fieldMappings[$fieldName]['columnName'].
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 142
-

customRepositoryClassName

-public string $customRepositoryClassName -
-

The name of the custom repository class used for the entity class. -(Optional).

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 277
-

discriminatorColumn

-public array $discriminatorColumn -
-

READ-ONLY: The definition of the descriminator column used in JOINED and SINGLE_TABLE -inheritance mappings.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 269
-

discriminatorMap

-public mixed $discriminatorMap = array() -
-

READ-ONLY: The discriminator map of all mapped classes in the hierarchy.

This does only apply to the JOINED and SINGLE_TABLE inheritance mapping strategies -where a discriminator column is used.

-
See Also:
-
discriminatorColumn
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 258
-

discriminatorValue

-public mixed $discriminatorValue -
-

READ-ONLY: The discriminator value of this class.

This does only apply to the JOINED and SINGLE_TABLE inheritance mapping strategies -where a discriminator column is used.

-
See Also:
-
discriminatorColumn
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 228
-

fieldMappings

-public array $fieldMappings = array() -
-

READ-ONLY: The field mappings of the class. -Keys are field names and values are mapping definitions.

The mapping definition array has the following values:

- fieldName (string) -The name of the field in the Entity.

- type (string) -The type name of the mapped field. Can be one of Doctrine's mapping types -or a custom mapping type.

- columnName (string, optional) -The column name. Optional. Defaults to the field name.

- length (integer, optional) -The database length of the column. Optional. Default value taken from -the type.

- id (boolean, optional) -Marks the field as the primary key of the entity. Multiple fields of an -entity can have the id attribute, forming a composite key.

- nullable (boolean, optional) -Whether the column is nullable. Defaults to FALSE.

- columnDefinition (string, optional, schema-only) -The SQL fragment that is used when generating the DDL for the column.

- precision (integer, optional, schema-only) -The precision of a decimal column. Only valid if the column type is decimal.

- scale (integer, optional, schema-only) -The scale of a decimal column. Only valid if the column type is decimal.

- unique (string, optional, schema-only) -Whether a unique constraint should be generated for the column.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 237
-

fieldNames

-public array $fieldNames = array() -
-

READ-ONLY: An array of field names. Used to look up field names from column names. -Keys are column names and values are field names. -This is the reverse lookup map of $_columnNames.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 185
-

generatorType

-public string $generatorType = self::GENERATOR_TYPE_NONE -
-

READ-ONLY: The Id generator type used by the class.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 320
-

idGenerator

-public AbstractIdGenerator $idGenerator -
-

READ-ONLY: The ID generator used for generating IDs for this class.

-
Todo:
-
Remove
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 171
-

identifier

-public array $identifier = array() -
-

READ-ONLY: The field names of all fields that are part of the identifier/primary key -of the mapped entity class.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 178
-

inheritanceType

-public integer $inheritanceType = self::INHERITANCE_TYPE_NONE -
-

READ-ONLY: The inheritance mapping type used by the class.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 312
-

isIdentifierComposite

-public boolean $isIdentifierComposite = false -
-

READ-ONLY: Flag indicating whether the identifier/primary key of the class is composite.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 149
-

isMappedSuperclass

-public boolean $isMappedSuperclass = false -
-

READ-ONLY: Whether this class describes the mapping of a mapped superclass.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 360
-

isVersioned

-public boolean $isVersioned $isVersioned -
-

READ-ONLY: A flag for whether or not instances of this class are to be versioned -with optimistic locking.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 298
-

lifecycleCallbacks

-public array $lifecycleCallbacks = array() -
-

READ-ONLY: The registered lifecycle callbacks for entities of this class.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 117
-

name

-public mixed $name -
-

READ-ONLY: The name of the entity class.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 125
-

namespace

-public string $namespace -
-

READ-ONLY: The namespace the entity class is contained in.

-
Todo:
-
Not really needed. Usage could be localized.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 156
-

parentClasses

-public array $parentClasses = array() -
-

READ-ONLY: The names of the parent classes (ancestors).

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 134
-

rootEntityName

-public string $rootEntityName -
-

READ-ONLY: The name of the entity class that is at the root of the mapped entity inheritance -hierarchy. If the entity is not part of a mapped inheritance hierarchy this is the same -as $entityName.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 337
-

sequenceGeneratorDefinition

-public array $sequenceGeneratorDefinition -
-

READ-ONLY: The definition of the sequence generator of this class. Only used for the -SEQUENCE generation strategy.

The definition has the following structure: - -array( -'sequenceName' => 'name', -'allocationSize' => 20, -'initialValue' => 1 -) -

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 163
-

subClasses

-public array $subClasses = array() -
-

READ-ONLY: The names of all subclasses (descendants).

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 291
-

table

-public array $table -
-

READ-ONLY: The primary table definition. The definition is an array with the -following entries:

name => -schema => -indexes => array -uniqueConstraints => array

-
Todo:
-
Rename to just $table
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 345
-

tableGeneratorDefinition

-public array $tableGeneratorDefinition -
-

READ-ONLY: The definition of the table generator of this class. Only used for the -TABLE generation strategy.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 367
-

versionField

-public mixed $versionField $versionField -
-

READ-ONLY: The name of the field which is used for versioning in optimistic locking (if any).

- -
- -

Constructor Detail

-
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 375
-

ClassMetadataInfo

-public ClassMetadataInfo(string entityName) -
-

Initializes a new ClassMetadata instance that will hold the object-relational mapping -metadata of the class with the given name.

-
Parameters:
-
entityName - The name of the entity class the new instance is used for.
-
-
- -
- -

Method Detail

-
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 957
-

addInheritedAssociationMapping

-public void addInheritedAssociationMapping(AssociationMapping mapping, string owningClassName) -
-

INTERNAL: -Adds an association mapping without completing/validating it. -This is mainly used to add inherited association mappings to derived classes.

-
Parameters:
-
-
owningClassName - The name of the class that defined this mapping.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 973
-

addInheritedFieldMapping

-public void addInheritedFieldMapping(mixed fieldMapping, array mapping) -
-

INTERNAL: -Adds a field mapping without completing/validating it. -This is mainly used to add inherited field mappings to derived classes.

-
Todo:
-
Rename: addInheritedFieldMapping
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 1096
-

addLifecycleCallback

-public void addLifecycleCallback(string callback, string event) -
-

Adds a lifecycle callback for entities of this class.

Note: If the same callback is registered more than once, the old one -will be overridden.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 502
-

getAssociationMapping

-public Doctrine\ORM\Mapping\AssociationMapping getAssociationMapping(string fieldName) -
-

Gets the mapping of an association.

-
Parameters:
-
fieldName - The field name that represents the association in the object model.
-
Returns:
-
The mapping.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 515
-

getAssociationMappings

-public array getAssociationMappings() -
-

Gets all association mappings of the class.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 474
-

getColumnName

-public string getColumnName(string fieldName) -
-

Gets a column name for a field name. -If the column name for the field cannot be found, the given field name -is returned.

-
Parameters:
-
fieldName - The field name.
-
Returns:
-
The column name.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 643
-

getColumnNames

-public array getColumnNames(mixed fieldNames) -
-

Gets an array containing all the column names.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 487
-

getFieldMapping

-public array getFieldMapping(string fieldName) -
-

Gets the mapping of a (regular) field that holds some data but not a -reference to another object.

-
Parameters:
-
fieldName - The field name.
-
Returns:
-
The field mapping.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 527
-

getFieldName

-public string getFieldName(string columnName) -
-

Gets the field name for a column name. -If no field name can be found the column name is returned.

-
Parameters:
-
columnName - column name
-
Returns:
-
column alias
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 661
-

getIdentifierColumnNames

-public array getIdentifierColumnNames() -
-

Returns an array with all the identifier column names.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 584
-

getIdentifierFieldNames

-public mixed getIdentifierFieldNames() -
-

Gets the identifier (primary key) field names of the class.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 1082
-

getLifecycleCallbacks

-public array getLifecycleCallbacks(string event) -
-

Gets the registered lifecycle callbacks for an event.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 611
-

getSingleIdentifierColumnName

-public string getSingleIdentifierColumnName() -
-

Gets the column name of the single id column. Note that this only works on -entity classes that have a single-field pk.

-
Throws:
-
If the class has a composite primary key.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 596
-

getSingleIdentifierFieldName

-public string getSingleIdentifierFieldName() -
-

Gets the name of the single id field. Note that this only works on -entity classes that have a single-field pk.

-
Throws:
-
If the class has a composite primary key.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 801
-

getTableName

-public string getTableName() -
-

Gets the name of the primary table.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 811
-

getTemporaryIdTableName

-public string getTemporaryIdTableName() -
-

Gets the table name to use for temporary identifier tables of this class.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 791
-

getTypeOfColumn

-public Doctrine\DBAL\Types\Type getTypeOfColumn(mixed columnName) -
-

Gets the type of a column.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 780
-

getTypeOfField

-public Doctrine\DBAL\Types\Type getTypeOfField(string fieldName) -
-

Gets the type of a field.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 1167
-

hasAssociation

-public boolean hasAssociation(string fieldName) -
-

Checks whether the class has a mapped association with the given field name.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 633
-

hasField

-public boolean hasField(mixed fieldName) -
-

Checks whether the class has a (mapped) field with a certain name.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 1071
-

hasLifecycleCallbacks

-public boolean hasLifecycleCallbacks(string lifecycleEvent) -
-

Whether the class has any attached lifecycle listeners or callbacks for a lifecycle event.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 1058
-

invokeLifecycleCallbacks

-public void invokeLifecycleCallbacks(mixed lifecycleEvent, Entity entity, string event) -
-

Dispatches the lifecycle event of the given entity to the registered -lifecycle callbacks and lifecycle listeners.

-
Parameters:
-
event - The lifecycle event.
-
entity - The Entity on which the event occured.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 396
-

isChangeTrackingDeferredExplicit

-public boolean isChangeTrackingDeferredExplicit() -
-

Whether the change tracking policy of this class is "deferred explicit".

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 406
-

isChangeTrackingDeferredImplicit

-public boolean isChangeTrackingDeferredImplicit() -
-

Whether the change tracking policy of this class is "deferred implicit".

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 416
-

isChangeTrackingNotify

-public boolean isChangeTrackingNotify() -
-

Whether the change tracking policy of this class is "notify".

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 1192
-

isCollectionValuedAssociation

-public boolean isCollectionValuedAssociation(string fieldName) -
-

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).

-
Returns:
-
TRUE if the association exists and is collection-valued, FALSE otherwise.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 738
-

isIdGeneratorIdentity

-public boolean isIdGeneratorIdentity() -
-

Checks whether the class uses an identity column for the Id generation.

-
Returns:
-
TRUE if the class uses the IDENTITY generator, FALSE otherwise.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 748
-

isIdGeneratorSequence

-public boolean isIdGeneratorSequence() -
-

Checks whether the class uses a sequence for id generation.

-
Returns:
-
TRUE if the class uses the SEQUENCE generator, FALSE otherwise.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 758
-

isIdGeneratorTable

-public boolean isIdGeneratorTable() -
-

Checks whether the class uses a table for id generation.

-
Returns:
-
TRUE if the class uses the TABLE generator, FALSE otherwise.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 428
-

isIdentifier

-public boolean isIdentifier(string fieldName) -
-

Checks whether a field is part of the identifier/primary key field(s).

-
Parameters:
-
fieldName - The field name
-
Returns:
-
TRUE if the field is part of the table identifier/primary key field(s), FALSE otherwise.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 769
-

isIdentifierNatural

-public boolean isIdentifierNatural() -
-

Checks whether the class has a natural identifier/pk (which means it does -not use any Id generator.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 706
-

isInheritanceTypeJoined

-public boolean isInheritanceTypeJoined() -
-

Checks whether the mapped class uses the JOINED inheritance mapping strategy.

-
Returns:
-
TRUE if the class participates in a JOINED inheritance mapping, FALSE otherwise.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 695
-

isInheritanceTypeNone

-public boolean isInheritanceTypeNone() -
-

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 717
-

isInheritanceTypeSingleTable

-public boolean isInheritanceTypeSingleTable() -
-

Checks whether the mapped class uses the SINGLE_TABLE inheritance mapping strategy.

-
Returns:
-
TRUE if the class participates in a SINGLE_TABLE inheritance mapping, FALSE otherwise.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 728
-

isInheritanceTypeTablePerClass

-public boolean isInheritanceTypeTablePerClass() -
-

Checks whether the mapped class uses the TABLE_PER_CLASS inheritance mapping strategy.

-
Returns:
-
TRUE if the class participates in a TABLE_PER_CLASS inheritance mapping, FALSE otherwise.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 874
-

isInheritedAssociation

-public boolean isInheritedAssociation(string fieldName) -
-

Checks whether a mapped association field is inherited from a superclass.

-
Returns:
-
TRUE if the field is inherited, FALSE otherwise.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 863
-

isInheritedField

-public boolean isInheritedField(mixed fieldName) -
-

Checks whether a mapped field is inherited from an entity superclass.

-
Returns:
-
TRUE if the field is inherited, FALSE otherwise.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 457
-

isNullable

-public boolean isNullable(string fieldName) -
-

Check if the field is not null.

-
Parameters:
-
fieldName - The field name
-
Returns:
-
TRUE if the field is not null, FALSE otherwise.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 1179
-

isSingleValuedAssociation

-public boolean isSingleValuedAssociation(string fieldName) -
-

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).

-
Returns:
-
TRUE if the association exists and is single-valued, FALSE otherwise.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 442
-

isUniqueField

-public boolean isUniqueField(string fieldName) -
-

Check if the field is unique.

-
Parameters:
-
fieldName - The field name
-
Returns:
-
TRUE if the field is unique, FALSE otherwise.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 940
-

mapField

-public void mapField(array mapping) -
-

Adds a mapped field to the class.

-
Parameters:
-
mapping - The field mapping.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 1020
-

mapManyToMany

-public void mapManyToMany(array mapping) -
-

Adds a many-to-many mapping.

-
Parameters:
-
mapping - The mapping.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 1009
-

mapManyToOne

-public void mapManyToOne(array mapping) -
-

Adds a many-to-one mapping.

-
Parameters:
-
mapping - The mapping.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 997
-

mapOneToMany

-public void mapOneToMany(array mapping) -
-

Adds a one-to-many mapping.

-
Parameters:
-
mapping - The mapping.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 985
-

mapOneToOne

-public void mapOneToOne(array mapping) -
-

Adds a one-to-one mapping.

-
Parameters:
-
mapping - The mapping.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 386
-

setChangeTrackingPolicy

-public void setChangeTrackingPolicy(integer policy) -
-

Sets the change tracking policy used by this class.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 1046
-

setCustomRepositoryClass

-public void setCustomRepositoryClass(mixed repositoryClassName, string mapperClassName) -
-

Registers a custom repository class for the entity class.

-
Parameters:
-
mapperClassName - The class name of the custom mapper.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 1118
-

setDiscriminatorColumn

-public void setDiscriminatorColumn(array columnDef) -
-

Sets the discriminator column definition.

-
See Also:
-
getDiscriminatorColumn()
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 1141
-

setDiscriminatorMap

-public void setDiscriminatorMap(array map) -
-

Sets the discriminator values used by this class. -Used for JOINED and SINGLE_TABLE inheritance mapping strategies.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 1203
-

setIdGenerator

-public void setIdGenerator(AbstractIdGenerator generator) -
-

Sets the ID generator used to generate IDs for instances of this class.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 677
-

setIdGeneratorType

-public void setIdGeneratorType(mixed generatorType) -
-

Sets the type of Id generator to use for the mapped class.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 623
-

setIdentifier

-public void setIdentifier(array identifier) -
-

INTERNAL: -Sets the mapped identifier/primary key fields of this class. -Mainly used by the ClassMetadataFactory to assign inherited identifiers.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 850
-

setInheritanceType

-public void setInheritanceType(integer type) -
-

Sets the inheritance type used by the class and it's subclasses.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 1107
-

setLifecycleCallbacks

-public void setLifecycleCallbacks(array callbacks) -
-

Sets the lifecycle callbacks for entities of this class. -Any previously registered callbacks are overwritten.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 837
-

setParentClasses

-public void setParentClasses(mixed classNames) -
-

Sets the parent class names. -Assumes that the class names in the passed array are in the order: -directParent -> directParentParent -> directParentParentParent ... -> root.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 900
-

setPrimaryTable

-public void setPrimaryTable(array primaryTableDefinition) -
-

Sets the primary table definition. The provided array must have the -following structure:

name => -schema => -catalog =>

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 1222
-

setSequenceGeneratorDefinition

-public void setSequenceGeneratorDefinition(array definition) -
-

Sets the definition of the sequence ID generator for this class.

The definition must have the following structure: - -array( -'sequenceName' => 'name', -'allocationSize' => 20, -'initialValue' => 1 -) -

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 821
-

setSubclasses

-public void setSubclasses(array subclasses) -
-

Sets the mapped subclasses of this class.

-
Parameters:
-
subclasses - The names of all mapped subclasses.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 885
-

setTableName

-public void setTableName(string tableName) -
-

Sets the name of the primary table the class is mapped to.

-
Parameters:
-
tableName - The table name.
-
Deprecated.
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 1265
-

setVersionField

-public void setVersionField(string versionField) -
-

Sets the name of the field that is to be used for versioning if this class is -versioned for optimistic locking.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 1233
-

setVersionMapping

-public void setVersionMapping(array mapping) -
-

Sets the version field mapping used for versioning. Sets the default -value to use depending on the column type.

-
Parameters:
-
mapping - The version field mapping array
-
-
- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 1254
-

setVersioned

-public void setVersioned(boolean bool) -
-

Sets whether this class is to be versioned for optimistic locking.

- -
- -
/Doctrine/ORM/Mapping/ClassMetadataInfo.php at line 687
-

usesIdGenerator

-public boolean usesIdGenerator() -
-

Checks whether the mapped class uses an Id generator.

-
Returns:
-
TRUE if the mapped class uses an Id generator, FALSE otherwise.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/column.html b/lib/api/doctrine/orm/mapping/column.html deleted file mode 100644 index 20c6d2913..000000000 --- a/lib/api/doctrine/orm/mapping/column.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - - - - - - -Column (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\Column
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 56
- -

Class Column

- -
Class:Column - Superclass: Annotation
-Annotation
⌊ Column
- -
- -

public final class Column
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
mixed

$columnDefinition

mixed

$length

mixed

$name

mixed

$nullable

mixed

$options

mixed

$precision

mixed

$scale

mixed

$type

mixed

$unique

- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -

Field Detail

-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 67
-

columnDefinition

-public mixed $columnDefinition -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 58
-

length

-public mixed $length -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 65
-

name

-public mixed $name -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 64
-

nullable

-public mixed $nullable = false -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 66
-

options

-public mixed $options = array() -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 60
-

precision

-public mixed $precision -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 62
-

scale

-public mixed $scale -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 57
-

type

-public mixed $type = 'string' -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 63
-

unique

-public mixed $unique = false -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/discriminatorcolumn.html b/lib/api/doctrine/orm/mapping/discriminatorcolumn.html deleted file mode 100644 index 8f0d7ffbd..000000000 --- a/lib/api/doctrine/orm/mapping/discriminatorcolumn.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - - - -DiscriminatorColumn (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\DiscriminatorColumn
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 33
- -

Class DiscriminatorColumn

- -
Class:DiscriminatorColumn - Superclass: Annotation
-Annotation
⌊ DiscriminatorColumn
- -
- -

public final class DiscriminatorColumn
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - -
Field Summary
mixed

$fieldName

mixed

$length

mixed

$name

mixed

$type

- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -

Field Detail

-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 35
-

fieldName

-public mixed $fieldName -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 37
-

length

-public mixed $length -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 34
-

name

-public mixed $name -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 36
-

type

-public mixed $type -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/discriminatormap.html b/lib/api/doctrine/orm/mapping/discriminatormap.html deleted file mode 100644 index a04d4b858..000000000 --- a/lib/api/doctrine/orm/mapping/discriminatormap.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - -DiscriminatorMap (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\DiscriminatorMap
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 39
- -

Class DiscriminatorMap

- -
Class:DiscriminatorMap - Superclass: Annotation
-Annotation
⌊ DiscriminatorMap
- -
- -

public final class DiscriminatorMap
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/driver/abstractfiledriver.html b/lib/api/doctrine/orm/mapping/driver/abstractfiledriver.html deleted file mode 100644 index 31457b7ac..000000000 --- a/lib/api/doctrine/orm/mapping/driver/abstractfiledriver.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - - - - - - -AbstractFileDriver (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\Driver\AbstractFileDriver
-
/Doctrine/ORM/Mapping/Driver/AbstractFileDriver.php at line 43
- -

Class AbstractFileDriver

- -
AbstractFileDriver
- -
-
All Implemented Interfaces:
-
Driver -
- -
- -

public abstract class AbstractFileDriver

- -

Base driver for file-based metadata drivers.

A file driver operates in a mode where it loads the mapping files of individual -classes on demand. This requires the user to adhere to the convention of 1 mapping -file per class and the file names of the mapping files must correspond to the full -class name, including namespace, with the namespace delimiters '\', replaced by dots '.'.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.com
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author Benjamin:
-
Eberlei
-
Author Guilherme:
-
Blanco
-
Author:
-
Jonathan H. Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
protected string

$_fileExtension

The file extension of mapping documents.

protected array

$_paths

The paths where to look for mapping files.

- - - - - - -
Constructor Summary

AbstractFileDriver(string|array paths)

Initializes a new FileDriver that looks in the given path(s) for mapping -documents and operates in the specified operating mode.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

addPaths(array paths)

Append lookup paths to metadata driver.

array

getAllClassNames()

Gets the names of all mapped classes known to this driver.

array

getElement(mixed className)

Get the element of schema meta data for the class from the mapping file. -

void

getFileExtension()

Get the file extension used to look for mapping files under

array

getPaths()

Retrieve the defined metadata lookup paths.

boolean

isTransient(string className)

Whether the class with the specified name should have its metadata loaded. -

void

setFileExtension(string fileExtension)

Set the file extension used to look for mapping files under

- -

Field Detail

-
/Doctrine/ORM/Mapping/Driver/AbstractFileDriver.php at line 57
-

_fileExtension

-protected string $_fileExtension -
-

The file extension of mapping documents.

- -
- -
/Doctrine/ORM/Mapping/Driver/AbstractFileDriver.php at line 50
-

_paths

-protected array $_paths = array() -
-

The paths where to look for mapping files.

- -
- -

Constructor Detail

-
/Doctrine/ORM/Mapping/Driver/AbstractFileDriver.php at line 65
-

AbstractFileDriver

-public AbstractFileDriver(string|array paths) -
-

Initializes a new FileDriver that looks in the given path(s) for mapping -documents and operates in the specified operating mode.

-
Parameters:
-
paths - One or multiple paths where mapping documents can be found.
-
-
- -
- -

Method Detail

-
/Doctrine/ORM/Mapping/Driver/AbstractFileDriver.php at line 75
-

addPaths

-public void addPaths(array paths) -
-

Append lookup paths to metadata driver.

- -
- -
/Doctrine/ORM/Mapping/Driver/AbstractFileDriver.php at line 151
-

getAllClassNames

-public array getAllClassNames() -
-

Gets the names of all mapped classes known to this driver.

-
Returns:
-
The names of all mapped classes known to this driver.
-
-
- -
- -
/Doctrine/ORM/Mapping/Driver/AbstractFileDriver.php at line 117
-

getElement

-public array getElement(mixed className) -
-

Get the element of schema meta data for the class from the mapping file. -This will lazily load the mapping file if it is not loaded yet

-
Returns:
-
$element The element of schema meta data
-
-
- -
- -
/Doctrine/ORM/Mapping/Driver/AbstractFileDriver.php at line 95
-

getFileExtension

-public void getFileExtension() -
-

Get the file extension used to look for mapping files under

- -
- -
/Doctrine/ORM/Mapping/Driver/AbstractFileDriver.php at line 85
-

getPaths

-public array getPaths() -
-

Retrieve the defined metadata lookup paths.

- -
- -
/Doctrine/ORM/Mapping/Driver/AbstractFileDriver.php at line 132
-

isTransient

-public boolean isTransient(string className) -
-

Whether the class with the specified name should have its metadata loaded. -This is only the case if it is either mapped as an Entity or a -MappedSuperclass.

- -
- -
/Doctrine/ORM/Mapping/Driver/AbstractFileDriver.php at line 106
-

setFileExtension

-public void setFileExtension(string fileExtension) -
-

Set the file extension used to look for mapping files under

-
Parameters:
-
fileExtension - The file extension to set
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/driver/annotationdriver.html b/lib/api/doctrine/orm/mapping/driver/annotationdriver.html deleted file mode 100644 index 7c537ed58..000000000 --- a/lib/api/doctrine/orm/mapping/driver/annotationdriver.html +++ /dev/null @@ -1,277 +0,0 @@ - - - - - - - - - - - -AnnotationDriver (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\Driver\AnnotationDriver
-
/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php at line 43
- -

Class AnnotationDriver

- -
AnnotationDriver
- -
-
All Implemented Interfaces:
-
Driver -
- -
- -

public class AnnotationDriver

- -

The AnnotationDriver reads the mapping metadata from docblock annotations.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author Benjamin:
-
Eberlei
-
Author Guilherme:
-
Blanco
-
Author:
-
Jonathan H. Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - -
Field Summary
protected mixed

$_classNames

protected string

$_fileExtension

The file extension of mapping documents.

protected array

$_paths

The paths where to look for mapping files.

- - - - - - -
Constructor Summary

AnnotationDriver(mixed reader, string|array paths, $reader The)

Initializes a new AnnotationDriver that uses the given AnnotationReader for reading -docblock annotations.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

addPaths(array paths)

Append lookup paths to metadata driver.

static AnnotationDriver

create(array|string paths, AnnotationReader reader)

Factory method for the Annotation Driver

void

getAllClassNames()

{@inheritDoc}

void

getFileExtension()

Get the file extension used to look for mapping files under

array

getPaths()

Retrieve the defined metadata lookup paths.

boolean

isTransient(string className)

Whether the class with the specified name is transient.

void

loadMetadataForClass(mixed className, mixed metadata)

{@inheritdoc}

void

setFileExtension(string fileExtension)

Set the file extension used to look for mapping files under

- -

Field Detail

-
/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php at line 69
-

_classNames

-protected mixed $_classNames -
-

- -
- -
/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php at line 64
-

_fileExtension

-protected string $_fileExtension = '.php' -
-

The file extension of mapping documents.

- -
- -
/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php at line 57
-

_paths

-protected array $_paths = array() -
-

The paths where to look for mapping files.

- -
- -

Constructor Detail

-
/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php at line 78
-

AnnotationDriver

-public AnnotationDriver(mixed reader, string|array paths, $reader The) -
-

Initializes a new AnnotationDriver that uses the given AnnotationReader for reading -docblock annotations.

-
Parameters:
-
The - AnnotationReader to use.
-
paths - One or multiple paths where mapping classes can be found.
-
-
- -
- -

Method Detail

-
/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php at line 91
-

addPaths

-public void addPaths(array paths) -
-

Append lookup paths to metadata driver.

- -
- -
/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php at line 481
-

create

-public static AnnotationDriver create(array|string paths, AnnotationReader reader) -
-

Factory method for the Annotation Driver

- -
- -
/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php at line 425
-

getAllClassNames

-public void getAllClassNames() -
-

- -
- -
/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php at line 111
-

getFileExtension

-public void getFileExtension() -
-

Get the file extension used to look for mapping files under

- -
- -
/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php at line 101
-

getPaths

-public array getPaths() -
-

Retrieve the defined metadata lookup paths.

- -
- -
/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php at line 414
-

isTransient

-public boolean isTransient(string className) -
-

Whether the class with the specified name is transient. Only non-transient -classes, that is entities and mapped superclasses, should have their metadata loaded. -A class is non-transient if it is annotated with either @Entity or

-
MappedSuperclass:
-
in the class doc block.
-
-
- -
- -
/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php at line 130
-

loadMetadataForClass

-public void loadMetadataForClass(mixed className, mixed metadata) -
-

- -
- -
/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php at line 122
-

setFileExtension

-public void setFileExtension(string fileExtension) -
-

Set the file extension used to look for mapping files under

-
Parameters:
-
fileExtension - The file extension to set
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/driver/databasedriver.html b/lib/api/doctrine/orm/mapping/driver/databasedriver.html deleted file mode 100644 index 9f6e8c6b2..000000000 --- a/lib/api/doctrine/orm/mapping/driver/databasedriver.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - - - -DatabaseDriver (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\Driver\DatabaseDriver
-
/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php at line 41
- -

Class DatabaseDriver

- -
DatabaseDriver
- -
-
All Implemented Interfaces:
-
Driver -
- -
- -

public class DatabaseDriver

- -

The DatabaseDriver reverse engineers the mapping metadata from a database.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
-
- - - - - - -
Constructor Summary

DatabaseDriver(mixed schemaManager, AnnotationReader reader)

Initializes a new AnnotationDriver that uses the given AnnotationReader for reading -docblock annotations.

- - - - - - - - - - - - - - - -
Method Summary
void

getAllClassNames()

{@inheritDoc}

void

isTransient(mixed className)

{@inheritdoc}

void

loadMetadataForClass(mixed className, mixed metadata)

{@inheritdoc}

- -

Constructor Detail

-
/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php at line 52
-

DatabaseDriver

-public DatabaseDriver(mixed schemaManager, AnnotationReader reader) -
-

Initializes a new AnnotationDriver that uses the given AnnotationReader for reading -docblock annotations.

-
Parameters:
-
reader - The AnnotationReader to use.
-
-
- -
- -

Method Detail

-
/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php at line 158
-

getAllClassNames

-public void getAllClassNames() -
-

- -
- -
/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php at line 150
-

isTransient

-public void isTransient(mixed className) -
-

- -
- -
/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php at line 60
-

loadMetadataForClass

-public void loadMetadataForClass(mixed className, mixed metadata) -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/driver/driver.html b/lib/api/doctrine/orm/mapping/driver/driver.html deleted file mode 100644 index 9af81ce02..000000000 --- a/lib/api/doctrine/orm/mapping/driver/driver.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - - - -Driver (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\Driver\Driver
-
/Doctrine/ORM/Mapping/Driver/Driver.php at line 36
- -

Interface Driver

- -
Driver
- -
- -

public interface Driver

- -

Contract for metadata drivers.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.com
-
Since:
-
2.0
-
Version:
-
$Revision: 1393 $
-
Author:
-
Jonathan H. Wage
-
Todo:
-
Rename: MetadataDriver
-
-
- - - - - - - - - - - - - - - -
Method Summary
array

getAllClassNames()

Gets the names of all mapped classes known to this driver.

boolean

isTransient(string className)

Whether the class with the specified name should have its metadata loaded. -

void

loadMetadataForClass(string className, ClassMetadataInfo metadata)

Loads the metadata for the specified class into the provided container.

- -

Method Detail

-
/Doctrine/ORM/Mapping/Driver/Driver.php at line 51
-

getAllClassNames

-public array getAllClassNames() -
-

Gets the names of all mapped classes known to this driver.

-
Returns:
-
The names of all mapped classes known to this driver.
-
-
- -
- -
/Doctrine/ORM/Mapping/Driver/Driver.php at line 61
-

isTransient

-public boolean isTransient(string className) -
-

Whether the class with the specified name should have its metadata loaded. -This is only the case if it is either mapped as an Entity or a -MappedSuperclass.

- -
- -
/Doctrine/ORM/Mapping/Driver/Driver.php at line 44
-

loadMetadataForClass

-public void loadMetadataForClass(string className, ClassMetadataInfo metadata) -
-

Loads the metadata for the specified class into the provided container.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/driver/driverchain.html b/lib/api/doctrine/orm/mapping/driver/driverchain.html deleted file mode 100644 index d234089e7..000000000 --- a/lib/api/doctrine/orm/mapping/driver/driverchain.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - - - - -DriverChain (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\Driver\DriverChain
-
/Doctrine/ORM/Mapping/Driver/DriverChain.php at line 41
- -

Class DriverChain

- -
DriverChain
- -
-
All Implemented Interfaces:
-
Driver -
- -
- -

public class DriverChain

- -

The DriverChain allows you to add multiple other mapping drivers for -certain namespaces

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author Benjamin:
-
Eberlei
-
Author Guilherme:
-
Blanco
-
Author:
-
Jonathan H. Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

addDriver(Driver nestedDriver, string namespace)

Add a nested driver.

array

getAllClassNames()

Gets the names of all mapped classes known to this driver.

array

getDrivers()

Get the array of nested drivers.

boolean

isTransient(string className)

Whether the class with the specified name should have its metadata loaded. -

void

loadMetadataForClass(string className, ClassMetadataInfo metadata)

Loads the metadata for the specified class into the provided container.

- -

Method Detail

-
/Doctrine/ORM/Mapping/Driver/DriverChain.php at line 54
-

addDriver

-public void addDriver(Driver nestedDriver, string namespace) -
-

Add a nested driver.

- -
- -
/Doctrine/ORM/Mapping/Driver/DriverChain.php at line 92
-

getAllClassNames

-public array getAllClassNames() -
-

Gets the names of all mapped classes known to this driver.

-
Returns:
-
The names of all mapped classes known to this driver.
-
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DriverChain.php at line 64
-

getDrivers

-public array getDrivers() -
-

Get the array of nested drivers.

-
Returns:
-
$drivers
-
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DriverChain.php at line 109
-

isTransient

-public boolean isTransient(string className) -
-

Whether the class with the specified name should have its metadata loaded. -This is only the case if it is either mapped as an Entity or a -MappedSuperclass.

- -
- -
/Doctrine/ORM/Mapping/Driver/DriverChain.php at line 75
-

loadMetadataForClass

-public void loadMetadataForClass(string className, ClassMetadataInfo metadata) -
-

Loads the metadata for the specified class into the provided container.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/driver/package-frame.html b/lib/api/doctrine/orm/mapping/driver/package-frame.html deleted file mode 100644 index 739ea7891..000000000 --- a/lib/api/doctrine/orm/mapping/driver/package-frame.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Mapping\Driver (Doctrine) - - - - -

Doctrine\ORM\Mapping\Driver

- -

Classes

- - -

Interfaces

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/driver/package-functions.html b/lib/api/doctrine/orm/mapping/driver/package-functions.html deleted file mode 100644 index 65198ab77..000000000 --- a/lib/api/doctrine/orm/mapping/driver/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/driver/package-globals.html b/lib/api/doctrine/orm/mapping/driver/package-globals.html deleted file mode 100644 index d868b741d..000000000 --- a/lib/api/doctrine/orm/mapping/driver/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/driver/package-summary.html b/lib/api/doctrine/orm/mapping/driver/package-summary.html deleted file mode 100644 index a546bef43..000000000 --- a/lib/api/doctrine/orm/mapping/driver/package-summary.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Mapping\Driver (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\ORM\Mapping\Driver

- - - - - - - - - - -
Class Summary
AbstractFileDriverBase driver for file-based metadata drivers. -
AnnotationDriverThe AnnotationDriver reads the mapping metadata from docblock annotations.
DatabaseDriverThe DatabaseDriver reverse engineers the mapping metadata from a database.
DriverChainThe DriverChain allows you to add multiple other mapping drivers for -certain namespaces
PhpDriverThe PhpDriver includes php files which just populate ClassMetadataInfo -instances with plain php code
XmlDriverXmlDriver is a metadata driver that enables mapping through XML files.
YamlDriverThe YamlDriver reads the mapping metadata from yaml schema files.
- - - - -
Interface Summary
DriverContract for metadata drivers.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/driver/package-tree.html b/lib/api/doctrine/orm/mapping/driver/package-tree.html deleted file mode 100644 index 7a3b35e88..000000000 --- a/lib/api/doctrine/orm/mapping/driver/package-tree.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Mapping\Driver (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\ORM\Mapping\Driver

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/driver/phpdriver.html b/lib/api/doctrine/orm/mapping/driver/phpdriver.html deleted file mode 100644 index d779a7993..000000000 --- a/lib/api/doctrine/orm/mapping/driver/phpdriver.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - - - - -PhpDriver (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\Driver\PhpDriver
-
/Doctrine/ORM/Mapping/Driver/PhpDriver.php at line 46
- -

Class PhpDriver

- -
Class:PhpDriver - Superclass: AbstractFileDriver
-AbstractFileDriver
⌊ PhpDriver
- -
- -

public class PhpDriver
extends AbstractFileDriver - -

- -

The PhpDriver includes php files which just populate ClassMetadataInfo -instances with plain php code

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author Benjamin:
-
Eberlei
-
Author Guilherme:
-
Blanco
-
Author:
-
Jonathan H. Wage
-
Roman Borschel
-
Todo:
-
Rename: PHPDriver
-
-
- - - - - - - - - - - -
Field Summary
protected mixed

$_fileExtension

{@inheritdoc}

protected mixed

$_metadata

- - - -
Fields inherited from Doctrine\ORM\Mapping\Driver\AbstractFileDriver
_fileExtension, _paths
- - - - - - - -
Method Summary
void

loadMetadataForClass(mixed className, mixed metadata)

{@inheritdoc}

- - - -
Methods inherited from Doctrine\ORM\Mapping\Driver\AbstractFileDriver
addPaths, getAllClassNames, getElement, getFileExtension, getPaths, isTransient, setFileExtension
- -

Field Detail

-
/Doctrine/ORM/Mapping/Driver/PhpDriver.php at line 51
-

_fileExtension

-protected mixed $_fileExtension = '.php' -
-

- -
- -
/Doctrine/ORM/Mapping/Driver/PhpDriver.php at line 52
-

_metadata

-protected mixed $_metadata -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Mapping/Driver/PhpDriver.php at line 57
-

loadMetadataForClass

-public void loadMetadataForClass(mixed className, mixed metadata) -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/driver/xmldriver.html b/lib/api/doctrine/orm/mapping/driver/xmldriver.html deleted file mode 100644 index c2747834e..000000000 --- a/lib/api/doctrine/orm/mapping/driver/xmldriver.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - - - -XmlDriver (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\Driver\XmlDriver
-
/Doctrine/ORM/Mapping/Driver/XmlDriver.php at line 40
- -

Class XmlDriver

- -
Class:XmlDriver - Superclass: AbstractFileDriver
-AbstractFileDriver
⌊ XmlDriver
- -
- -

public class XmlDriver
extends AbstractFileDriver - -

- -

XmlDriver is a metadata driver that enables mapping through XML files.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author Benjamin:
-
Eberlei
-
Author Guilherme:
-
Blanco
-
Author:
-
Jonathan H. Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
protected mixed

$_fileExtension

{@inheritdoc}

- - - -
Fields inherited from Doctrine\ORM\Mapping\Driver\AbstractFileDriver
_fileExtension, _paths
- - - - - - - -
Method Summary
void

loadMetadataForClass(mixed className, mixed metadata)

{@inheritdoc}

- - - -
Methods inherited from Doctrine\ORM\Mapping\Driver\AbstractFileDriver
addPaths, getAllClassNames, getElement, getFileExtension, getPaths, isTransient, setFileExtension
- -

Field Detail

-
/Doctrine/ORM/Mapping/Driver/XmlDriver.php at line 45
-

_fileExtension

-protected mixed $_fileExtension = '.dcm.xml' -
-

- -
- -

Method Detail

-
/Doctrine/ORM/Mapping/Driver/XmlDriver.php at line 50
-

loadMetadataForClass

-public void loadMetadataForClass(mixed className, mixed metadata) -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/driver/yamldriver.html b/lib/api/doctrine/orm/mapping/driver/yamldriver.html deleted file mode 100644 index 769ad9f15..000000000 --- a/lib/api/doctrine/orm/mapping/driver/yamldriver.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - - - -YamlDriver (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\Driver\YamlDriver
-
/Doctrine/ORM/Mapping/Driver/YamlDriver.php at line 39
- -

Class YamlDriver

- -
Class:YamlDriver - Superclass: AbstractFileDriver
-AbstractFileDriver
⌊ YamlDriver
- -
- -

public class YamlDriver
extends AbstractFileDriver - -

- -

The YamlDriver reads the mapping metadata from yaml schema files.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author Benjamin:
-
Eberlei
-
Author Guilherme:
-
Blanco
-
Author:
-
Jonathan H. Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
protected mixed

$_fileExtension

{@inheritdoc}

- - - -
Fields inherited from Doctrine\ORM\Mapping\Driver\AbstractFileDriver
_fileExtension, _paths
- - - - - - - -
Method Summary
void

loadMetadataForClass(mixed className, mixed metadata)

{@inheritdoc}

- - - -
Methods inherited from Doctrine\ORM\Mapping\Driver\AbstractFileDriver
addPaths, getAllClassNames, getElement, getFileExtension, getPaths, isTransient, setFileExtension
- -

Field Detail

-
/Doctrine/ORM/Mapping/Driver/YamlDriver.php at line 44
-

_fileExtension

-protected mixed $_fileExtension = '.dcm.yml' -
-

- -
- -

Method Detail

-
/Doctrine/ORM/Mapping/Driver/YamlDriver.php at line 49
-

loadMetadataForClass

-public void loadMetadataForClass(mixed className, mixed metadata) -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/elementcollection.html b/lib/api/doctrine/orm/mapping/elementcollection.html deleted file mode 100644 index 9c7624d86..000000000 --- a/lib/api/doctrine/orm/mapping/elementcollection.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - -ElementCollection (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\ElementCollection
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 97
- -

Class ElementCollection

- -
Class:ElementCollection - Superclass: Annotation
-Annotation
⌊ ElementCollection
- -
- -

public final class ElementCollection
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
mixed

$tableName

- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -

Field Detail

-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 98
-

tableName

-public mixed $tableName -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/entity.html b/lib/api/doctrine/orm/mapping/entity.html deleted file mode 100644 index b923a39b2..000000000 --- a/lib/api/doctrine/orm/mapping/entity.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - -Entity (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\Entity
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 28
- -

Class Entity

- -
Class:Entity - Superclass: Annotation
-Annotation
⌊ Entity
- -
- -

public final class Entity
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
mixed

$repositoryClass

- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -

Field Detail

-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 29
-

repositoryClass

-public mixed $repositoryClass -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/generatedvalue.html b/lib/api/doctrine/orm/mapping/generatedvalue.html deleted file mode 100644 index cf1ca5bcd..000000000 --- a/lib/api/doctrine/orm/mapping/generatedvalue.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - -GeneratedValue (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\GeneratedValue
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 41
- -

Class GeneratedValue

- -
Class:GeneratedValue - Superclass: Annotation
-Annotation
⌊ GeneratedValue
- -
- -

public final class GeneratedValue
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
mixed

$strategy

- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -

Field Detail

-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 42
-

strategy

-public mixed $strategy = 'AUTO' -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/haslifecyclecallbacks.html b/lib/api/doctrine/orm/mapping/haslifecyclecallbacks.html deleted file mode 100644 index c5ebfbb91..000000000 --- a/lib/api/doctrine/orm/mapping/haslifecyclecallbacks.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - -HasLifecycleCallbacks (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\HasLifecycleCallbacks
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 129
- -

Class HasLifecycleCallbacks

- -
Class:HasLifecycleCallbacks - Superclass: Annotation
-Annotation
⌊ HasLifecycleCallbacks
- -
- -

public final class HasLifecycleCallbacks
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/id.html b/lib/api/doctrine/orm/mapping/id.html deleted file mode 100644 index 2b7d45a91..000000000 --- a/lib/api/doctrine/orm/mapping/id.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - -Id (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\Id
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 40
- -

Class Id

- -
Class:Id - Superclass: Annotation
-Annotation
⌊ Id
- -
- -

public final class Id
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/index.html b/lib/api/doctrine/orm/mapping/index.html deleted file mode 100644 index 3413a6c01..000000000 --- a/lib/api/doctrine/orm/mapping/index.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - -Index (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\Index
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 110
- -

Class Index

- -
Class:Index - Superclass: Annotation
-Annotation
⌊ Index
- -
- -

public final class Index
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$columns

mixed

$name

- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -

Field Detail

-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 112
-

columns

-public mixed $columns -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 111
-

name

-public mixed $name -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/inheritancetype.html b/lib/api/doctrine/orm/mapping/inheritancetype.html deleted file mode 100644 index f8950559a..000000000 --- a/lib/api/doctrine/orm/mapping/inheritancetype.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - -InheritanceType (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\InheritanceType
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 32
- -

Class InheritanceType

- -
Class:InheritanceType - Superclass: Annotation
-Annotation
⌊ InheritanceType
- -
- -

public final class InheritanceType
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/joincolumn.html b/lib/api/doctrine/orm/mapping/joincolumn.html deleted file mode 100644 index aed27607a..000000000 --- a/lib/api/doctrine/orm/mapping/joincolumn.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - - - - - - -JoinColumn (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\JoinColumn
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 45
- -

Class JoinColumn

- -
Class:JoinColumn - Superclass: Annotation
-Annotation
⌊ JoinColumn
- -
- -

public final class JoinColumn
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
mixed

$columnDefinition

mixed

$fieldName

mixed

$name

mixed

$nullable

mixed

$onDelete

mixed

$onUpdate

mixed

$referencedColumnName

mixed

$unique

- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -

Field Detail

-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 53
-

columnDefinition

-public mixed $columnDefinition -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 47
-

fieldName

-public mixed $fieldName -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 46
-

name

-public mixed $name -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 50
-

nullable

-public mixed $nullable = true -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 51
-

onDelete

-public mixed $onDelete -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 52
-

onUpdate

-public mixed $onUpdate -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 48
-

referencedColumnName

-public mixed $referencedColumnName = 'id' -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 49
-

unique

-public mixed $unique = false -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/joincolumns.html b/lib/api/doctrine/orm/mapping/joincolumns.html deleted file mode 100644 index 400f5839c..000000000 --- a/lib/api/doctrine/orm/mapping/joincolumns.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - -JoinColumns (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\JoinColumns
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 55
- -

Class JoinColumns

- -
Class:JoinColumns - Superclass: Annotation
-Annotation
⌊ JoinColumns
- -
- -

public final class JoinColumns
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/jointable.html b/lib/api/doctrine/orm/mapping/jointable.html deleted file mode 100644 index 3380fd99e..000000000 --- a/lib/api/doctrine/orm/mapping/jointable.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - - - -JoinTable (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\JoinTable
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 114
- -

Class JoinTable

- -
Class:JoinTable - Superclass: Annotation
-Annotation
⌊ JoinTable
- -
- -

public final class JoinTable
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - -
Field Summary
mixed

$inverseJoinColumns

mixed

$joinColumns

mixed

$name

mixed

$schema

- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -

Field Detail

-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 118
-

inverseJoinColumns

-public mixed $inverseJoinColumns -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 117
-

joinColumns

-public mixed $joinColumns -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 115
-

name

-public mixed $name -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 116
-

schema

-public mixed $schema -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/manytomany.html b/lib/api/doctrine/orm/mapping/manytomany.html deleted file mode 100644 index f26b9636d..000000000 --- a/lib/api/doctrine/orm/mapping/manytomany.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - - - -ManyToMany (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\ManyToMany
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 90
- -

Class ManyToMany

- -
Class:ManyToMany - Superclass: Annotation
-Annotation
⌊ ManyToMany
- -
- -

public final class ManyToMany
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
mixed

$cascade

mixed

$fetch

mixed

$inversedBy

mixed

$mappedBy

mixed

$targetEntity

- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -

Field Detail

-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 94
-

cascade

-public mixed $cascade -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 95
-

fetch

-public mixed $fetch = 'LAZY' -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 93
-

inversedBy

-public mixed $inversedBy -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 92
-

mappedBy

-public mixed $mappedBy -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 91
-

targetEntity

-public mixed $targetEntity -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/manytomanymapping.html b/lib/api/doctrine/orm/mapping/manytomanymapping.html deleted file mode 100644 index af9f17953..000000000 --- a/lib/api/doctrine/orm/mapping/manytomanymapping.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - - - - - - -ManyToManyMapping (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\ManyToManyMapping
-
/Doctrine/ORM/Mapping/ManyToManyMapping.php at line 43
- -

Class ManyToManyMapping

- -
Class:ManyToManyMapping - Superclass: AssociationMapping
-AssociationMapping
⌊ ManyToManyMapping
- -
- -

public class ManyToManyMapping
extends AssociationMapping - -

- -

A many-to-many mapping describes the mapping between two collections of -entities.

IMPORTANT NOTE:

The fields of this class are only public for 2 reasons: -1) To allow fast READ access. -2) To drastically reduce the size of a serialized instance (private/protected members -get the whole class name, namespace inclusive, prepended to every property in -the serialized representation).

Instances of this class are stored serialized in the metadata cache together with the -owning ClassMetadata instance.

- -
-
Since:
-
2.0
-
Author:
-
Roman Borschel
-
Giorgio Sironi
-
-
- - - - - - - - - - - - - - - - - - - -
Field Summary
mixed

$joinTableColumns

READ-ONLY: List of aggregated column names on the join table.

array

$orderBy

READ-ONLY: Order this collection by the given DQL snippet. -

mixed

$relationToSourceKeyColumns

READ-ONLY: Maps the columns in the relational table to the columns in the source table.

mixed

$relationToTargetKeyColumns

READ-ONLY: Maps the columns in the relation table to the columns in the target table.

- - - -
Fields inherited from Doctrine\ORM\Mapping\AssociationMapping
FETCH_EAGER, FETCH_LAZY, declared, fetchMode, inherited, inversedBy, isCascadeDetach, isCascadeMerge, isCascadePersist, isCascadeRefresh, isCascadeRemove, isOwningSide, joinTable, mappedBy, sourceEntityName, sourceFieldName, targetEntityName
- - - - - - - - - - - -
Method Summary
boolean

isManyToMany()

{@inheritdoc}

void

load(object sourceEntity, mixed targetCollection, EntityManager em, array joinColumnValues, object The, array , object target)

Loads entities in $targetCollection using $em. -

- - - -
Methods inherited from Doctrine\ORM\Mapping\AssociationMapping
getQuotedJoinTableName, hasCascades, isEagerlyFetched, isLazilyFetched, isManyToMany, isOneToMany, isOneToOne, load, usesJoinTable
- -

Field Detail

-
/Doctrine/ORM/Mapping/ManyToManyMapping.php at line 58
-

joinTableColumns

-public mixed $joinTableColumns = array() -
-

READ-ONLY: List of aggregated column names on the join table.

- -
- -
/Doctrine/ORM/Mapping/ManyToManyMapping.php at line 70
-

orderBy

-public array $orderBy -
-

READ-ONLY: Order this collection by the given DQL snippet.

Only simple unqualified field names and ASC|DESC are allowed

- -
- -
/Doctrine/ORM/Mapping/ManyToManyMapping.php at line 48
-

relationToSourceKeyColumns

-public mixed $relationToSourceKeyColumns = array() -
-

READ-ONLY: Maps the columns in the relational table to the columns in the source table.

- -
- -
/Doctrine/ORM/Mapping/ManyToManyMapping.php at line 53
-

relationToTargetKeyColumns

-public mixed $relationToTargetKeyColumns = array() -
-

READ-ONLY: Maps the columns in the relation table to the columns in the target table.

- -
- -

Method Detail

-
/Doctrine/ORM/Mapping/ManyToManyMapping.php at line 181
-

isManyToMany

-public boolean isManyToMany() -
-

- -
- -
/Doctrine/ORM/Mapping/ManyToManyMapping.php at line 146
-

load

-public void load(object sourceEntity, mixed targetCollection, EntityManager em, array joinColumnValues, object The, array , object target) -
-

Loads entities in $targetCollection using $em. -The data of $sourceEntity are used to restrict the collection -via the join table.

-
Parameters:
-
The - owner of the collection.
-
The - collection to populate.
-
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/manytoone.html b/lib/api/doctrine/orm/mapping/manytoone.html deleted file mode 100644 index f5607ec84..000000000 --- a/lib/api/doctrine/orm/mapping/manytoone.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - - - -ManyToOne (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\ManyToOne
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 84
- -

Class ManyToOne

- -
Class:ManyToOne - Superclass: Annotation
-Annotation
⌊ ManyToOne
- -
- -

public final class ManyToOne
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - -
Field Summary
mixed

$cascade

mixed

$fetch

mixed

$inversedBy

mixed

$targetEntity

- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -

Field Detail

-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 86
-

cascade

-public mixed $cascade -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 87
-

fetch

-public mixed $fetch = 'LAZY' -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 88
-

inversedBy

-public mixed $inversedBy -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 85
-

targetEntity

-public mixed $targetEntity -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/mappedsuperclass.html b/lib/api/doctrine/orm/mapping/mappedsuperclass.html deleted file mode 100644 index add75dbde..000000000 --- a/lib/api/doctrine/orm/mapping/mappedsuperclass.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - -MappedSuperclass (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\MappedSuperclass
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 31
- -

Class MappedSuperclass

- -
Class:MappedSuperclass - Superclass: Annotation
-Annotation
⌊ MappedSuperclass
- -
- -

public final class MappedSuperclass
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/mappingexception.html b/lib/api/doctrine/orm/mapping/mappingexception.html deleted file mode 100644 index ddbb5efbf..000000000 --- a/lib/api/doctrine/orm/mapping/mappingexception.html +++ /dev/null @@ -1,419 +0,0 @@ - - - - - - - - - - - -MappingException (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\MappingException
-
/Doctrine/ORM/Mapping/MappingException.php at line 29
- -

Class MappingException

- -
Class:MappingException - Superclass: Doctrine
-Doctrine
⌊ MappingException
- -
- -

public class MappingException
extends Doctrine - -

- -

A MappingException indicates that something is wrong with the mapping setup.

- -
-
Since:
-
2.0
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
static void

classIsNotAValidEntityOrMappedSuperClass(mixed className)

static void

duplicateAssociationMapping(mixed entity, mixed fieldName)

static self

duplicateColumnName(string className, string columnName)

static void

duplicateFieldMapping(string entity, string fieldName)

static void

fileMappingDriversRequireConfiguredDirectoryPath()

static void

generatorNotAllowedWithCompositeId()

static void

identifierRequired(mixed entityName)

static self

invalidClassInDiscriminatorMap(string className, string owningClass)

Throws an exception that indicates that a class used in a discriminator map does not exist. -

static void

invalidInheritanceType(mixed entityName, mixed type)

static void

invalidMapping(string fieldName)

Generic exception for invalid mappings.

static void

joinColumnMustPointToMappedField(mixed className, mixed joinColumn)

static void

joinTableRequired(mixed fieldName)

static void

mappingFileNotFound(mixed entityName, mixed fileName)

static void

mappingNotFound(mixed fieldName)

static void

missingFieldName()

static MappingException

missingRequiredOption(string field, string expectedOption, string hint)

Called if a required option was not found but is required

static void

missingSourceEntity(mixed fieldName)

static void

missingTargetEntity(mixed fieldName)

static void

oneToManyRequiresMappedBy(mixed fieldName)

static void

pathRequired()

static void

propertyTypeIsRequired(mixed className, mixed propertyName)

static void

reflectionFailure(string entity, \ReflectionException previousException)

Exception for reflection exceptions - adds the entity name, -because there might be long classnames that will be shortened -within the stacktrace

static void

singleIdNotAllowedOnCompositePrimaryKey(mixed entity)

static void

tableIdGeneratorNotImplemented(mixed className)

static void

unsupportedOptimisticLockingType(mixed entity, mixed fieldName, mixed unsupportedType)

- -

Method Detail

-
/Doctrine/ORM/Mapping/MappingException.php at line 137
-

classIsNotAValidEntityOrMappedSuperClass

-public static void classIsNotAValidEntityOrMappedSuperClass(mixed className) -
-
- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 161
-

duplicateAssociationMapping

-public static void duplicateAssociationMapping(mixed entity, mixed fieldName) -
-
- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 200
-

duplicateColumnName

-public static self duplicateColumnName(string className, string columnName) -
-

- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 157
-

duplicateFieldMapping

-public static void duplicateFieldMapping(string entity, string fieldName) -
-

-
Parameters:
-
entity - The entity's name
-
fieldName - The name of the field that was already declared
-
-
- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 175
-

fileMappingDriversRequireConfiguredDirectoryPath

-public static void fileMappingDriversRequireConfiguredDirectoryPath() -
-
- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 48
-

generatorNotAllowedWithCompositeId

-public static void generatorNotAllowedWithCompositeId() -
-
- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 37
-

identifierRequired

-public static void identifierRequired(mixed entityName) -
-
- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 188
-

invalidClassInDiscriminatorMap

-public static self invalidClassInDiscriminatorMap(string className, string owningClass) -
-

Throws an exception that indicates that a class used in a discriminator map does not exist. -An example would be an outdated (maybe renamed) classname.

-
Parameters:
-
className - The class that could not be found
-
owningClass - The class that declares the discriminator map.
-
-
- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 43
-

invalidInheritanceType

-public static void invalidInheritanceType(mixed entityName, mixed type) -
-
- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 113
-

invalidMapping

-public static void invalidMapping(string fieldName) -
-

Generic exception for invalid mappings.

- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 131
-

joinColumnMustPointToMappedField

-public static void joinColumnMustPointToMappedField(mixed className, mixed joinColumn) -
-
- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 83
-

joinTableRequired

-public static void joinTableRequired(mixed fieldName) -
-
- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 68
-

mappingFileNotFound

-public static void mappingFileNotFound(mixed entityName, mixed fileName) -
-
- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 73
-

mappingNotFound

-public static void mappingNotFound(mixed fieldName) -
-
- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 53
-

missingFieldName

-public static void missingFieldName() -
-
- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 97
-

missingRequiredOption

-public static MappingException missingRequiredOption(string field, string expectedOption, string hint) -
-

Called if a required option was not found but is required

-
Parameters:
-
field - which field cannot be processed?
-
expectedOption - which option is required
-
hint - Can optionally be used to supply a tip for common mistakes, e.g. "Did you think of the plural s?"
-
-
- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 63
-

missingSourceEntity

-public static void missingSourceEntity(mixed fieldName) -
-
- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 58
-

missingTargetEntity

-public static void missingTargetEntity(mixed fieldName) -
-
- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 78
-

oneToManyRequiresMappedBy

-public static void oneToManyRequiresMappedBy(mixed fieldName) -
-
- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 31
-

pathRequired

-public static void pathRequired() -
-
- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 142
-

propertyTypeIsRequired

-public static void propertyTypeIsRequired(mixed className, mixed propertyName) -
-
- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 126
-

reflectionFailure

-public static void reflectionFailure(string entity, \ReflectionException previousException) -
-

Exception for reflection exceptions - adds the entity name, -because there might be long classnames that will be shortened -within the stacktrace

-
Parameters:
-
entity - The entity's name
-
-
-
- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 165
-

singleIdNotAllowedOnCompositePrimaryKey

-public static void singleIdNotAllowedOnCompositePrimaryKey(mixed entity) -
-
- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 147
-

tableIdGeneratorNotImplemented

-public static void tableIdGeneratorNotImplemented(mixed className) -
-
- -
- -
/Doctrine/ORM/Mapping/MappingException.php at line 169
-

unsupportedOptimisticLockingType

-public static void unsupportedOptimisticLockingType(mixed entity, mixed fieldName, mixed unsupportedType) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/onetomany.html b/lib/api/doctrine/orm/mapping/onetomany.html deleted file mode 100644 index 0ef7a17a5..000000000 --- a/lib/api/doctrine/orm/mapping/onetomany.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - - - -OneToMany (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\OneToMany
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 77
- -

Class OneToMany

- -
Class:OneToMany - Superclass: Annotation
-Annotation
⌊ OneToMany
- -
- -

public final class OneToMany
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
mixed

$cascade

mixed

$fetch

mixed

$mappedBy

mixed

$orphanRemoval

mixed

$targetEntity

- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -

Field Detail

-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 80
-

cascade

-public mixed $cascade -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 81
-

fetch

-public mixed $fetch = 'LAZY' -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 78
-

mappedBy

-public mixed $mappedBy -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 82
-

orphanRemoval

-public mixed $orphanRemoval = false -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 79
-

targetEntity

-public mixed $targetEntity -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/onetomanymapping.html b/lib/api/doctrine/orm/mapping/onetomanymapping.html deleted file mode 100644 index 247f821cc..000000000 --- a/lib/api/doctrine/orm/mapping/onetomanymapping.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - - - - - - -OneToManyMapping (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\OneToManyMapping
-
/Doctrine/ORM/Mapping/OneToManyMapping.php at line 47
- -

Class OneToManyMapping

- -
Class:OneToManyMapping - Superclass: AssociationMapping
-AssociationMapping
⌊ OneToManyMapping
- -
- -

public class OneToManyMapping
extends AssociationMapping - -

- -

Represents a one-to-many mapping.

NOTE: One-to-many mappings can currently not be uni-directional (one -> many). -They must either be bidirectional (one <-> many) or unidirectional (many -> one). -In other words, the many-side MUST be the owning side and the one-side MUST be -the inverse side.

IMPORTANT NOTE:

The fields of this class are only public for 2 reasons: -1) To allow fast READ access. -2) To drastically reduce the size of a serialized instance (private/protected members -get the whole class name, namespace inclusive, prepended to every property in -the serialized representation).

Instances of this class are stored serialized in the metadata cache together with the -owning ClassMetadata instance.

- -
-
Author:
-
Roman Borschel
-
Giorgio Sironi
-
Since:
-
2.0
-
-
- - - - - - - - - - - -
Field Summary
mixed

$orderBy

READ-ONLY: Order this collection by the given SQL snippet.

boolean

$orphanRemoval

READ-ONLY: Whether to delete orphaned elements (removed from the collection)

- - - -
Fields inherited from Doctrine\ORM\Mapping\AssociationMapping
FETCH_EAGER, FETCH_LAZY, declared, fetchMode, inherited, inversedBy, isCascadeDetach, isCascadeMerge, isCascadePersist, isCascadeRefresh, isCascadeRemove, isOwningSide, joinTable, mappedBy, sourceEntityName, sourceFieldName, targetEntityName
- - - - - - - - - - - - - - - -
Method Summary
boolean

isOneToMany()

{@inheritdoc}

void

load(object sourceEntity, mixed targetCollection, EntityManager em, array joinColumnValues, $em The, $joinColumnValues , object target)

Loads a one-to-many collection.

boolean

shouldDeleteOrphans()

Whether orphaned elements (removed from the collection) should be deleted.

- - - -
Methods inherited from Doctrine\ORM\Mapping\AssociationMapping
getQuotedJoinTableName, hasCascades, isEagerlyFetched, isLazilyFetched, isManyToMany, isOneToMany, isOneToOne, load, usesJoinTable
- -

Field Detail

-
/Doctrine/ORM/Mapping/OneToManyMapping.php at line 62
-

orderBy

-public mixed $orderBy -
-

READ-ONLY: Order this collection by the given SQL snippet.

- -
- -
/Doctrine/ORM/Mapping/OneToManyMapping.php at line 54
-

orphanRemoval

-public boolean $orphanRemoval = false -
-

READ-ONLY: Whether to delete orphaned elements (removed from the collection)

- -
- -

Method Detail

-
/Doctrine/ORM/Mapping/OneToManyMapping.php at line 107
-

isOneToMany

-public boolean isOneToMany() -
-

-
Override.
-
-
- -
- -
/Doctrine/ORM/Mapping/OneToManyMapping.php at line 121
-

load

-public void load(object sourceEntity, mixed targetCollection, EntityManager em, array joinColumnValues, $em The, $joinColumnValues , object target) -
-

Loads a one-to-many collection.

-
Parameters:
-
The - entity that owns the collection.
-
The - collection to load/fill.
-
The - EntityManager to use.
-
-
-
- -
- -
/Doctrine/ORM/Mapping/OneToManyMapping.php at line 97
-

shouldDeleteOrphans

-public boolean shouldDeleteOrphans() -
-

Whether orphaned elements (removed from the collection) should be deleted.

-
Returns:
-
TRUE if orphaned elements should be deleted, FALSE otherwise.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/onetoone.html b/lib/api/doctrine/orm/mapping/onetoone.html deleted file mode 100644 index 7a3772531..000000000 --- a/lib/api/doctrine/orm/mapping/onetoone.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - - - - - - -OneToOne (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\OneToOne
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 69
- -

Class OneToOne

- -
Class:OneToOne - Superclass: Annotation
-Annotation
⌊ OneToOne
- -
- -

public final class OneToOne
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
mixed

$cascade

mixed

$fetch

mixed

$inversedBy

mixed

$mappedBy

mixed

$orphanRemoval

mixed

$targetEntity

- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -

Field Detail

-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 73
-

cascade

-public mixed $cascade -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 74
-

fetch

-public mixed $fetch = 'LAZY' -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 72
-

inversedBy

-public mixed $inversedBy -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 71
-

mappedBy

-public mixed $mappedBy -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 75
-

orphanRemoval

-public mixed $orphanRemoval = false -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 70
-

targetEntity

-public mixed $targetEntity -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/onetoonemapping.html b/lib/api/doctrine/orm/mapping/onetoonemapping.html deleted file mode 100644 index 19fa49a9a..000000000 --- a/lib/api/doctrine/orm/mapping/onetoonemapping.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - - - - - - -OneToOneMapping (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\OneToOneMapping
-
/Doctrine/ORM/Mapping/OneToOneMapping.php at line 43
- -

Class OneToOneMapping

- -
Class:OneToOneMapping - Superclass: AssociationMapping
-AssociationMapping
⌊ OneToOneMapping
- -
- -

public class OneToOneMapping
extends AssociationMapping - -

- -

A one-to-one mapping describes a uni-directional mapping from one entity -to another entity.

IMPORTANT NOTE:

The fields of this class are only public for 2 reasons: -1) To allow fast READ access. -2) To drastically reduce the size of a serialized instance (private/protected members -get the whole class name, namespace inclusive, prepended to every property in -the serialized representation).

Instances of this class are stored serialized in the metadata cache together with the -owning ClassMetadata instance.

- -
-
Since:
-
2.0
-
Author:
-
Roman Borschel
-
Giorgio Sironi
-
-
- - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
array

$joinColumnFieldNames

READ-ONLY: A map of join column names to field names that are used in cases -when the join columns are fetched as part of the query result.

array

$joinColumns

READ-ONLY: The join column definitions.

boolean

$orphanRemoval

READ-ONLY: Whether to delete orphaned elements (when nulled out, i.e.

mixed

$sourceToTargetKeyColumns

READ-ONLY: Maps the source foreign/primary key columns to the target primary/foreign key columns. -

mixed

$targetToSourceKeyColumns

READ-ONLY: Maps the target primary/foreign key columns to the source foreign/primary key columns. -

- - - -
Fields inherited from Doctrine\ORM\Mapping\AssociationMapping
FETCH_EAGER, FETCH_LAZY, declared, fetchMode, inherited, inversedBy, isCascadeDetach, isCascadeMerge, isCascadePersist, isCascadeRefresh, isCascadeRemove, isOwningSide, joinTable, mappedBy, sourceEntityName, sourceFieldName, targetEntityName
- - - - - - - - - - - -
Method Summary
boolean

isOneToOne()

{@inheritdoc}

void

load(object sourceEntity, object targetEntity, EntityManager em, array joinColumnValues, object target)

{@inheritdoc}

- - - -
Methods inherited from Doctrine\ORM\Mapping\AssociationMapping
getQuotedJoinTableName, hasCascades, isEagerlyFetched, isLazilyFetched, isManyToMany, isOneToMany, isOneToOne, load, usesJoinTable
- -

Field Detail

-
/Doctrine/ORM/Mapping/OneToOneMapping.php at line 79
-

joinColumnFieldNames

-public array $joinColumnFieldNames = array() -
-

READ-ONLY: A map of join column names to field names that are used in cases -when the join columns are fetched as part of the query result.

- -
- -
/Doctrine/ORM/Mapping/OneToOneMapping.php at line 71
-

joinColumns

-public array $joinColumns = array() -
-

READ-ONLY: The join column definitions. Only present on the owning side.

- -
- -
/Doctrine/ORM/Mapping/OneToOneMapping.php at line 64
-

orphanRemoval

-public boolean $orphanRemoval = false -
-

READ-ONLY: Whether to delete orphaned elements (when nulled out, i.e. $foo->other = null)

- -
- -
/Doctrine/ORM/Mapping/OneToOneMapping.php at line 50
-

sourceToTargetKeyColumns

-public mixed $sourceToTargetKeyColumns = array() -
-

READ-ONLY: Maps the source foreign/primary key columns to the target primary/foreign key columns. -i.e. source.id (pk) => target.user_id (fk). -Reverse mapping of _targetToSourceKeyColumns.

- -
- -
/Doctrine/ORM/Mapping/OneToOneMapping.php at line 57
-

targetToSourceKeyColumns

-public mixed $targetToSourceKeyColumns = array() -
-

READ-ONLY: Maps the target primary/foreign key columns to the source foreign/primary key columns. -i.e. target.user_id (fk) => source.id (pk). -Reverse mapping of _sourceToTargetKeyColumns.

- -
- -

Method Detail

-
/Doctrine/ORM/Mapping/OneToOneMapping.php at line 126
-

isOneToOne

-public boolean isOneToOne() -
-

-
Override.
-
-
- -
- -
/Doctrine/ORM/Mapping/OneToOneMapping.php at line 139
-

load

-public void load(object sourceEntity, object targetEntity, EntityManager em, array joinColumnValues, object target) -
-

-
Parameters:
-
sourceEntity - the entity source of this association
-
targetEntity - the entity to load data in
-
-
joinColumnValues - Values of the join columns of $sourceEntity.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/orderby.html b/lib/api/doctrine/orm/mapping/orderby.html deleted file mode 100644 index 1844b8cc8..000000000 --- a/lib/api/doctrine/orm/mapping/orderby.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - -OrderBy (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\OrderBy
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 126
- -

Class OrderBy

- -
Class:OrderBy - Superclass: Annotation
-Annotation
⌊ OrderBy
- -
- -

public final class OrderBy
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/package-frame.html b/lib/api/doctrine/orm/mapping/package-frame.html deleted file mode 100644 index 23f8a7727..000000000 --- a/lib/api/doctrine/orm/mapping/package-frame.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Mapping (Doctrine) - - - - -

Doctrine\ORM\Mapping

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/package-functions.html b/lib/api/doctrine/orm/mapping/package-functions.html deleted file mode 100644 index 6fed08ae0..000000000 --- a/lib/api/doctrine/orm/mapping/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/package-globals.html b/lib/api/doctrine/orm/mapping/package-globals.html deleted file mode 100644 index 4821c732e..000000000 --- a/lib/api/doctrine/orm/mapping/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/package-summary.html b/lib/api/doctrine/orm/mapping/package-summary.html deleted file mode 100644 index bfe18394f..000000000 --- a/lib/api/doctrine/orm/mapping/package-summary.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Mapping (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\ORM\Mapping

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Class Summary
AssociationMappingBase class for association mappings. -
ChangeTrackingPolicyAnnotations class
ClassMetadataA ClassMetadata instance holds all the object-relational mapping metadata -of an entity and it's associations. -
ClassMetadataFactoryThe 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.
ClassMetadataInfoA ClassMetadata instance holds all the object-relational mapping metadata -of an entity and it's associations. -
ColumnAnnotations class
DiscriminatorColumnAnnotations class
DiscriminatorMapAnnotations class
ElementCollectionAnnotations class
EntityAnnotations class
GeneratedValueAnnotations class
HasLifecycleCallbacksAnnotations class
IdAnnotations class
IndexAnnotations class
InheritanceTypeAnnotations class
JoinColumnAnnotations class
JoinColumnsAnnotations class
JoinTableAnnotations class
ManyToManyAnnotations class
ManyToManyMappingA many-to-many mapping describes the mapping between two collections of -entities. -
ManyToOneAnnotations class
MappedSuperclassAnnotations class
MappingExceptionA MappingException indicates that something is wrong with the mapping setup.
OneToManyAnnotations class
OneToManyMappingRepresents a one-to-many mapping. -
OneToOneAnnotations class
OneToOneMappingA one-to-one mapping describes a uni-directional mapping from one entity -to another entity. -
OrderByAnnotations class
PostLoadAnnotations class
PostPersistAnnotations class
PostRemoveAnnotations class
PostUpdateAnnotations class
PrePersistAnnotations class
PreRemoveAnnotations class
PreUpdateAnnotations class
SequenceGeneratorAnnotations class
TableAnnotations class
UniqueConstraintAnnotations class
VersionAnnotations class
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/package-tree.html b/lib/api/doctrine/orm/mapping/package-tree.html deleted file mode 100644 index b99e95b6a..000000000 --- a/lib/api/doctrine/orm/mapping/package-tree.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Mapping (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\ORM\Mapping

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/postload.html b/lib/api/doctrine/orm/mapping/postload.html deleted file mode 100644 index 938eab40e..000000000 --- a/lib/api/doctrine/orm/mapping/postload.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - -PostLoad (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\PostLoad
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 136
- -

Class PostLoad

- -
Class:PostLoad - Superclass: Annotation
-Annotation
⌊ PostLoad
- -
- -

public final class PostLoad
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/postpersist.html b/lib/api/doctrine/orm/mapping/postpersist.html deleted file mode 100644 index b4c96adb6..000000000 --- a/lib/api/doctrine/orm/mapping/postpersist.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - -PostPersist (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\PostPersist
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 131
- -

Class PostPersist

- -
Class:PostPersist - Superclass: Annotation
-Annotation
⌊ PostPersist
- -
- -

public final class PostPersist
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/postremove.html b/lib/api/doctrine/orm/mapping/postremove.html deleted file mode 100644 index 70363d044..000000000 --- a/lib/api/doctrine/orm/mapping/postremove.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - -PostRemove (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\PostRemove
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 135
- -

Class PostRemove

- -
Class:PostRemove - Superclass: Annotation
-Annotation
⌊ PostRemove
- -
- -

public final class PostRemove
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/postupdate.html b/lib/api/doctrine/orm/mapping/postupdate.html deleted file mode 100644 index d0e13fee4..000000000 --- a/lib/api/doctrine/orm/mapping/postupdate.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - -PostUpdate (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\PostUpdate
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 133
- -

Class PostUpdate

- -
Class:PostUpdate - Superclass: Annotation
-Annotation
⌊ PostUpdate
- -
- -

public final class PostUpdate
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/prepersist.html b/lib/api/doctrine/orm/mapping/prepersist.html deleted file mode 100644 index a50d0d43c..000000000 --- a/lib/api/doctrine/orm/mapping/prepersist.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - -PrePersist (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\PrePersist
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 130
- -

Class PrePersist

- -
Class:PrePersist - Superclass: Annotation
-Annotation
⌊ PrePersist
- -
- -

public final class PrePersist
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/preremove.html b/lib/api/doctrine/orm/mapping/preremove.html deleted file mode 100644 index 2b9ae0330..000000000 --- a/lib/api/doctrine/orm/mapping/preremove.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - -PreRemove (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\PreRemove
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 134
- -

Class PreRemove

- -
Class:PreRemove - Superclass: Annotation
-Annotation
⌊ PreRemove
- -
- -

public final class PreRemove
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/preupdate.html b/lib/api/doctrine/orm/mapping/preupdate.html deleted file mode 100644 index 6d1cdf223..000000000 --- a/lib/api/doctrine/orm/mapping/preupdate.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - -PreUpdate (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\PreUpdate
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 132
- -

Class PreUpdate

- -
Class:PreUpdate - Superclass: Annotation
-Annotation
⌊ PreUpdate
- -
- -

public final class PreUpdate
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/sequencegenerator.html b/lib/api/doctrine/orm/mapping/sequencegenerator.html deleted file mode 100644 index d11b3f453..000000000 --- a/lib/api/doctrine/orm/mapping/sequencegenerator.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - - - -SequenceGenerator (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\SequenceGenerator
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 120
- -

Class SequenceGenerator

- -
Class:SequenceGenerator - Superclass: Annotation
-Annotation
⌊ SequenceGenerator
- -
- -

public final class SequenceGenerator
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - -
Field Summary
mixed

$allocationSize

mixed

$initialValue

mixed

$sequenceName

- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -

Field Detail

-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 122
-

allocationSize

-public mixed $allocationSize = 10 -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 123
-

initialValue

-public mixed $initialValue = 1 -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 121
-

sequenceName

-public mixed $sequenceName -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/table.html b/lib/api/doctrine/orm/mapping/table.html deleted file mode 100644 index 885288f99..000000000 --- a/lib/api/doctrine/orm/mapping/table.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - - - -Table (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\Table
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 100
- -

Class Table

- -
Class:Table - Superclass: Annotation
-Annotation
⌊ Table
- -
- -

public final class Table
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - -
Field Summary
mixed

$indexes

mixed

$name

mixed

$schema

mixed

$uniqueConstraints

- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -

Field Detail

-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 103
-

indexes

-public mixed $indexes -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 101
-

name

-public mixed $name -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 102
-

schema

-public mixed $schema -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 104
-

uniqueConstraints

-public mixed $uniqueConstraints -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/uniqueconstraint.html b/lib/api/doctrine/orm/mapping/uniqueconstraint.html deleted file mode 100644 index f192771a4..000000000 --- a/lib/api/doctrine/orm/mapping/uniqueconstraint.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - -UniqueConstraint (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\UniqueConstraint
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 106
- -

Class UniqueConstraint

- -
Class:UniqueConstraint - Superclass: Annotation
-Annotation
⌊ UniqueConstraint
- -
- -

public final class UniqueConstraint
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$columns

mixed

$name

- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -

Field Detail

-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 108
-

columns

-public mixed $columns -
-
- -
- -
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 107
-

name

-public mixed $name -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/mapping/version.html b/lib/api/doctrine/orm/mapping/version.html deleted file mode 100644 index 61a8123f7..000000000 --- a/lib/api/doctrine/orm/mapping/version.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - -Version (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Mapping\Version
-
/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php at line 44
- -

Class Version

- -
Class:Version - Superclass: Annotation
-Annotation
⌊ Version
- -
- -

public final class Version
extends Annotation - -

- -

Annotations class

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\Common\Annotations\Annotation
value
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/nativequery.html b/lib/api/doctrine/orm/nativequery.html deleted file mode 100644 index 1f7387e06..000000000 --- a/lib/api/doctrine/orm/nativequery.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - -NativeQuery (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\NativeQuery
-
/Doctrine/ORM/NativeQuery.php at line 28
- -

Class NativeQuery

- -
Class:NativeQuery - Superclass: AbstractQuery
-AbstractQuery
⌊ NativeQuery
- -
- -

public final class NativeQuery
extends AbstractQuery - -

- -

Represents a native SQL query.

- -
-
Author:
-
Roman Borschel
-
Since:
-
2.0
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Version:
-
$Revision$
-
-
- - - -
Fields inherited from Doctrine\ORM\AbstractQuery
HYDRATE_ARRAY, HYDRATE_OBJECT, HYDRATE_SCALAR, HYDRATE_SINGLE_SCALAR, _em, _expireResultCache, _hints, _hydrationMode, _paramTypes, _params, _resultCacheDriver, _resultCacheId, _resultCacheTTL, _resultSetMapping, _useResultCache
- - - - - - - - - - - -
Method Summary
mixed

getSQL()

Gets the SQL query.

NativeQuery

setSQL(string sql)

Sets the SQL of the query.

- - - -
Methods inherited from Doctrine\ORM\AbstractQuery
execute, expireResultCache, free, getArrayResult, getEntityManager, getExpireResultCache, getHint, getHydrationMode, getParameter, getParameters, getResult, getResultCacheDriver, getResultCacheLifetime, getSQL, getScalarResult, getSingleResult, getSingleScalarResult, iterate, setHint, setHydrationMode, setParameter, setParameters, setResultCacheDriver, setResultCacheId, setResultCacheLifetime, setResultSetMapping, useResultCache
- -

Method Detail

-
/Doctrine/ORM/NativeQuery.php at line 50
-

getSQL

-public mixed getSQL() -
-

Gets the SQL query.

-
Returns:
-
The built SQL query or an array of all SQL queries.
-
Override.
-
-
- -
- -
/Doctrine/ORM/NativeQuery.php at line 38
-

setSQL

-public NativeQuery setSQL(string sql) -
-

Sets the SQL of the query.

-
Returns:
-
This query instance.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/nonuniqueresultexception.html b/lib/api/doctrine/orm/nonuniqueresultexception.html deleted file mode 100644 index d9fccbd8c..000000000 --- a/lib/api/doctrine/orm/nonuniqueresultexception.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - -NonUniqueResultException (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\NonUniqueResultException
-
/Doctrine/ORM/NonUniqueResultException.php at line 11
- -

Class NonUniqueResultException

- -
Class:NonUniqueResultException - Superclass: ORMException
-Class:ORMException - Superclass: Exception
-Exception
⌊ ORMException
⌊ NonUniqueResultException
- -
- -

public class NonUniqueResultException
extends ORMException - -

- -

Exception thrown when an ORM query unexpectedly returns more than one result.

- -
-
Author:
-
robo
-
Since:
-
2.0
-
-
- - - -
Methods inherited from Doctrine\ORM\ORMException
detachedEntityCannotBeRemoved, entityManagerClosed, entityMissingAssignedId, findByRequiresParameter, invalidEntityState, invalidFindByCall, invalidFlushMode, invalidHydrationMode, invalidResultCacheDriver, metadataCacheNotConfigured, mismatchedEventManager, missingMappingDriverImpl, notSupported, proxyClassesAlwaysRegenerating, queryCacheNotConfigured, removedEntityInCollectionDetected, unknownEntityNamespace, unrecognizedField
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/noresultexception.html b/lib/api/doctrine/orm/noresultexception.html deleted file mode 100644 index 88e73a440..000000000 --- a/lib/api/doctrine/orm/noresultexception.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - - - -NoResultException (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\NoResultException
-
/Doctrine/ORM/NoResultException.php at line 11
- -

Class NoResultException

- -
Class:NoResultException - Superclass: ORMException
-Class:ORMException - Superclass: Exception
-Exception
⌊ ORMException
⌊ NoResultException
- -
- -

public class NoResultException
extends ORMException - -

- -

Exception thrown when an ORM query unexpectedly does not return any results.

- -
-
Author:
-
robo
-
Since:
-
2.0
-
-
- - - - - - -
Constructor Summary

NoResultException()

- - - -
Methods inherited from Doctrine\ORM\ORMException
detachedEntityCannotBeRemoved, entityManagerClosed, entityMissingAssignedId, findByRequiresParameter, invalidEntityState, invalidFindByCall, invalidFlushMode, invalidHydrationMode, invalidResultCacheDriver, metadataCacheNotConfigured, mismatchedEventManager, missingMappingDriverImpl, notSupported, proxyClassesAlwaysRegenerating, queryCacheNotConfigured, removedEntityInCollectionDetected, unknownEntityNamespace, unrecognizedField
- -

Constructor Detail

-
/Doctrine/ORM/NoResultException.php at line 13
-

NoResultException

-public NoResultException() -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/optimisticlockexception.html b/lib/api/doctrine/orm/optimisticlockexception.html deleted file mode 100644 index 9694f41e7..000000000 --- a/lib/api/doctrine/orm/optimisticlockexception.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - -OptimisticLockException (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\OptimisticLockException
-
/Doctrine/ORM/OptimisticLockException.php at line 30
- -

Class OptimisticLockException

- -
Class:OptimisticLockException - Superclass: ORMException
-Class:ORMException - Superclass: Exception
-Exception
⌊ ORMException
⌊ OptimisticLockException
- -
- -

public class OptimisticLockException
extends ORMException - -

- -

OptimisticLockException

- -
-
Author:
-
Roman Borschel
-
Since:
-
2.0
-
-
- - - - - - - -
Method Summary
static void

lockFailed()

- - - -
Methods inherited from Doctrine\ORM\ORMException
detachedEntityCannotBeRemoved, entityManagerClosed, entityMissingAssignedId, findByRequiresParameter, invalidEntityState, invalidFindByCall, invalidFlushMode, invalidHydrationMode, invalidResultCacheDriver, metadataCacheNotConfigured, mismatchedEventManager, missingMappingDriverImpl, notSupported, proxyClassesAlwaysRegenerating, queryCacheNotConfigured, removedEntityInCollectionDetected, unknownEntityNamespace, unrecognizedField
- -

Method Detail

-
/Doctrine/ORM/OptimisticLockException.php at line 32
-

lockFailed

-public static void lockFailed() -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/ormexception.html b/lib/api/doctrine/orm/ormexception.html deleted file mode 100644 index cfa163bf4..000000000 --- a/lib/api/doctrine/orm/ormexception.html +++ /dev/null @@ -1,310 +0,0 @@ - - - - - - - - - - - -ORMException (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\ORMException
-
/Doctrine/ORM/ORMException.php at line 11
- -

Class ORMException

- -
Class:ORMException - Superclass: Exception
-Exception
⌊ ORMException
- -
- -

public class ORMException
extends Exception - -

- -

Base exception class for all ORM exceptions.

- -
-
Author:
-
Roman Borschel
-
Since:
-
2.0
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
static void

detachedEntityCannotBeRemoved()

static void

entityManagerClosed()

static void

entityMissingAssignedId(mixed entity)

static void

findByRequiresParameter(mixed methodName)

static void

invalidEntityState(mixed state)

static void

invalidFindByCall(mixed entityName, mixed fieldName, mixed method)

static void

invalidFlushMode(mixed mode)

static void

invalidHydrationMode(mixed mode)

static void

invalidResultCacheDriver()

static void

metadataCacheNotConfigured()

static void

mismatchedEventManager()

static void

missingMappingDriverImpl()

static void

notSupported()

static void

proxyClassesAlwaysRegenerating()

static void

queryCacheNotConfigured()

static void

removedEntityInCollectionDetected(mixed entity, mixed assoc)

static void

unknownEntityNamespace(mixed entityNamespaceAlias)

static void

unrecognizedField(mixed field)

- -

Method Detail

-
/Doctrine/ORM/ORMException.php at line 41
-

detachedEntityCannotBeRemoved

-public static void detachedEntityCannotBeRemoved() -
-
- -
- -
/Doctrine/ORM/ORMException.php at line 51
-

entityManagerClosed

-public static void entityManagerClosed() -
-
- -
- -
/Doctrine/ORM/ORMException.php at line 19
-

entityMissingAssignedId

-public static void entityMissingAssignedId(mixed entity) -
-
- -
- -
/Doctrine/ORM/ORMException.php at line 66
-

findByRequiresParameter

-public static void findByRequiresParameter(mixed methodName) -
-
- -
- -
/Doctrine/ORM/ORMException.php at line 36
-

invalidEntityState

-public static void invalidEntityState(mixed state) -
-
- -
- -
/Doctrine/ORM/ORMException.php at line 71
-

invalidFindByCall

-public static void invalidFindByCall(mixed entityName, mixed fieldName, mixed method) -
-
- -
- -
/Doctrine/ORM/ORMException.php at line 46
-

invalidFlushMode

-public static void invalidFlushMode(mixed mode) -
-
- -
- -
/Doctrine/ORM/ORMException.php at line 56
-

invalidHydrationMode

-public static void invalidHydrationMode(mixed mode) -
-
- -
- -
/Doctrine/ORM/ORMException.php at line 79
-

invalidResultCacheDriver

-public static void invalidResultCacheDriver() -
-
- -
- -
/Doctrine/ORM/ORMException.php at line 92
-

metadataCacheNotConfigured

-public static void metadataCacheNotConfigured() -
-
- -
- -
/Doctrine/ORM/ORMException.php at line 61
-

mismatchedEventManager

-public static void mismatchedEventManager() -
-
- -
- -
/Doctrine/ORM/ORMException.php at line 13
-

missingMappingDriverImpl

-public static void missingMappingDriverImpl() -
-
- -
- -
/Doctrine/ORM/ORMException.php at line 83
-

notSupported

-public static void notSupported() -
-
- -
- -
/Doctrine/ORM/ORMException.php at line 97
-

proxyClassesAlwaysRegenerating

-public static void proxyClassesAlwaysRegenerating() -
-
- -
- -
/Doctrine/ORM/ORMException.php at line 87
-

queryCacheNotConfigured

-public static void queryCacheNotConfigured() -
-
- -
- -
/Doctrine/ORM/ORMException.php at line 29
-

removedEntityInCollectionDetected

-public static void removedEntityInCollectionDetected(mixed entity, mixed assoc) -
-
- -
- -
/Doctrine/ORM/ORMException.php at line 102
-

unknownEntityNamespace

-public static void unknownEntityNamespace(mixed entityNamespaceAlias) -
-
- -
- -
/Doctrine/ORM/ORMException.php at line 24
-

unrecognizedField

-public static void unrecognizedField(mixed field) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/package-frame.html b/lib/api/doctrine/orm/package-frame.html deleted file mode 100644 index 291be6ac6..000000000 --- a/lib/api/doctrine/orm/package-frame.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM (Doctrine) - - - - -

Doctrine\ORM

- -

Classes

- - -

Exceptions

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/package-functions.html b/lib/api/doctrine/orm/package-functions.html deleted file mode 100644 index 0552ca072..000000000 --- a/lib/api/doctrine/orm/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/package-globals.html b/lib/api/doctrine/orm/package-globals.html deleted file mode 100644 index cfd9697a7..000000000 --- a/lib/api/doctrine/orm/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/package-summary.html b/lib/api/doctrine/orm/package-summary.html deleted file mode 100644 index 792d53636..000000000 --- a/lib/api/doctrine/orm/package-summary.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\ORM

- - - - - - - - - - - - - - - - - -
Class Summary
AbstractQueryBase contract for ORM queries.
ConfigurationConfiguration container for all configuration options of Doctrine. -
EntityManagerThe EntityManager is the central access point to ORM functionality.
EntityNotFoundExceptionException thrown when a Proxy fails to retrieve an Entity result.
EntityRepositoryAn EntityRepository serves as a repository for entities with generic as well as -business specific methods for retrieving entities. -
EventsContainer for all ORM events. -
NativeQueryRepresents a native SQL query.
NoResultExceptionException thrown when an ORM query unexpectedly does not return any results.
NonUniqueResultExceptionException thrown when an ORM query unexpectedly returns more than one result.
OptimisticLockExceptionOptimisticLockException
PersistentCollectionA PersistentCollection represents a collection of elements that have persistent state. -
QueryA Query object represents a DQL query.
QueryBuilderThis class is responsible for building DQL query strings via an object oriented -PHP interface.
UnitOfWorkThe 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.
- - - - -
Exception Summary
ORMExceptionBase exception class for all ORM exceptions.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/package-tree.html b/lib/api/doctrine/orm/package-tree.html deleted file mode 100644 index ba30a24b6..000000000 --- a/lib/api/doctrine/orm/package-tree.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\ORM

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/persistentcollection.html b/lib/api/doctrine/orm/persistentcollection.html deleted file mode 100644 index 609b9471d..000000000 --- a/lib/api/doctrine/orm/persistentcollection.html +++ /dev/null @@ -1,714 +0,0 @@ - - - - - - - - - - - -PersistentCollection (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\PersistentCollection
-
/Doctrine/ORM/PersistentCollection.php at line 44
- -

Class PersistentCollection

- -
PersistentCollection
- -
-
All Implemented Interfaces:
-
Collection -
- -
- -

public final class PersistentCollection

- -

A PersistentCollection represents a collection of elements that have persistent state.

Collections of entities represent only the associations (links) to those entities. -That means, if the collection is part of a many-many mapping and you remove -entities from the collection, only the links in the relation table are removed (on flush). -Similarly, if you remove entities from a collection that is part of a one-many -mapping this will only result in the nulling out of the foreign keys on flush.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
Since:
-
2.0
-
Version:
-
$Revision: 4930 $
-
Author:
-
Konsta Vesterinen
-
Roman Borschel
-
Giorgio Sironi
-
-
- - - - - - -
Constructor Summary

PersistentCollection(EntityManager em, ClassMetadata class, mixed coll, array The)

Creates a new persistent collection.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

add(mixed value)

{@inheritdoc}

void

clear()

{@inheritdoc}

void

contains(mixed element)

{@inheritdoc}

void

containsKey(mixed key)

{@inheritdoc}

void

count()

{@inheritdoc}

void

current()

Gets the element of the collection at the current iterator position.

void

exists(mixed p)

{@inheritdoc}

void

filter(mixed p)

{@inheritdoc}

void

first()

{@inheritdoc}

void

forAll(mixed p)

{@inheritdoc}

void

get(mixed key)

{@inheritdoc}

array

getDeleteDiff()

INTERNAL: -getDeleteDiff

array

getInsertDiff()

INTERNAL: -getInsertDiff

void

getIterator()

{@inheritdoc}

void

getKeys()

{@inheritdoc}

Doctrine\ORM\Mapping\AssociationMapping

getMapping()

INTERNAL: Gets the association mapping of the collection.

object

getOwner()

INTERNAL: -Gets the collection owner.

array

getSnapshot()

INTERNAL: -Returns the last snapshot of the elements in the collection.

void

getTypeClass()

void

getValues()

{@inheritdoc}

void

hydrateAdd(mixed element)

INTERNAL: -Adds an element to a collection during hydration.

void

hydrateSet(mixed key, mixed element)

INTERNAL: -Sets a keyed element in the collection during hydration.

void

indexOf(mixed element)

{@inheritdoc}

boolean

isDirty()

Gets a boolean flag indicating whether this colleciton is dirty which means -its state needs to be synchronized with the database.

void

isEmpty()

{@inheritdoc}

boolean

isInitialized()

Checks whether this collection has been initialized.

void

key()

void

last()

{@inheritdoc}

void

map(mixed func)

{@inheritdoc}

void

next()

Moves the internal iterator position to the next element.

void

offsetExists(mixed offset)

void

offsetGet(mixed offset)

void

offsetSet(mixed offset, mixed value)

void

offsetUnset(mixed offset)

void

partition(mixed p)

{@inheritdoc}

void

remove(mixed key)

{@inheritdoc}

void

removeElement(mixed element)

{@inheritdoc}

void

set(mixed key, mixed value)

{@inheritdoc}

void

setDirty(boolean dirty)

Sets a boolean flag, indicating whether this collection is dirty.

void

setInitialized(boolean bool)

Sets the initialized flag of the collection, forcing it into that state.

void

setOwner(object entity, AssociationMapping assoc)

INTERNAL: -Sets the collection's owning entity together with the AssociationMapping that -describes the association between the owner and the elements of the collection.

void

takeSnapshot()

INTERNAL: -Tells this collection to take a snapshot of its current state.

void

toArray()

{@inheritdoc}

void

unwrap()

Retrieves the wrapped Collection instance.

- -

Constructor Detail

-
/Doctrine/ORM/PersistentCollection.php at line 118
-

PersistentCollection

-public PersistentCollection(EntityManager em, ClassMetadata class, mixed coll, array The) -
-

Creates a new persistent collection.

-
Parameters:
-
em - The EntityManager the collection will be associated with.
-
class - The class descriptor of the entity type of this collection.
-
The - collection elements.
-
-
- -
- -

Method Detail

-
/Doctrine/ORM/PersistentCollection.php at line 491
-

add

-public void add(mixed value) -
-

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 564
-

clear

-public void clear() -
-

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 401
-

contains

-public void contains(mixed element) -
-

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 392
-

containsKey

-public void containsKey(mixed key) -
-

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 472
-

count

-public void count() -
-

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 634
-

current

-public void current() -
-

Gets the element of the collection at the current iterator position.

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 427
-

exists

-public void exists(mixed p) -
-

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 528
-

filter

-public void filter(mixed p) -
-

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 333
-

first

-public void first() -
-

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 537
-

forAll

-public void forAll(mixed p) -
-

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 445
-

get

-public void get(mixed key) -
-

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 250
-

getDeleteDiff

-public array getDeleteDiff() -
-

INTERNAL: -getDeleteDiff

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 262
-

getInsertDiff

-public array getInsertDiff() -
-

INTERNAL: -getInsertDiff

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 510
-

getIterator

-public void getIterator() -
-

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 454
-

getKeys

-public void getKeys() -
-

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 273
-

getMapping

-public Doctrine\ORM\Mapping\AssociationMapping getMapping() -
-

INTERNAL: Gets the association mapping of the collection.

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 146
-

getOwner

-public object getOwner() -
-

INTERNAL: -Gets the collection owner.

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 239
-

getSnapshot

-public array getSnapshot() -
-

INTERNAL: -Returns the last snapshot of the elements in the collection.

-
Returns:
-
The last snapshot of the elements.
-
-
- -
- -
/Doctrine/ORM/PersistentCollection.php at line 151
-

getTypeClass

-public void getTypeClass() -
-
- -
- -
/Doctrine/ORM/PersistentCollection.php at line 463
-

getValues

-public void getValues() -
-

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 163
-

hydrateAdd

-public void hydrateAdd(mixed element) -
-

INTERNAL: -Adds an element to a collection during hydration. This will automatically -complete bidirectional associations in the case of a one-to-many association.

-
Parameters:
-
element - The element to add.
-
-
- -
- -
/Doctrine/ORM/PersistentCollection.php at line 186
-

hydrateSet

-public void hydrateSet(mixed key, mixed element) -
-

INTERNAL: -Sets a keyed element in the collection during hydration.

-
Parameters:
-
key - The key to set. $param mixed $value The element to set.
-
-
- -
- -
/Doctrine/ORM/PersistentCollection.php at line 436
-

indexOf

-public void indexOf(mixed element) -
-

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 297
-

isDirty

-public boolean isDirty() -
-

Gets a boolean flag indicating whether this colleciton is dirty which means -its state needs to be synchronized with the database.

-
Returns:
-
TRUE if the collection is dirty, FALSE otherwise.
-
-
- -
- -
/Doctrine/ORM/PersistentCollection.php at line 501
-

isEmpty

-public void isEmpty() -
-

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 327
-

isInitialized

-public boolean isInitialized() -
-

Checks whether this collection has been initialized.

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 626
-

key

-public void key() -
-
- -
- -
/Doctrine/ORM/PersistentCollection.php at line 340
-

last

-public void last() -
-

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 519
-

map

-public void map(mixed func) -
-

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 642
-

next

-public void next() -
-

Moves the internal iterator position to the next element.

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 593
-

offsetExists

-public void offsetExists(mixed offset) -
-

-
See Also:
-
containsKey()
-
-
- -
- -
/Doctrine/ORM/PersistentCollection.php at line 601
-

offsetGet

-public void offsetGet(mixed offset) -
-

-
See Also:
-
get()
-
-
- -
- -
/Doctrine/ORM/PersistentCollection.php at line 610
-

offsetSet

-public void offsetSet(mixed offset, mixed value) -
-

-
See Also:
-
add()
-
set()
-
-
- -
- -
/Doctrine/ORM/PersistentCollection.php at line 621
-

offsetUnset

-public void offsetUnset(mixed offset) -
-

-
See Also:
-
remove()
-
-
- -
- -
/Doctrine/ORM/PersistentCollection.php at line 546
-

partition

-public void partition(mixed p) -
-

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 349
-

remove

-public void remove(mixed key) -
-

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 371
-

removeElement

-public void removeElement(mixed element) -
-

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 481
-

set

-public void set(mixed key, mixed value) -
-

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 307
-

setDirty

-public void setDirty(boolean dirty) -
-

Sets a boolean flag, indicating whether this collection is dirty.

-
Parameters:
-
dirty - Whether the collection should be marked dirty or not.
-
-
- -
- -
/Doctrine/ORM/PersistentCollection.php at line 317
-

setInitialized

-public void setInitialized(boolean bool) -
-

Sets the initialized flag of the collection, forcing it into that state.

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 133
-

setOwner

-public void setOwner(object entity, AssociationMapping assoc) -
-

INTERNAL: -Sets the collection's owning entity together with the AssociationMapping that -describes the association between the owner and the elements of the collection.

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 227
-

takeSnapshot

-public void takeSnapshot() -
-

INTERNAL: -Tells this collection to take a snapshot of its current state.

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 555
-

toArray

-public void toArray() -
-

- -
- -
/Doctrine/ORM/PersistentCollection.php at line 650
-

unwrap

-public void unwrap() -
-

Retrieves the wrapped Collection instance.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/persisters/abstractcollectionpersister.html b/lib/api/doctrine/orm/persisters/abstractcollectionpersister.html deleted file mode 100644 index fc8333dc0..000000000 --- a/lib/api/doctrine/orm/persisters/abstractcollectionpersister.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - - - - - - -AbstractCollectionPersister (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Persisters\AbstractCollectionPersister
-
/Doctrine/ORM/Persisters/AbstractCollectionPersister.php at line 31
- -

Class AbstractCollectionPersister

- -
AbstractCollectionPersister
- -
- -

public abstract class AbstractCollectionPersister

- -

Base class for all collection persisters.

- -
-
Since:
-
2.0
-
Author:
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - -
Field Summary
protected Doctrine\DBAL\Connection

$_conn

protected EntityManager

$_em

protected Doctrine\ORM\UnitOfWork

$_uow

- - - - - - -
Constructor Summary

AbstractCollectionPersister(Doctrine\ORM\EntityManager em)

Initializes a new instance of a class derived from AbstractCollectionPersister.

- - - - - - - - - - - - - - - - - - - -
Method Summary
void

delete(PersistentCollection coll)

Deletes the persistent state represented by the given collection.

void

deleteRows(mixed coll)

void

insertRows(mixed coll)

void

update(PersistentCollection coll)

Updates the given collection, synchronizing it's state with the database -by inserting, updating and deleting individual elements.

- -

Field Detail

-
/Doctrine/ORM/Persisters/AbstractCollectionPersister.php at line 41
-

_conn

-protected Doctrine\DBAL\Connection $_conn -
-

- -
- -
/Doctrine/ORM/Persisters/AbstractCollectionPersister.php at line 36
-

_em

-protected EntityManager $_em -
-

- -
- -
/Doctrine/ORM/Persisters/AbstractCollectionPersister.php at line 46
-

_uow

-protected Doctrine\ORM\UnitOfWork $_uow -
-

- -
- -

Constructor Detail

-
/Doctrine/ORM/Persisters/AbstractCollectionPersister.php at line 53
-

AbstractCollectionPersister

-public AbstractCollectionPersister(Doctrine\ORM\EntityManager em) -
-

Initializes a new instance of a class derived from AbstractCollectionPersister.

- -
- -

Method Detail

-
/Doctrine/ORM/Persisters/AbstractCollectionPersister.php at line 65
-

delete

-public void delete(PersistentCollection coll) -
-

Deletes the persistent state represented by the given collection.

- -
- -
/Doctrine/ORM/Persisters/AbstractCollectionPersister.php at line 105
-

deleteRows

-public void deleteRows(mixed coll) -
-
- -
- -
/Doctrine/ORM/Persisters/AbstractCollectionPersister.php at line 117
-

insertRows

-public void insertRows(mixed coll) -
-
- -
- -
/Doctrine/ORM/Persisters/AbstractCollectionPersister.php at line 95
-

update

-public void update(PersistentCollection coll) -
-

Updates the given collection, synchronizing it's state with the database -by inserting, updating and deleting individual elements.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/persisters/abstractentityinheritancepersister.html b/lib/api/doctrine/orm/persisters/abstractentityinheritancepersister.html deleted file mode 100644 index f628ed200..000000000 --- a/lib/api/doctrine/orm/persisters/abstractentityinheritancepersister.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - -AbstractEntityInheritancePersister (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Persisters\AbstractEntityInheritancePersister
-
/Doctrine/ORM/Persisters/AbstractEntityInheritancePersister.php at line 33
- -

Class AbstractEntityInheritancePersister

- -
Class:AbstractEntityInheritancePersister - Superclass: StandardEntityPersister
-StandardEntityPersister
⌊ AbstractEntityInheritancePersister
- -
- -

public abstract class AbstractEntityInheritancePersister
extends StandardEntityPersister - -

- -

Base class for entity persisters that implement a certain inheritance mapping strategy. -All these persisters are assumed to use a discriminator column to discriminate entity -types in the hierarchy.

- -
-
Author:
-
Roman Borschel
-
Since:
-
2.0
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
Todo:
-
Rename: BasicEntityPersister
-
-
- - - -
Fields inherited from Doctrine\ORM\Persisters\StandardEntityPersister
_class, _columnTypes, _conn, _em, _platform, _queuedInserts, _resultColumnNames, _selectColumnListSql, _sqlAliasCounter, _sqlTableAliases
- - - -
Methods inherited from Doctrine\ORM\Persisters\StandardEntityPersister
addInsert, delete, executeInserts, getClassMetadata, getInsertSQL, getOwningTable, load, loadAll, loadManyToManyCollection, loadOneToManyCollection, refresh, update
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/persisters/elementcollectionpersister.html b/lib/api/doctrine/orm/persisters/elementcollectionpersister.html deleted file mode 100644 index 29fb8a3bb..000000000 --- a/lib/api/doctrine/orm/persisters/elementcollectionpersister.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - -ElementCollectionPersister (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Persisters\ElementCollectionPersister
-
/Doctrine/ORM/Persisters/ElementCollectionPersister.php at line 30
- -

Class ElementCollectionPersister

- -
Class:ElementCollectionPersister - Superclass: AbstractCollectionPersister
-AbstractCollectionPersister
⌊ ElementCollectionPersister
- -
- -

public abstract class ElementCollectionPersister
extends AbstractCollectionPersister - -

- -

Persister for collections of basic elements / value types.

- -
-
Author:
-
robo
-
Todo:
-
Implementation once support for collections of basic elements (i.e. strings) is added.
-
Since:
-
2.0
-
-
- - - -
Fields inherited from Doctrine\ORM\Persisters\AbstractCollectionPersister
_conn, _em, _uow
- - - -
Methods inherited from Doctrine\ORM\Persisters\AbstractCollectionPersister
delete, deleteRows, insertRows, update
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/persisters/joinedsubclasspersister.html b/lib/api/doctrine/orm/persisters/joinedsubclasspersister.html deleted file mode 100644 index f6c11d29e..000000000 --- a/lib/api/doctrine/orm/persisters/joinedsubclasspersister.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - - - -JoinedSubclassPersister (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Persisters\JoinedSubclassPersister
-
/Doctrine/ORM/Persisters/JoinedSubclassPersister.php at line 36
- -

Class JoinedSubclassPersister

- -
Class:JoinedSubclassPersister - Superclass: AbstractEntityInheritancePersister
-Class:AbstractEntityInheritancePersister - Superclass: StandardEntityPersister
-StandardEntityPersister
⌊ AbstractEntityInheritancePersister
⌊ JoinedSubclassPersister
- -
- -

public class JoinedSubclassPersister
extends AbstractEntityInheritancePersister - -

- -

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.

- -
-
Author:
-
Roman Borschel
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
See Also:
-
http://martinfowler.com/eaaCatalog/classTableInheritance.html
-
Todo:
-
Rename: BasicEntityPersister
-
-
- - - - - - - - - - - - - - - - - - - -
Method Summary
void

delete(object entity)

{@inheritdoc}

array

executeInserts()

{@inheritdoc}

string

getOwningTable(string fieldName)

Gets the name of the table that owns the column the given field is mapped to.

void

update(object entity)

{@inheritdoc}

- -

Method Detail

-
/Doctrine/ORM/Persisters/JoinedSubclassPersister.php at line 210
-

delete

-public void delete(object entity) -
-

-
Parameters:
-
entity - The entity to delete.
-
-
- -
- -
/Doctrine/ORM/Persisters/JoinedSubclassPersister.php at line 100
-

executeInserts

-public array executeInserts() -
-

-
Returns:
-
An array of any generated post-insert IDs. This will be an empty array if the entity class does not use the IDENTITY generation strategy.
-
-
- -
- -
/Doctrine/ORM/Persisters/JoinedSubclassPersister.php at line 78
-

getOwningTable

-public string getOwningTable(string fieldName) -
-

Gets the name of the table that owns the column the given field is mapped to.

-
Override.
-
-
- -
- -
/Doctrine/ORM/Persisters/JoinedSubclassPersister.php at line 187
-

update

-public void update(object entity) -
-

-
Parameters:
-
entity - The entity to update.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/persisters/manytomanypersister.html b/lib/api/doctrine/orm/persisters/manytomanypersister.html deleted file mode 100644 index 7c3d6da67..000000000 --- a/lib/api/doctrine/orm/persisters/manytomanypersister.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - -ManyToManyPersister (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Persisters\ManyToManyPersister
-
/Doctrine/ORM/Persisters/ManyToManyPersister.php at line 32
- -

Class ManyToManyPersister

- -
Class:ManyToManyPersister - Superclass: AbstractCollectionPersister
-AbstractCollectionPersister
⌊ ManyToManyPersister
- -
- -

public class ManyToManyPersister
extends AbstractCollectionPersister - -

- -

Persister for many-to-many collections.

- -
-
Author:
-
Roman Borschel
-
Since:
-
2.0
-
-
- - - -
Fields inherited from Doctrine\ORM\Persisters\AbstractCollectionPersister
_conn, _em, _uow
- - - -
Methods inherited from Doctrine\ORM\Persisters\AbstractCollectionPersister
delete, deleteRows, insertRows, update
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/persisters/onetomanypersister.html b/lib/api/doctrine/orm/persisters/onetomanypersister.html deleted file mode 100644 index 7d8c9b648..000000000 --- a/lib/api/doctrine/orm/persisters/onetomanypersister.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - -OneToManyPersister (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Persisters\OneToManyPersister
-
/Doctrine/ORM/Persisters/OneToManyPersister.php at line 37
- -

Class OneToManyPersister

- -
Class:OneToManyPersister - Superclass: AbstractCollectionPersister
-AbstractCollectionPersister
⌊ OneToManyPersister
- -
- -

public class OneToManyPersister
extends AbstractCollectionPersister - -

- -

Persister for one-to-many collections.

IMPORTANT: -This persister is only used for uni-directional one-to-many mappings on a foreign key -(which are not yet supported). So currently this persister is not used.

- -
-
Since:
-
2.0
-
Author:
-
Roman Borschel
-
Todo:
-
Remove
-
-
- - - -
Fields inherited from Doctrine\ORM\Persisters\AbstractCollectionPersister
_conn, _em, _uow
- - - -
Methods inherited from Doctrine\ORM\Persisters\AbstractCollectionPersister
delete, deleteRows, insertRows, update
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/persisters/package-frame.html b/lib/api/doctrine/orm/persisters/package-frame.html deleted file mode 100644 index b4a584f48..000000000 --- a/lib/api/doctrine/orm/persisters/package-frame.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Persisters (Doctrine) - - - - -

Doctrine\ORM\Persisters

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/persisters/package-functions.html b/lib/api/doctrine/orm/persisters/package-functions.html deleted file mode 100644 index 3ad316cb0..000000000 --- a/lib/api/doctrine/orm/persisters/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/persisters/package-globals.html b/lib/api/doctrine/orm/persisters/package-globals.html deleted file mode 100644 index b1442b18a..000000000 --- a/lib/api/doctrine/orm/persisters/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/persisters/package-summary.html b/lib/api/doctrine/orm/persisters/package-summary.html deleted file mode 100644 index 1a222edcf..000000000 --- a/lib/api/doctrine/orm/persisters/package-summary.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Persisters (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\ORM\Persisters

- - - - - - - - - - - - -
Class Summary
AbstractCollectionPersisterBase class for all collection persisters.
AbstractEntityInheritancePersisterBase class for entity persisters that implement a certain inheritance mapping strategy. -
ElementCollectionPersisterPersister for collections of basic elements / value types.
JoinedSubclassPersisterThe joined subclass persister maps a single entity instance to several tables in the -database as it is defined by the Class Table Inheritance strategy.
ManyToManyPersisterPersister for many-to-many collections.
OneToManyPersisterPersister for one-to-many collections. -
SingleTablePersisterPersister for entities that participate in a hierarchy mapped with the -SINGLE_TABLE strategy.
StandardEntityPersisterA basic entity persister that maps an entity with no (mapped) inheritance to a single table -in the relational database.
UnionSubclassPersisterA basic entity persister that maps an entity with no (mapped) inheritance to a single table -in the relational database.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/persisters/package-tree.html b/lib/api/doctrine/orm/persisters/package-tree.html deleted file mode 100644 index f5714073f..000000000 --- a/lib/api/doctrine/orm/persisters/package-tree.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Persisters (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\ORM\Persisters

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/persisters/singletablepersister.html b/lib/api/doctrine/orm/persisters/singletablepersister.html deleted file mode 100644 index 9d9b828fa..000000000 --- a/lib/api/doctrine/orm/persisters/singletablepersister.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - -SingleTablePersister (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Persisters\SingleTablePersister
-
/Doctrine/ORM/Persisters/SingleTablePersister.php at line 33
- -

Class SingleTablePersister

- -
Class:SingleTablePersister - Superclass: AbstractEntityInheritancePersister
-Class:AbstractEntityInheritancePersister - Superclass: StandardEntityPersister
-StandardEntityPersister
⌊ AbstractEntityInheritancePersister
⌊ SingleTablePersister
- -
- -

public class SingleTablePersister
extends AbstractEntityInheritancePersister - -

- -

Persister for entities that participate in a hierarchy mapped with the -SINGLE_TABLE strategy.

- -
-
Author:
-
Roman Borschel
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
Since:
-
2.0
-
See Also:
-
http://martinfowler.com/eaaCatalog/singleTableInheritance.html
-
Todo:
-
Rename: BasicEntityPersister
-
-
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/persisters/standardentitypersister.html b/lib/api/doctrine/orm/persisters/standardentitypersister.html deleted file mode 100644 index 781db0d84..000000000 --- a/lib/api/doctrine/orm/persisters/standardentitypersister.html +++ /dev/null @@ -1,443 +0,0 @@ - - - - - - - - - - - -StandardEntityPersister (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Persisters\StandardEntityPersister
-
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 43
- -

Class StandardEntityPersister

- -
StandardEntityPersister
- -
- -

public class StandardEntityPersister

- -

A basic entity persister that maps an entity with no (mapped) inheritance to a single table -in the relational database.

- -
-
Author:
-
Roman Borschel
-
Giorgio Sironi
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
Since:
-
2.0
-
Todo:
-
Rename: BasicEntityPersister
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
protected Doctrine\ORM\Mapping\ClassMetadata

$_class

Metadata object that describes the mapping of the mapped entity class.

protected array

$_columnTypes

The map of column names to DBAL mapping types of all prepared columns used when INSERTing -or UPDATEing an entity.

protected Doctrine\DBAL\Connection $conn

$_conn

The underlying Connection of the used EntityManager.

protected Doctrine\ORM\EntityManager

$_em

The EntityManager instance.

protected AbstractPlatform

$_platform

The database platform.

protected array

$_queuedInserts

Queued inserts.

protected array

$_resultColumnNames

Case-sensitive mappings of column names as they appear in an SQL result set -to column names as they are defined in the mapping.

protected string

$_selectColumnListSql

The SELECT column list SQL fragment used for querying entities by this persister. -

protected integer

$_sqlAliasCounter

Counter for creating unique SQL table and column aliases.

protected array

$_sqlTableAliases

Map from class names (FQCN) to the corresponding generated SQL table aliases.

- - - - - - -
Constructor Summary

StandardEntityPersister(Doctrine\ORM\EntityManager em, Doctrine\ORM\Mapping\ClassMetadata class)

Initializes a new StandardEntityPersister that uses the given EntityManager -and persists instances of the class described by the given ClassMetadata descriptor.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

addInsert(object entity)

Adds an entity to the queued insertions. -

void

delete(object entity)

Deletes an entity.

array

executeInserts()

Executes all queued entity insertions and returns any generated post-insert -identifiers that were created as a result of the insertions. -

Doctrine\ORM\Mapping\ClassMetadata

getClassMetadata()

Gets the ClassMetadata instance of the entity class this persister is used for.

string

getInsertSQL()

Gets the INSERT SQL used by the persister to persist a new entity.

string

getOwningTable(string fieldName)

Gets the name of the table that owns the column the given field is mapped to.

The

load(array criteria, object entity, mixed assoc, array hints, $assoc The)

Loads an entity by a list of field criteria.

array

loadAll(array criteria)

Loads a list of entities by a list of field criteria.

void

loadManyToManyCollection(ManyToManyMapping assoc, array criteria, PersistentCollection coll)

Loads a collection of entities of a many-to-many association.

void

loadOneToManyCollection(OneToManyMapping assoc, array criteria, mixed coll, PersistentCollection The)

Loads a collection of entities in a one-to-many association.

void

refresh(array id, object entity)

Refreshes an entity.

void

update(object entity)

Updates an entity.

- -

Field Detail

-
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 50
-

_class

-protected Doctrine\ORM\Mapping\ClassMetadata $_class -
-

Metadata object that describes the mapping of the mapped entity class.

- -
- -
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 97
-

_columnTypes

-protected array $_columnTypes = array() -
-

The map of column names to DBAL mapping types of all prepared columns used when INSERTing -or UPDATEing an entity.

-
See Also:
-
_prepareInsertData($entity)
-
_prepareUpdateData($entity)
-
-
- -
- -
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 57
-

_conn

-protected Doctrine\DBAL\Connection $conn $_conn -
-

The underlying Connection of the used EntityManager.

- -
- -
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 71
-

_em

-protected Doctrine\ORM\EntityManager $_em -
-

The EntityManager instance.

- -
- -
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 64
-

_platform

-protected AbstractPlatform $_platform -
-

The database platform.

- -
- -
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 78
-

_queuedInserts

-protected array $_queuedInserts = array() -
-

Queued inserts.

- -
- -
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 87
-

_resultColumnNames

-protected array $_resultColumnNames = array() -
-

Case-sensitive mappings of column names as they appear in an SQL result set -to column names as they are defined in the mapping. This is necessary because different -RDBMS vendors return column names in result sets in different casings.

- -
- -
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 113
-

_selectColumnListSql

-protected string $_selectColumnListSql -
-

The SELECT column list SQL fragment used for querying entities by this persister. -This SQL fragment is only generated once per request, if at all.

- -
- -
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 120
-

_sqlAliasCounter

-protected integer $_sqlAliasCounter -
-

Counter for creating unique SQL table and column aliases.

- -
- -
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 127
-

_sqlTableAliases

-protected array $_sqlTableAliases = array() -
-

Map from class names (FQCN) to the corresponding generated SQL table aliases.

- -
- -

Constructor Detail

-
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 136
-

StandardEntityPersister

-public StandardEntityPersister(Doctrine\ORM\EntityManager em, Doctrine\ORM\Mapping\ClassMetadata class) -
-

Initializes a new StandardEntityPersister that uses the given EntityManager -and persists instances of the class described by the given ClassMetadata descriptor.

- -
- -

Method Detail

-
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 150
-

addInsert

-public void addInsert(object entity) -
-

Adds an entity to the queued insertions. -The entity remains queued until executeInserts() is invoked.

-
Parameters:
-
entity - The entitiy to queue for insertion.
-
-
- -
- -
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 302
-

delete

-public void delete(object entity) -
-

Deletes an entity.

-
Parameters:
-
entity - The entity to delete.
-
-
- -
- -
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 164
-

executeInserts

-public array executeInserts() -
-

Executes all queued entity insertions and returns any generated post-insert -identifiers that were created as a result of the insertions.

If no inserts are queued, invoking this method is a NOOP.

-
Returns:
-
An array of any generated post-insert IDs. This will be an empty array if the entity class does not use the IDENTITY generation strategy.
-
-
- -
- -
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 316
-

getClassMetadata

-public Doctrine\ORM\Mapping\ClassMetadata getClassMetadata() -
-

Gets the ClassMetadata instance of the entity class this persister is used for.

- -
- -
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 792
-

getInsertSQL

-public string getInsertSQL() -
-

Gets the INSERT SQL used by the persister to persist a new entity.

- -
- -
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 413
-

getOwningTable

-public string getOwningTable(string fieldName) -
-

Gets the name of the table that owns the column the given field is mapped to.

- -
- -
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 428
-

load

-public The load(array criteria, object entity, mixed assoc, array hints, $assoc The) -
-

Loads an entity by a list of field criteria.

-
Parameters:
-
criteria - The criteria by which to load the entity.
-
entity - The entity to load the data into. If not specified, a new entity is created.
-
The - association that connects the entity to load to another entity, if any.
-
hints - Hints for entity creation.
-
Returns:
-
loaded entity instance or NULL if the entity/the data can not be found.
-
-
- -
- -
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 527
-

loadAll

-public array loadAll(array criteria) -
-

Loads a list of entities by a list of field criteria.

- -
- -
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 570
-

loadManyToManyCollection

-public void loadManyToManyCollection(ManyToManyMapping assoc, array criteria, PersistentCollection coll) -
-

Loads a collection of entities of a many-to-many association.

-
Parameters:
-
-
-
coll - The collection to fill.
-
-
- -
- -
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 551
-

loadOneToManyCollection

-public void loadOneToManyCollection(OneToManyMapping assoc, array criteria, mixed coll, PersistentCollection The) -
-

Loads a collection of entities in a one-to-many association.

-
Parameters:
-
-
criteria - The criteria by which to select the entities.
-
The - collection to fill.
-
-
- -
- -
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 445
-

refresh

-public void refresh(array id, object entity) -
-

Refreshes an entity.

-
Parameters:
-
id - The identifier of the entity as an associative array from column names to values.
-
entity - The entity to refresh.
-
-
- -
- -
/Doctrine/ORM/Persisters/StandardEntityPersister.php at line 233
-

update

-public void update(object entity) -
-

Updates an entity.

-
Parameters:
-
entity - The entity to update.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/persisters/unionsubclasspersister.html b/lib/api/doctrine/orm/persisters/unionsubclasspersister.html deleted file mode 100644 index cafe5cd26..000000000 --- a/lib/api/doctrine/orm/persisters/unionsubclasspersister.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - -UnionSubclassPersister (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Persisters\UnionSubclassPersister
-
/Doctrine/ORM/Persisters/UnionSubclassPersister.php at line 5
- -

Class UnionSubclassPersister

- -
Class:UnionSubclassPersister - Superclass: StandardEntityPersister
-StandardEntityPersister
⌊ UnionSubclassPersister
- -
- -

public class UnionSubclassPersister
extends StandardEntityPersister - -

- -

A basic entity persister that maps an entity with no (mapped) inheritance to a single table -in the relational database.

- -
-
Author:
-
Roman Borschel
-
Giorgio Sironi
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
Since:
-
2.0
-
Todo:
-
Rename: BasicEntityPersister
-
-
- - - -
Fields inherited from Doctrine\ORM\Persisters\StandardEntityPersister
_class, _columnTypes, _conn, _em, _platform, _queuedInserts, _resultColumnNames, _selectColumnListSql, _sqlAliasCounter, _sqlTableAliases
- - - -
Methods inherited from Doctrine\ORM\Persisters\StandardEntityPersister
addInsert, delete, executeInserts, getClassMetadata, getInsertSQL, getOwningTable, load, loadAll, loadManyToManyCollection, loadOneToManyCollection, refresh, update
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/proxy/package-frame.html b/lib/api/doctrine/orm/proxy/package-frame.html deleted file mode 100644 index 242c5cecd..000000000 --- a/lib/api/doctrine/orm/proxy/package-frame.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Proxy (Doctrine) - - - - -

Doctrine\ORM\Proxy

- -

Classes

- - -

Interfaces

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/proxy/package-functions.html b/lib/api/doctrine/orm/proxy/package-functions.html deleted file mode 100644 index d113a2f8c..000000000 --- a/lib/api/doctrine/orm/proxy/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/proxy/package-globals.html b/lib/api/doctrine/orm/proxy/package-globals.html deleted file mode 100644 index 01c8bf59c..000000000 --- a/lib/api/doctrine/orm/proxy/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/proxy/package-summary.html b/lib/api/doctrine/orm/proxy/package-summary.html deleted file mode 100644 index 9971bdd6d..000000000 --- a/lib/api/doctrine/orm/proxy/package-summary.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Proxy (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\ORM\Proxy

- - - - - -
Class Summary
ProxyExceptionORM Proxy Exception
ProxyFactoryThis factory is used to create proxy objects for entities at runtime.
- - - - -
Interface Summary
ProxyInterface for proxy classes.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/proxy/package-tree.html b/lib/api/doctrine/orm/proxy/package-tree.html deleted file mode 100644 index 5ad7611c3..000000000 --- a/lib/api/doctrine/orm/proxy/package-tree.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Proxy (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\ORM\Proxy

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/proxy/proxy.html b/lib/api/doctrine/orm/proxy/proxy.html deleted file mode 100644 index 914087d6b..000000000 --- a/lib/api/doctrine/orm/proxy/proxy.html +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - -Proxy (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Proxy\Proxy
-
/Doctrine/ORM/Proxy/Proxy.php at line 30
- -

Interface Proxy

- -
Proxy
- -
- -

public interface Proxy

- -

Interface for proxy classes.

- -
-
Author:
-
Roman Borschel
-
Since:
-
2.0
-
-
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/proxy/proxyexception.html b/lib/api/doctrine/orm/proxy/proxyexception.html deleted file mode 100644 index 5e10a2c35..000000000 --- a/lib/api/doctrine/orm/proxy/proxyexception.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - -ProxyException (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Proxy\ProxyException
-
/Doctrine/ORM/Proxy/ProxyException.php at line 33
- -

Class ProxyException

- -
Class:ProxyException - Superclass: Doctrine
-Doctrine
⌊ ProxyException
- -
- -

public class ProxyException
extends Doctrine - -

- -

ORM Proxy Exception

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.com
-
Since:
-
1.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
-
- - - - - - - - - - - -
Method Summary
static void

proxyDirectoryRequired()

static void

proxyNamespaceRequired()

- -

Method Detail

-
/Doctrine/ORM/Proxy/ProxyException.php at line 35
-

proxyDirectoryRequired

-public static void proxyDirectoryRequired() -
-
- -
- -
/Doctrine/ORM/Proxy/ProxyException.php at line 39
-

proxyNamespaceRequired

-public static void proxyNamespaceRequired() -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/proxy/proxyfactory.html b/lib/api/doctrine/orm/proxy/proxyfactory.html deleted file mode 100644 index 6d4316eae..000000000 --- a/lib/api/doctrine/orm/proxy/proxyfactory.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - - - -ProxyFactory (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Proxy\ProxyFactory
-
/Doctrine/ORM/Proxy/ProxyFactory.php at line 35
- -

Class ProxyFactory

- -
ProxyFactory
- -
- -

public class ProxyFactory

- -

This factory is used to create proxy objects for entities at runtime.

- -
-
Author:
-
Roman Borschel
-
Giorgio Sironi
-
Since:
-
2.0
-
-
- - - - - - -
Constructor Summary

ProxyFactory(EntityManager em, string proxyDir, string proxyNs, boolean autoGenerate)

Initializes a new instance of the ProxyFactory class that is -connected to the given EntityManager.

- - - - - - - - - - - -
Method Summary
void

generateProxyClasses(array classes, string toDir)

Generates proxy classes for all given classes.

object

getProxy(string className, mixed identifier)

Gets a reference proxy instance for the entity of the given type and identified by -the given identifier.

- -

Constructor Detail

-
/Doctrine/ORM/Proxy/ProxyFactory.php at line 55
-

ProxyFactory

-public ProxyFactory(EntityManager em, string proxyDir, string proxyNs, boolean autoGenerate) -
-

Initializes a new instance of the ProxyFactory class that is -connected to the given EntityManager.

-
Parameters:
-
em - The EntityManager the new factory works for.
-
proxyDir - The directory to use for the proxy classes. It must exist.
-
proxyNs - The namespace to use for the proxy classes.
-
autoGenerate - Whether to automatically generate proxy classes.
-
-
- -
- -

Method Detail

-
/Doctrine/ORM/Proxy/ProxyFactory.php at line 105
-

generateProxyClasses

-public void generateProxyClasses(array classes, string toDir) -
-

Generates proxy classes for all given classes.

-
Parameters:
-
classes - The classes (ClassMetadata instances) for which to generate proxies.
-
toDir - The target directory of the proxy classes. If not specified, the directory configured on the Configuration of the EntityManager used by this factory is used.
-
-
- -
- -
/Doctrine/ORM/Proxy/ProxyFactory.php at line 77
-

getProxy

-public object getProxy(string className, mixed identifier) -
-

Gets a reference proxy instance for the entity of the given type and identified by -the given identifier.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query.html b/lib/api/doctrine/orm/query.html deleted file mode 100644 index 2e3f6a054..000000000 --- a/lib/api/doctrine/orm/query.html +++ /dev/null @@ -1,582 +0,0 @@ - - - - - - - - - - - -Query (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query
-
/Doctrine/ORM/Query.php at line 33
- -

Class Query

- -
Class:Query - Superclass: AbstractQuery
-AbstractQuery
⌊ Query
- -
- -

public final class Query
extends AbstractQuery - -

- -

A Query object represents a DQL query.

- -
-
Since:
-
1.0
-
Author:
-
Guilherme Blanco
-
Konsta Vesterinen
-
Roman Borschel
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Version:
-
$Revision$
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
final string

HINT_CUSTOM_OUTPUT_WALKER

A string with a class name that implements Doctrine\ORM\Query\TreeWalker -and is used for generating the target SQL from any DQL AST tree.

final string

HINT_CUSTOM_TREE_WALKERS

An array of class names that implement Doctrine\ORM\Query\TreeWalker and -are iterated and executed after the DQL has been parsed into an AST.

final string

HINT_FORCE_PARTIAL_LOAD

The forcePartialLoad query hint forces a particular query to return -partial objects.

final string

HINT_INCLUDE_META_COLUMNS

The includeMetaColumns query hint causes meta columns like foreign keys and -discriminator columns to be selected and returned as part of the query result. -

final string

HINT_INTERNAL_ITERATION

final string

HINT_REFRESH

The refresh hint turns any query into a refresh query with the result that -any local changes in entities are overridden with the fetched values.

final int

STATE_CLEAN

A query object is in CLEAN state when it has NO unparsed/unprocessed DQL parts.

final int

STATE_DIRTY

A query object is in state DIRTY when it has DQL parts that have not yet been -parsed/processed.

- - - -
Fields inherited from Doctrine\ORM\AbstractQuery
HYDRATE_ARRAY, HYDRATE_OBJECT, HYDRATE_SCALAR, HYDRATE_SINGLE_SCALAR, _em, _expireResultCache, _hints, _hydrationMode, _paramTypes, _params, _resultCacheDriver, _resultCacheId, _resultCacheTTL, _resultSetMapping, _useResultCache
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
boolean

contains(string dql)

Method to check if an arbitrary piece of DQL exists

Query

expireQueryCache(boolean expire)

Defines if the query cache is active or not.

void

free()

Doctrine\ORM\Query\AST\SelectStatement

getAST()

Returns the corresponding AST for this DQL query.

string

getDQL()

Returns the DQL query that is represented by this query object.

bool

getExpireQueryCache()

Retrieves if the query cache is active or not.

integer

getFirstResult()

Gets the position of the first result the query object was set to retrieve (the "offset"). -

integer

getMaxResults()

Gets the maximum number of results the query object was set to retrieve (the "limit"). -

CacheDriver

getQueryCacheDriver()

Returns the cache driver used for query caching.

int

getQueryCacheLifetime()

Retrieves the lifetime of resultset cache.

mixed

getSQL()

Gets the SQL query/queries that correspond to this DQL query.

integer

getState()

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.

IterableResult

iterate(array params, integer hydrationMode)

Executes the query and returns an IterableResult that can be used to incrementally -iterated over the result.

Doctrine\ORM\AbstractQuery

setDQL(string dqlQuery)

Sets a DQL query string.

Query

setFirstResult(integer firstResult)

Sets the position of the first result to retrieve (the "offset").

Doctrine\ORM\AbstractQuery

setHint(string name, mixed value)

{@inheritdoc}

Doctrine\ORM\AbstractQuery

setHydrationMode(integer hydrationMode)

{@inheritdoc}

Query

setMaxResults(integer maxResults)

Sets the maximum number of results to retrieve (the "limit").

Query

setQueryCacheDriver(mixed queryCache, Doctrine_Cache_Interface|null driver)

Defines a cache driver to be used for caching queries.

Query

setQueryCacheLifetime(integer timeToLive)

Defines how long the query cache will be active before expire.

@return

useQueryCache(boolean bool)

Defines whether the query should make use of a query cache, if available.

- - - -
Methods inherited from Doctrine\ORM\AbstractQuery
execute, expireResultCache, free, getArrayResult, getEntityManager, getExpireResultCache, getHint, getHydrationMode, getParameter, getParameters, getResult, getResultCacheDriver, getResultCacheLifetime, getSQL, getScalarResult, getSingleResult, getSingleScalarResult, iterate, setHint, setHydrationMode, setParameter, setParameters, setResultCacheDriver, setResultCacheId, setResultCacheLifetime, setResultSetMapping, useResultCache
- -

Field Detail

-
/Doctrine/ORM/Query.php at line 87
-

HINT_CUSTOM_OUTPUT_WALKER

-public final string HINT_CUSTOM_OUTPUT_WALKER = 'doctrine.customOutputWalker' -
-

A string with a class name that implements Doctrine\ORM\Query\TreeWalker -and is used for generating the target SQL from any DQL AST tree.

- -
- -
/Doctrine/ORM/Query.php at line 79
-

HINT_CUSTOM_TREE_WALKERS

-public final string HINT_CUSTOM_TREE_WALKERS = 'doctrine.customTreeWalkers' -
-

An array of class names that implement Doctrine\ORM\Query\TreeWalker and -are iterated and executed after the DQL has been parsed into an AST.

- -
- -
/Doctrine/ORM/Query.php at line 62
-

HINT_FORCE_PARTIAL_LOAD

-public final string HINT_FORCE_PARTIAL_LOAD = 'doctrine.forcePartialLoad' -
-

The forcePartialLoad query hint forces a particular query to return -partial objects.

-
Todo:
-
Rename: HINT_OPTIMIZE
-
-
- -
- -
/Doctrine/ORM/Query.php at line 71
-

HINT_INCLUDE_META_COLUMNS

-public final string HINT_INCLUDE_META_COLUMNS = 'doctrine.includeMetaColumns' -
-

The includeMetaColumns query hint causes meta columns like foreign keys and -discriminator columns to be selected and returned as part of the query result.

This hint does only apply to non-object queries.

- -
- -
/Doctrine/ORM/Query.php at line 94
-

HINT_INTERNAL_ITERATION

-public final string HINT_INTERNAL_ITERATION = 'doctrine.internal.iteration' -
-

- -
- -
/Doctrine/ORM/Query.php at line 54
-

HINT_REFRESH

-public final string HINT_REFRESH = 'doctrine.refresh' -
-

The refresh hint turns any query into a refresh query with the result that -any local changes in entities are overridden with the fetched values.

- -
- -
/Doctrine/ORM/Query.php at line 39
-

STATE_CLEAN

-public final int STATE_CLEAN = 1 -
-

A query object is in CLEAN state when it has NO unparsed/unprocessed DQL parts.

- -
- -
/Doctrine/ORM/Query.php at line 45
-

STATE_DIRTY

-public final int STATE_DIRTY = 2 -
-

A query object is in state DIRTY when it has DQL parts that have not yet been -parsed/processed. This is automatically defined as DIRTY when addDqlQueryPart -is called.

- -
- -

Method Detail

-
/Doctrine/ORM/Query.php at line 405
-

contains

-public boolean contains(string dql) -
-

Method to check if an arbitrary piece of DQL exists

-
Parameters:
-
dql - Arbitrary piece of DQL to check for
-
-
- -
- -
/Doctrine/ORM/Query.php at line 332
-

expireQueryCache

-public Query expireQueryCache(boolean expire) -
-

Defines if the query cache is active or not.

-
Parameters:
-
expire - Whether or not to force query cache expiration.
-
Returns:
-
This query instance.
-
-
- -
- -
/Doctrine/ORM/Query.php at line 352
-

free

-public void free() -
-

-
Override.
-
-
- -
- -
/Doctrine/ORM/Query.php at line 171
-

getAST

-public Doctrine\ORM\Query\AST\SelectStatement getAST() -
-

Returns the corresponding AST for this DQL query.

-
Returns:
-
| Doctrine\ORM\Query\AST\UpdateStatement | Doctrine\ORM\Query\AST\DeleteStatement
-
-
- -
- -
/Doctrine/ORM/Query.php at line 379
-

getDQL

-public string getDQL() -
-

Returns the DQL query that is represented by this query object.

-
Returns:
-
DQL query
-
-
- -
- -
/Doctrine/ORM/Query.php at line 344
-

getExpireQueryCache

-public bool getExpireQueryCache() -
-

Retrieves if the query cache is active or not.

- -
- -
/Doctrine/ORM/Query.php at line 429
-

getFirstResult

-public integer getFirstResult() -
-

Gets the position of the first result the query object was set to retrieve (the "offset"). -Returns NULL if setFirstResult was not applied to this query.

-
Returns:
-
The position of the first result.
-
-
- -
- -
/Doctrine/ORM/Query.php at line 453
-

getMaxResults

-public integer getMaxResults() -
-

Gets the maximum number of results the query object was set to retrieve (the "limit"). -Returns NULL if setMaxResults was not applied to this query.

-
Returns:
-
Maximum number of results.
-
-
- -
- -
/Doctrine/ORM/Query.php at line 291
-

getQueryCacheDriver

-public CacheDriver getQueryCacheDriver() -
-

Returns the cache driver used for query caching.

-
Returns:
-
The cache driver used for query caching or NULL, if this Query does not use query caching.
-
-
- -
- -
/Doctrine/ORM/Query.php at line 321
-

getQueryCacheLifetime

-public int getQueryCacheLifetime() -
-

Retrieves the lifetime of resultset cache.

- -
- -
/Doctrine/ORM/Query.php at line 159
-

getSQL

-public mixed getSQL() -
-

Gets the SQL query/queries that correspond to this DQL query.

-
Returns:
-
The built sql query or an array of all sql queries.
-
Override.
-
-
- -
- -
/Doctrine/ORM/Query.php at line 394
-

getState

-public integer getState() -
-

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.

-
See Also:
-
AbstractQuery::STATE_CLEAN
-
AbstractQuery::STATE_DIRTY
-
Returns:
-
Return the query state
-
-
- -
- -
/Doctrine/ORM/Query.php at line 466
-

iterate

-public IterableResult iterate(array params, integer hydrationMode) -
-

Executes the query and returns an IterableResult that can be used to incrementally -iterated over the result.

-
Parameters:
-
params - The query parameters.
-
hydrationMode - The hydration mode to use.
-
-
- -
- -
/Doctrine/ORM/Query.php at line 365
-

setDQL

-public Doctrine\ORM\AbstractQuery setDQL(string dqlQuery) -
-

Sets a DQL query string.

-
Parameters:
-
dqlQuery - DQL Query
-
-
- -
- -
/Doctrine/ORM/Query.php at line 416
-

setFirstResult

-public Query setFirstResult(integer firstResult) -
-

Sets the position of the first result to retrieve (the "offset").

-
Parameters:
-
firstResult - The first result to return.
-
Returns:
-
This query object.
-
-
- -
- -
/Doctrine/ORM/Query.php at line 475
-

setHint

-public Doctrine\ORM\AbstractQuery setHint(string name, mixed value) -
-

-
Parameters:
-
name - The name of the hint.
-
value - The value of the hint.
-
-
- -
- -
/Doctrine/ORM/Query.php at line 484
-

setHydrationMode

-public Doctrine\ORM\AbstractQuery setHydrationMode(integer hydrationMode) -
-

-
Parameters:
-
hydrationMode - Doctrine processing mode to be used during hydration process. One of the Query::HYDRATE_* constants.
-
Returns:
-
This query instance.
-
-
- -
- -
/Doctrine/ORM/Query.php at line 440
-

setMaxResults

-public Query setMaxResults(integer maxResults) -
-

Sets the maximum number of results to retrieve (the "limit").

-
Returns:
-
This query object.
-
-
- -
- -
/Doctrine/ORM/Query.php at line 267
-

setQueryCacheDriver

-public Query setQueryCacheDriver(mixed queryCache, Doctrine_Cache_Interface|null driver) -
-

Defines a cache driver to be used for caching queries.

-
Parameters:
-
driver - Cache driver
-
Returns:
-
This query instance.
-
-
- -
- -
/Doctrine/ORM/Query.php at line 306
-

setQueryCacheLifetime

-public Query setQueryCacheLifetime(integer timeToLive) -
-

Defines how long the query cache will be active before expire.

-
Parameters:
-
timeToLive - How long the cache entry is valid
-
Returns:
-
This query instance.
-
-
- -
- -
/Doctrine/ORM/Query.php at line 279
-

useQueryCache

-public @return useQueryCache(boolean bool) -
-

Defines whether the query should make use of a query cache, if available.

-
Returns:
-
Query This query instance.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/aggregateexpression.html b/lib/api/doctrine/orm/query/ast/aggregateexpression.html deleted file mode 100644 index 5d99c6015..000000000 --- a/lib/api/doctrine/orm/query/ast/aggregateexpression.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - -AggregateExpression (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\AggregateExpression
-
/Doctrine/ORM/Query/AST/AggregateExpression.php at line 35
- -

Class AggregateExpression

- -
Class:AggregateExpression - Superclass: Node
-Node
⌊ AggregateExpression
- -
- -

public class AggregateExpression
extends Node - -

- -

Description of AggregateExpression

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - -
Field Summary
mixed

$functionName

mixed

$isDistinct

mixed

$pathExpression

- - - - - - -
Constructor Summary

AggregateExpression(mixed functionName, mixed pathExpression, mixed isDistinct)

- - - - - - - -
Method Summary
void

dispatch(mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/AggregateExpression.php at line 37
-

functionName

-public mixed $functionName -
-
- -
- -
/Doctrine/ORM/Query/AST/AggregateExpression.php at line 39
-

isDistinct

-public mixed $isDistinct = false -
-
- -
- -
/Doctrine/ORM/Query/AST/AggregateExpression.php at line 38
-

pathExpression

-public mixed $pathExpression -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/AggregateExpression.php at line 41
-

AggregateExpression

-public AggregateExpression(mixed functionName, mixed pathExpression, mixed isDistinct) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/AggregateExpression.php at line 48
-

dispatch

-public void dispatch(mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/arithmeticexpression.html b/lib/api/doctrine/orm/query/ast/arithmeticexpression.html deleted file mode 100644 index f6480aaa0..000000000 --- a/lib/api/doctrine/orm/query/ast/arithmeticexpression.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - - - - -ArithmeticExpression (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\ArithmeticExpression
-
/Doctrine/ORM/Query/AST/ArithmeticExpression.php at line 35
- -

Class ArithmeticExpression

- -
Class:ArithmeticExpression - Superclass: Node
-Node
⌊ ArithmeticExpression
- -
- -

public class ArithmeticExpression
extends Node - -

- -

ArithmeticExpression ::= SimpleArithmeticExpression | "(" Subselect ")"

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$simpleArithmeticExpression

mixed

$subselect

- - - - - - - - - - - - - - - -
Method Summary
void

dispatch(mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

void

isSimpleArithmeticExpression()

void

isSubselect()

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/ArithmeticExpression.php at line 37
-

simpleArithmeticExpression

-public mixed $simpleArithmeticExpression -
-
- -
- -
/Doctrine/ORM/Query/AST/ArithmeticExpression.php at line 38
-

subselect

-public mixed $subselect -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/ArithmeticExpression.php at line 50
-

dispatch

-public void dispatch(mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
/Doctrine/ORM/Query/AST/ArithmeticExpression.php at line 40
-

isSimpleArithmeticExpression

-public void isSimpleArithmeticExpression() -
-
- -
- -
/Doctrine/ORM/Query/AST/ArithmeticExpression.php at line 45
-

isSubselect

-public void isSubselect() -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/arithmeticfactor.html b/lib/api/doctrine/orm/query/ast/arithmeticfactor.html deleted file mode 100644 index 01b0e5849..000000000 --- a/lib/api/doctrine/orm/query/ast/arithmeticfactor.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - - - - - - -ArithmeticFactor (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\ArithmeticFactor
-
/Doctrine/ORM/Query/AST/ArithmeticFactor.php at line 35
- -

Class ArithmeticFactor

- -
Class:ArithmeticFactor - Superclass: Node
-Node
⌊ ArithmeticFactor
- -
- -

public class ArithmeticFactor
extends Node - -

- -

ArithmeticFactor ::= [("+" | "-")] ArithmeticPrimary

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
ArithmeticPrimary

$arithmeticPrimary

null|boolean NULL represents no sign, TRUE means positive and FALSE means negative sign

$sign

- - - - - - -
Constructor Summary

ArithmeticFactor(mixed arithmeticPrimary, mixed sign)

- - - - - - - - - - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

void

isNegativeSigned()

void

isPositiveSigned()

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/ArithmeticFactor.php at line 40
-

arithmeticPrimary

-public ArithmeticPrimary $arithmeticPrimary -
-

- -
- -
/Doctrine/ORM/Query/AST/ArithmeticFactor.php at line 45
-

sign

-public null|boolean NULL represents no sign, TRUE means positive and FALSE means negative sign $sign -
-

- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/ArithmeticFactor.php at line 47
-

ArithmeticFactor

-public ArithmeticFactor(mixed arithmeticPrimary, mixed sign) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/ArithmeticFactor.php at line 63
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
/Doctrine/ORM/Query/AST/ArithmeticFactor.php at line 58
-

isNegativeSigned

-public void isNegativeSigned() -
-
- -
- -
/Doctrine/ORM/Query/AST/ArithmeticFactor.php at line 53
-

isPositiveSigned

-public void isPositiveSigned() -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/arithmeticterm.html b/lib/api/doctrine/orm/query/ast/arithmeticterm.html deleted file mode 100644 index ddc044e4b..000000000 --- a/lib/api/doctrine/orm/query/ast/arithmeticterm.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - -ArithmeticTerm (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\ArithmeticTerm
-
/Doctrine/ORM/Query/AST/ArithmeticTerm.php at line 35
- -

Class ArithmeticTerm

- -
Class:ArithmeticTerm - Superclass: Node
-Node
⌊ ArithmeticTerm
- -
- -

public class ArithmeticTerm
extends Node - -

- -

ArithmeticTerm ::= ArithmeticFactor {("*" | "/") ArithmeticFactor}

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
mixed

$arithmeticFactors

- - - - - - -
Constructor Summary

ArithmeticTerm(mixed arithmeticFactors)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/ArithmeticTerm.php at line 37
-

arithmeticFactors

-public mixed $arithmeticFactors -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/ArithmeticTerm.php at line 39
-

ArithmeticTerm

-public ArithmeticTerm(mixed arithmeticFactors) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/ArithmeticTerm.php at line 44
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/astexception.html b/lib/api/doctrine/orm/query/ast/astexception.html deleted file mode 100644 index d0d3aaf06..000000000 --- a/lib/api/doctrine/orm/query/ast/astexception.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - -ASTException (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\ASTException
-
/Doctrine/ORM/Query/AST/ASTException.php at line 7
- -

Class ASTException

- -
Class:ASTException - Superclass: QueryException
-Class:QueryException - Superclass: Doctrine
-Doctrine
⌊ QueryException
⌊ ASTException
- -
- -

public class ASTException
extends QueryException - -

- -

Description of QueryException

- -
- - - - - - - -
Method Summary
static void

noDispatchForNode(mixed node)

- - - -
Methods inherited from Doctrine\ORM\Query\QueryException
associationPathCompositeKeyNotSupported, associationPathInverseSideNotSupported, invalidLiteral, invalidParameterFormat, invalidParameterNumber, invalidParameterPosition, invalidPathExpression, iterateWithFetchJoinCollectionNotAllowed, iterateWithFetchJoinNotAllowed, overwritingJoinConditionsNotYetSupported, partialObjectsAreDangerous, semanticalError, syntaxError, unknownParameter
- -

Method Detail

-
/Doctrine/ORM/Query/AST/ASTException.php at line 9
-

noDispatchForNode

-public static void noDispatchForNode(mixed node) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/betweenexpression.html b/lib/api/doctrine/orm/query/ast/betweenexpression.html deleted file mode 100644 index 87233dcb6..000000000 --- a/lib/api/doctrine/orm/query/ast/betweenexpression.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - - - - - - -BetweenExpression (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\BetweenExpression
-
/Doctrine/ORM/Query/AST/BetweenExpression.php at line 35
- -

Class BetweenExpression

- -
Class:BetweenExpression - Superclass: Node
-Node
⌊ BetweenExpression
- -
- -

public class BetweenExpression
extends Node - -

- -

Description of BetweenExpression

@license http://www.opensource.org/licenses/lgpl-license.php LGPL

- -
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
-
- - - - - - - - - - - - - - - - - - - -
Field Summary
mixed

$expression

mixed

$leftBetweenExpression

mixed

$not

mixed

$rightBetweenExpression

- - - - - - -
Constructor Summary

BetweenExpression(mixed expr, mixed leftExpr, mixed rightExpr)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/BetweenExpression.php at line 37
-

expression

-public mixed $expression -
-
- -
- -
/Doctrine/ORM/Query/AST/BetweenExpression.php at line 38
-

leftBetweenExpression

-public mixed $leftBetweenExpression -
-
- -
- -
/Doctrine/ORM/Query/AST/BetweenExpression.php at line 40
-

not

-public mixed $not -
-
- -
- -
/Doctrine/ORM/Query/AST/BetweenExpression.php at line 39
-

rightBetweenExpression

-public mixed $rightBetweenExpression -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/BetweenExpression.php at line 42
-

BetweenExpression

-public BetweenExpression(mixed expr, mixed leftExpr, mixed rightExpr) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/BetweenExpression.php at line 49
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/collectionmemberexpression.html b/lib/api/doctrine/orm/query/ast/collectionmemberexpression.html deleted file mode 100644 index fa0d2c668..000000000 --- a/lib/api/doctrine/orm/query/ast/collectionmemberexpression.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - -CollectionMemberExpression (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\CollectionMemberExpression
-
/Doctrine/ORM/Query/AST/CollectionMemberExpression.php at line 35
- -

Class CollectionMemberExpression

- -
Class:CollectionMemberExpression - Superclass: Node
-Node
⌊ CollectionMemberExpression
- -
- -

public class CollectionMemberExpression
extends Node - -

- -

CollectionMemberExpression ::= EntityExpression ["NOT"] "MEMBER" ["OF"] CollectionValuedPathExpression

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - -
Field Summary
mixed

$collectionValuedPathExpression

mixed

$entityExpression

mixed

$not

- - - - - - -
Constructor Summary

CollectionMemberExpression(mixed entityExpr, mixed collValuedPathExpr)

- - - - - - - -
Method Summary
void

dispatch(mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/CollectionMemberExpression.php at line 38
-

collectionValuedPathExpression

-public mixed $collectionValuedPathExpression -
-
- -
- -
/Doctrine/ORM/Query/AST/CollectionMemberExpression.php at line 37
-

entityExpression

-public mixed $entityExpression -
-
- -
- -
/Doctrine/ORM/Query/AST/CollectionMemberExpression.php at line 39
-

not

-public mixed $not -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/CollectionMemberExpression.php at line 41
-

CollectionMemberExpression

-public CollectionMemberExpression(mixed entityExpr, mixed collValuedPathExpr) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/CollectionMemberExpression.php at line 47
-

dispatch

-public void dispatch(mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/comparisonexpression.html b/lib/api/doctrine/orm/query/ast/comparisonexpression.html deleted file mode 100644 index 22a8c0694..000000000 --- a/lib/api/doctrine/orm/query/ast/comparisonexpression.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - - - - - - -ComparisonExpression (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\ComparisonExpression
-
/Doctrine/ORM/Query/AST/ComparisonExpression.php at line 40
- -

Class ComparisonExpression

- -
Class:ComparisonExpression - Superclass: Node
-Node
⌊ ComparisonExpression
- -
- -

public class ComparisonExpression
extends Node - -

- -

ComparisonExpression ::= ArithmeticExpression ComparisonOperator ( QuantifiedExpression | ArithmeticExpression ) | -StringExpression ComparisonOperator (StringExpression | QuantifiedExpression) | -BooleanExpression ("=" | "<>" | "!=") (BooleanExpression | QuantifiedExpression) | -EnumExpression ("=" | "<>" | "!=") (EnumExpression | QuantifiedExpression) | -DatetimeExpression ComparisonOperator (DatetimeExpression | QuantifiedExpression) | -EntityExpression ("=" | "<>") (EntityExpression | QuantifiedExpression)

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - -
Field Summary
mixed

$leftExpression

mixed

$operator

mixed

$rightExpression

- - - - - - -
Constructor Summary

ComparisonExpression(mixed leftExpr, mixed operator, mixed rightExpr)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/ComparisonExpression.php at line 42
-

leftExpression

-public mixed $leftExpression -
-
- -
- -
/Doctrine/ORM/Query/AST/ComparisonExpression.php at line 44
-

operator

-public mixed $operator -
-
- -
- -
/Doctrine/ORM/Query/AST/ComparisonExpression.php at line 43
-

rightExpression

-public mixed $rightExpression -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/ComparisonExpression.php at line 46
-

ComparisonExpression

-public ComparisonExpression(mixed leftExpr, mixed operator, mixed rightExpr) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/ComparisonExpression.php at line 53
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/conditionalexpression.html b/lib/api/doctrine/orm/query/ast/conditionalexpression.html deleted file mode 100644 index 1f4c258f9..000000000 --- a/lib/api/doctrine/orm/query/ast/conditionalexpression.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - -ConditionalExpression (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\ConditionalExpression
-
/Doctrine/ORM/Query/AST/ConditionalExpression.php at line 35
- -

Class ConditionalExpression

- -
Class:ConditionalExpression - Superclass: Node
-Node
⌊ ConditionalExpression
- -
- -

public class ConditionalExpression
extends Node - -

- -

ConditionalExpression ::= ConditionalTerm {"OR" ConditionalTerm}

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
mixed

$conditionalTerms

- - - - - - -
Constructor Summary

ConditionalExpression(mixed conditionalTerms)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/ConditionalExpression.php at line 37
-

conditionalTerms

-public mixed $conditionalTerms = array() -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/ConditionalExpression.php at line 39
-

ConditionalExpression

-public ConditionalExpression(mixed conditionalTerms) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/ConditionalExpression.php at line 44
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/conditionalfactor.html b/lib/api/doctrine/orm/query/ast/conditionalfactor.html deleted file mode 100644 index 6deaca434..000000000 --- a/lib/api/doctrine/orm/query/ast/conditionalfactor.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - - -ConditionalFactor (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\ConditionalFactor
-
/Doctrine/ORM/Query/AST/ConditionalFactor.php at line 35
- -

Class ConditionalFactor

- -
Class:ConditionalFactor - Superclass: Node
-Node
⌊ ConditionalFactor
- -
- -

public class ConditionalFactor
extends Node - -

- -

ConditionalFactor ::= ["NOT"] ConditionalPrimary

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$conditionalPrimary

mixed

$not

- - - - - - -
Constructor Summary

ConditionalFactor(mixed conditionalPrimary)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/ConditionalFactor.php at line 38
-

conditionalPrimary

-public mixed $conditionalPrimary -
-
- -
- -
/Doctrine/ORM/Query/AST/ConditionalFactor.php at line 37
-

not

-public mixed $not = false -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/ConditionalFactor.php at line 40
-

ConditionalFactor

-public ConditionalFactor(mixed conditionalPrimary) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/ConditionalFactor.php at line 45
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/conditionalprimary.html b/lib/api/doctrine/orm/query/ast/conditionalprimary.html deleted file mode 100644 index 4a7f07e5f..000000000 --- a/lib/api/doctrine/orm/query/ast/conditionalprimary.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - - - - - - - -ConditionalPrimary (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\ConditionalPrimary
-
/Doctrine/ORM/Query/AST/ConditionalPrimary.php at line 35
- -

Class ConditionalPrimary

- -
Class:ConditionalPrimary - Superclass: Node
-Node
⌊ ConditionalPrimary
- -
- -

public class ConditionalPrimary
extends Node - -

- -

ConditionalPrimary ::= SimpleConditionalExpression | "(" ConditionalExpression ")"

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$conditionalExpression

mixed

$simpleConditionalExpression

- - - - - - - - - - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

void

isConditionalExpression()

void

isSimpleConditionalExpression()

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/ConditionalPrimary.php at line 38
-

conditionalExpression

-public mixed $conditionalExpression -
-
- -
- -
/Doctrine/ORM/Query/AST/ConditionalPrimary.php at line 37
-

simpleConditionalExpression

-public mixed $simpleConditionalExpression -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/ConditionalPrimary.php at line 50
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
/Doctrine/ORM/Query/AST/ConditionalPrimary.php at line 45
-

isConditionalExpression

-public void isConditionalExpression() -
-
- -
- -
/Doctrine/ORM/Query/AST/ConditionalPrimary.php at line 40
-

isSimpleConditionalExpression

-public void isSimpleConditionalExpression() -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/conditionalterm.html b/lib/api/doctrine/orm/query/ast/conditionalterm.html deleted file mode 100644 index 42ba8ae37..000000000 --- a/lib/api/doctrine/orm/query/ast/conditionalterm.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - -ConditionalTerm (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\ConditionalTerm
-
/Doctrine/ORM/Query/AST/ConditionalTerm.php at line 35
- -

Class ConditionalTerm

- -
Class:ConditionalTerm - Superclass: Node
-Node
⌊ ConditionalTerm
- -
- -

public class ConditionalTerm
extends Node - -

- -

ConditionalTerm ::= ConditionalFactor {"AND" ConditionalFactor}

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
mixed

$conditionalFactors

- - - - - - -
Constructor Summary

ConditionalTerm(mixed conditionalFactors)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/ConditionalTerm.php at line 37
-

conditionalFactors

-public mixed $conditionalFactors = array() -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/ConditionalTerm.php at line 39
-

ConditionalTerm

-public ConditionalTerm(mixed conditionalFactors) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/ConditionalTerm.php at line 44
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/deleteclause.html b/lib/api/doctrine/orm/query/ast/deleteclause.html deleted file mode 100644 index 681ea9242..000000000 --- a/lib/api/doctrine/orm/query/ast/deleteclause.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - - -DeleteClause (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\DeleteClause
-
/Doctrine/ORM/Query/AST/DeleteClause.php at line 35
- -

Class DeleteClause

- -
Class:DeleteClause - Superclass: Node
-Node
⌊ DeleteClause
- -
- -

public class DeleteClause
extends Node - -

- -

DeleteClause ::= "DELETE" ["FROM"] AbstractSchemaName [["AS"] AliasIdentificationVariable]

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$abstractSchemaName

mixed

$aliasIdentificationVariable

- - - - - - -
Constructor Summary

DeleteClause(mixed abstractSchemaName)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/DeleteClause.php at line 37
-

abstractSchemaName

-public mixed $abstractSchemaName -
-
- -
- -
/Doctrine/ORM/Query/AST/DeleteClause.php at line 38
-

aliasIdentificationVariable

-public mixed $aliasIdentificationVariable -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/DeleteClause.php at line 40
-

DeleteClause

-public DeleteClause(mixed abstractSchemaName) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/DeleteClause.php at line 45
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/deletestatement.html b/lib/api/doctrine/orm/query/ast/deletestatement.html deleted file mode 100644 index dd8eb0980..000000000 --- a/lib/api/doctrine/orm/query/ast/deletestatement.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - - -DeleteStatement (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\DeleteStatement
-
/Doctrine/ORM/Query/AST/DeleteStatement.php at line 35
- -

Class DeleteStatement

- -
Class:DeleteStatement - Superclass: Node
-Node
⌊ DeleteStatement
- -
- -

public class DeleteStatement
extends Node - -

- -

DeleteStatement = DeleteClause [WhereClause]

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$deleteClause

mixed

$whereClause

- - - - - - -
Constructor Summary

DeleteStatement(mixed deleteClause)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/DeleteStatement.php at line 37
-

deleteClause

-public mixed $deleteClause -
-
- -
- -
/Doctrine/ORM/Query/AST/DeleteStatement.php at line 38
-

whereClause

-public mixed $whereClause -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/DeleteStatement.php at line 40
-

DeleteStatement

-public DeleteStatement(mixed deleteClause) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/DeleteStatement.php at line 45
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/emptycollectioncomparisonexpression.html b/lib/api/doctrine/orm/query/ast/emptycollectioncomparisonexpression.html deleted file mode 100644 index 37cb2b18f..000000000 --- a/lib/api/doctrine/orm/query/ast/emptycollectioncomparisonexpression.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - - -EmptyCollectionComparisonExpression (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\EmptyCollectionComparisonExpression
-
/Doctrine/ORM/Query/AST/EmptyCollectionComparisonExpression.php at line 35
- -

Class EmptyCollectionComparisonExpression

- -
Class:EmptyCollectionComparisonExpression - Superclass: Node
-Node
⌊ EmptyCollectionComparisonExpression
- -
- -

public class EmptyCollectionComparisonExpression
extends Node - -

- -

EmptyCollectionComparisonExpression ::= CollectionValuedPathExpression "IS" ["NOT"] "EMPTY"

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$expression

mixed

$not

- - - - - - -
Constructor Summary

EmptyCollectionComparisonExpression(mixed expression)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/EmptyCollectionComparisonExpression.php at line 37
-

expression

-public mixed $expression -
-
- -
- -
/Doctrine/ORM/Query/AST/EmptyCollectionComparisonExpression.php at line 38
-

not

-public mixed $not -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/EmptyCollectionComparisonExpression.php at line 40
-

EmptyCollectionComparisonExpression

-public EmptyCollectionComparisonExpression(mixed expression) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/EmptyCollectionComparisonExpression.php at line 45
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/existsexpression.html b/lib/api/doctrine/orm/query/ast/existsexpression.html deleted file mode 100644 index 2e66ea5ee..000000000 --- a/lib/api/doctrine/orm/query/ast/existsexpression.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - - -ExistsExpression (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\ExistsExpression
-
/Doctrine/ORM/Query/AST/ExistsExpression.php at line 35
- -

Class ExistsExpression

- -
Class:ExistsExpression - Superclass: Node
-Node
⌊ ExistsExpression
- -
- -

public class ExistsExpression
extends Node - -

- -

ExistsExpression ::= ["NOT"] "EXISTS" "(" Subselect ")"

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$not

mixed

$subselect

- - - - - - -
Constructor Summary

ExistsExpression(mixed subselect)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/ExistsExpression.php at line 37
-

not

-public mixed $not -
-
- -
- -
/Doctrine/ORM/Query/AST/ExistsExpression.php at line 38
-

subselect

-public mixed $subselect -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/ExistsExpression.php at line 40
-

ExistsExpression

-public ExistsExpression(mixed subselect) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/ExistsExpression.php at line 45
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/fromclause.html b/lib/api/doctrine/orm/query/ast/fromclause.html deleted file mode 100644 index 250892a95..000000000 --- a/lib/api/doctrine/orm/query/ast/fromclause.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - -FromClause (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\FromClause
-
/Doctrine/ORM/Query/AST/FromClause.php at line 35
- -

Class FromClause

- -
Class:FromClause - Superclass: Node
-Node
⌊ FromClause
- -
- -

public class FromClause
extends Node - -

- -

FromClause ::= "FROM" IdentificationVariableDeclaration {"," IdentificationVariableDeclaration}

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
mixed

$identificationVariableDeclarations

- - - - - - -
Constructor Summary

FromClause(mixed identificationVariableDeclarations)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/FromClause.php at line 37
-

identificationVariableDeclarations

-public mixed $identificationVariableDeclarations = array() -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/FromClause.php at line 39
-

FromClause

-public FromClause(mixed identificationVariableDeclarations) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/FromClause.php at line 44
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/functions/absfunction.html b/lib/api/doctrine/orm/query/ast/functions/absfunction.html deleted file mode 100644 index 5c8346cdd..000000000 --- a/lib/api/doctrine/orm/query/ast/functions/absfunction.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - -AbsFunction (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\Functions\AbsFunction
-
/Doctrine/ORM/Query/AST/Functions/AbsFunction.php at line 37
- -

Class AbsFunction

- -
Class:AbsFunction - Superclass: FunctionNode
-Class:FunctionNode - Superclass: Node
-Node
⌊ FunctionNode
⌊ AbsFunction
- -
- -

public class AbsFunction
extends FunctionNode - -

- -

"ABS" "(" SimpleArithmeticExpression ")"

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
mixed

$simpleArithmeticExpression

- - - -
Fields inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
name
- - - - - - - - - - - -
Method Summary
void

getSql(mixed sqlWalker)

void

parse(mixed parser)

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
dispatch, getSql, parse
- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/Functions/AbsFunction.php at line 39
-

simpleArithmeticExpression

-public mixed $simpleArithmeticExpression -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/Functions/AbsFunction.php at line 44
-

getSql

-public void getSql(mixed sqlWalker) -
-

-
Override.
-
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/AbsFunction.php at line 54
-

parse

-public void parse(mixed parser) -
-

-
Override.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/functions/concatfunction.html b/lib/api/doctrine/orm/query/ast/functions/concatfunction.html deleted file mode 100644 index d75ee175a..000000000 --- a/lib/api/doctrine/orm/query/ast/functions/concatfunction.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - - - - - - -ConcatFunction (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\Functions\ConcatFunction
-
/Doctrine/ORM/Query/AST/Functions/ConcatFunction.php at line 37
- -

Class ConcatFunction

- -
Class:ConcatFunction - Superclass: FunctionNode
-Class:FunctionNode - Superclass: Node
-Node
⌊ FunctionNode
⌊ ConcatFunction
- -
- -

public class ConcatFunction
extends FunctionNode - -

- -

"CONCAT" "(" StringPrimary "," StringPrimary ")"

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$firstStringPrimary

mixed

$secondStringPriamry

- - - -
Fields inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
name
- - - - - - - - - - - -
Method Summary
void

getSql(mixed sqlWalker)

void

parse(mixed parser)

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
dispatch, getSql, parse
- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/Functions/ConcatFunction.php at line 39
-

firstStringPrimary

-public mixed $firstStringPrimary -
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/ConcatFunction.php at line 40
-

secondStringPriamry

-public mixed $secondStringPriamry -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/Functions/ConcatFunction.php at line 45
-

getSql

-public void getSql(mixed sqlWalker) -
-

-
Override.
-
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/ConcatFunction.php at line 57
-

parse

-public void parse(mixed parser) -
-

-
Override.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/functions/currentdatefunction.html b/lib/api/doctrine/orm/query/ast/functions/currentdatefunction.html deleted file mode 100644 index e7a39f4ac..000000000 --- a/lib/api/doctrine/orm/query/ast/functions/currentdatefunction.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - - - -CurrentDateFunction (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\Functions\CurrentDateFunction
-
/Doctrine/ORM/Query/AST/Functions/CurrentDateFunction.php at line 37
- -

Class CurrentDateFunction

- -
Class:CurrentDateFunction - Superclass: FunctionNode
-Class:FunctionNode - Superclass: Node
-Node
⌊ FunctionNode
⌊ CurrentDateFunction
- -
- -

public class CurrentDateFunction
extends FunctionNode - -

- -

"CURRENT_DATE"

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
name
- - - - - - - - - - - -
Method Summary
void

getSql(mixed sqlWalker)

void

parse(mixed parser)

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
dispatch, getSql, parse
- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Method Detail

-
/Doctrine/ORM/Query/AST/Functions/CurrentDateFunction.php at line 42
-

getSql

-public void getSql(mixed sqlWalker) -
-

-
Override.
-
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/CurrentDateFunction.php at line 50
-

parse

-public void parse(mixed parser) -
-

-
Override.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/functions/currenttimefunction.html b/lib/api/doctrine/orm/query/ast/functions/currenttimefunction.html deleted file mode 100644 index 6622d990d..000000000 --- a/lib/api/doctrine/orm/query/ast/functions/currenttimefunction.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - - - -CurrentTimeFunction (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\Functions\CurrentTimeFunction
-
/Doctrine/ORM/Query/AST/Functions/CurrentTimeFunction.php at line 37
- -

Class CurrentTimeFunction

- -
Class:CurrentTimeFunction - Superclass: FunctionNode
-Class:FunctionNode - Superclass: Node
-Node
⌊ FunctionNode
⌊ CurrentTimeFunction
- -
- -

public class CurrentTimeFunction
extends FunctionNode - -

- -

"CURRENT_TIME"

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - -
Fields inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
name
- - - - - - - - - - - -
Method Summary
void

getSql(mixed sqlWalker)

void

parse(mixed parser)

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
dispatch, getSql, parse
- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Method Detail

-
/Doctrine/ORM/Query/AST/Functions/CurrentTimeFunction.php at line 42
-

getSql

-public void getSql(mixed sqlWalker) -
-

-
Override.
-
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/CurrentTimeFunction.php at line 50
-

parse

-public void parse(mixed parser) -
-

-
Override.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/functions/currenttimestampfunction.html b/lib/api/doctrine/orm/query/ast/functions/currenttimestampfunction.html deleted file mode 100644 index 98ec3a730..000000000 --- a/lib/api/doctrine/orm/query/ast/functions/currenttimestampfunction.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - - - - -CurrentTimestampFunction (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\Functions\CurrentTimestampFunction
-
/Doctrine/ORM/Query/AST/Functions/CurrentTimestampFunction.php at line 16
- -

Class CurrentTimestampFunction

- -
Class:CurrentTimestampFunction - Superclass: FunctionNode
-Class:FunctionNode - Superclass: Node
-Node
⌊ FunctionNode
⌊ CurrentTimestampFunction
- -
- -

public class CurrentTimestampFunction
extends FunctionNode - -

- -

"CURRENT_TIMESTAMP"

- -
-
Author:
-
robo
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
-
- - - -
Fields inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
name
- - - - - - - - - - - -
Method Summary
void

getSql(mixed sqlWalker)

void

parse(mixed parser)

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
dispatch, getSql, parse
- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Method Detail

-
/Doctrine/ORM/Query/AST/Functions/CurrentTimestampFunction.php at line 21
-

getSql

-public void getSql(mixed sqlWalker) -
-

-
Override.
-
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/CurrentTimestampFunction.php at line 29
-

parse

-public void parse(mixed parser) -
-

-
Override.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/functions/functionnode.html b/lib/api/doctrine/orm/query/ast/functions/functionnode.html deleted file mode 100644 index d8afef84a..000000000 --- a/lib/api/doctrine/orm/query/ast/functions/functionnode.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - -FunctionNode (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\Functions\FunctionNode
-
/Doctrine/ORM/Query/AST/Functions/FunctionNode.php at line 37
- -

Class FunctionNode

- -
Class:FunctionNode - Superclass: Node
-Node
⌊ FunctionNode
- -
- -

public abstract class FunctionNode
extends Node - -

- -

Abtract Function Node.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
mixed

$name

- - - - - - -
Constructor Summary

FunctionNode(mixed name)

- - - - - - - - - - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

abstract void

getSql(mixed sqlWalker)

abstract void

parse(mixed parser)

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/Functions/FunctionNode.php at line 39
-

name

-public mixed $name -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/Functions/FunctionNode.php at line 41
-

FunctionNode

-public FunctionNode(mixed name) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/Functions/FunctionNode.php at line 48
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
/Doctrine/ORM/Query/AST/Functions/FunctionNode.php at line 46
-

getSql

-public abstract void getSql(mixed sqlWalker) -
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/FunctionNode.php at line 53
-

parse

-public abstract void parse(mixed parser) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/functions/lengthfunction.html b/lib/api/doctrine/orm/query/ast/functions/lengthfunction.html deleted file mode 100644 index 90b63e899..000000000 --- a/lib/api/doctrine/orm/query/ast/functions/lengthfunction.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - -LengthFunction (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\Functions\LengthFunction
-
/Doctrine/ORM/Query/AST/Functions/LengthFunction.php at line 37
- -

Class LengthFunction

- -
Class:LengthFunction - Superclass: FunctionNode
-Class:FunctionNode - Superclass: Node
-Node
⌊ FunctionNode
⌊ LengthFunction
- -
- -

public class LengthFunction
extends FunctionNode - -

- -

"LENGTH" "(" StringPrimary ")"

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
mixed

$stringPrimary

- - - -
Fields inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
name
- - - - - - - - - - - -
Method Summary
void

getSql(mixed sqlWalker)

void

parse(mixed parser)

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
dispatch, getSql, parse
- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/Functions/LengthFunction.php at line 39
-

stringPrimary

-public mixed $stringPrimary -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/Functions/LengthFunction.php at line 44
-

getSql

-public void getSql(mixed sqlWalker) -
-

-
Override.
-
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/LengthFunction.php at line 53
-

parse

-public void parse(mixed parser) -
-

-
Override.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/functions/locatefunction.html b/lib/api/doctrine/orm/query/ast/functions/locatefunction.html deleted file mode 100644 index 3e7613c65..000000000 --- a/lib/api/doctrine/orm/query/ast/functions/locatefunction.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - - - - - - -LocateFunction (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\Functions\LocateFunction
-
/Doctrine/ORM/Query/AST/Functions/LocateFunction.php at line 37
- -

Class LocateFunction

- -
Class:LocateFunction - Superclass: FunctionNode
-Class:FunctionNode - Superclass: Node
-Node
⌊ FunctionNode
⌊ LocateFunction
- -
- -

public class LocateFunction
extends FunctionNode - -

- -

"LOCATE" "(" StringPrimary "," StringPrimary ["," SimpleArithmeticExpression]")"

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - -
Field Summary
mixed

$firstStringPrimary

mixed

$secondStringPrimary

mixed

$simpleArithmeticExpression

- - - -
Fields inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
name
- - - - - - - - - - - -
Method Summary
void

getSql(mixed sqlWalker)

void

parse(mixed parser)

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
dispatch, getSql, parse
- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/Functions/LocateFunction.php at line 39
-

firstStringPrimary

-public mixed $firstStringPrimary -
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/LocateFunction.php at line 40
-

secondStringPrimary

-public mixed $secondStringPrimary -
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/LocateFunction.php at line 41
-

simpleArithmeticExpression

-public mixed $simpleArithmeticExpression = false -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/Functions/LocateFunction.php at line 46
-

getSql

-public void getSql(mixed sqlWalker) -
-

-
Override.
-
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/LocateFunction.php at line 62
-

parse

-public void parse(mixed parser) -
-

-
Override.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/functions/lowerfunction.html b/lib/api/doctrine/orm/query/ast/functions/lowerfunction.html deleted file mode 100644 index 4bdc023a4..000000000 --- a/lib/api/doctrine/orm/query/ast/functions/lowerfunction.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - -LowerFunction (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\Functions\LowerFunction
-
/Doctrine/ORM/Query/AST/Functions/LowerFunction.php at line 37
- -

Class LowerFunction

- -
Class:LowerFunction - Superclass: FunctionNode
-Class:FunctionNode - Superclass: Node
-Node
⌊ FunctionNode
⌊ LowerFunction
- -
- -

public class LowerFunction
extends FunctionNode - -

- -

"LOWER" "(" StringPrimary ")"

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
mixed

$stringPrimary

- - - -
Fields inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
name
- - - - - - - - - - - -
Method Summary
void

getSql(mixed sqlWalker)

void

parse(mixed parser)

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
dispatch, getSql, parse
- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/Functions/LowerFunction.php at line 39
-

stringPrimary

-public mixed $stringPrimary -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/Functions/LowerFunction.php at line 44
-

getSql

-public void getSql(mixed sqlWalker) -
-

-
Override.
-
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/LowerFunction.php at line 53
-

parse

-public void parse(mixed parser) -
-

-
Override.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/functions/modfunction.html b/lib/api/doctrine/orm/query/ast/functions/modfunction.html deleted file mode 100644 index d969d6254..000000000 --- a/lib/api/doctrine/orm/query/ast/functions/modfunction.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - - - - - - -ModFunction (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\Functions\ModFunction
-
/Doctrine/ORM/Query/AST/Functions/ModFunction.php at line 37
- -

Class ModFunction

- -
Class:ModFunction - Superclass: FunctionNode
-Class:FunctionNode - Superclass: Node
-Node
⌊ FunctionNode
⌊ ModFunction
- -
- -

public class ModFunction
extends FunctionNode - -

- -

"MOD" "(" SimpleArithmeticExpression "," SimpleArithmeticExpression ")"

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$firstSimpleArithmeticExpression

mixed

$secondSimpleArithmeticExpression

- - - -
Fields inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
name
- - - - - - - - - - - -
Method Summary
void

getSql(mixed sqlWalker)

void

parse(mixed parser)

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
dispatch, getSql, parse
- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/Functions/ModFunction.php at line 39
-

firstSimpleArithmeticExpression

-public mixed $firstSimpleArithmeticExpression -
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/ModFunction.php at line 40
-

secondSimpleArithmeticExpression

-public mixed $secondSimpleArithmeticExpression -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/Functions/ModFunction.php at line 45
-

getSql

-public void getSql(mixed sqlWalker) -
-

-
Override.
-
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/ModFunction.php at line 58
-

parse

-public void parse(mixed parser) -
-

-
Override.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/functions/package-frame.html b/lib/api/doctrine/orm/query/ast/functions/package-frame.html deleted file mode 100644 index d9ab6c3be..000000000 --- a/lib/api/doctrine/orm/query/ast/functions/package-frame.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Query\AST\Functions (Doctrine) - - - - -

Doctrine\ORM\Query\AST\Functions

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/functions/package-functions.html b/lib/api/doctrine/orm/query/ast/functions/package-functions.html deleted file mode 100644 index 3bea90935..000000000 --- a/lib/api/doctrine/orm/query/ast/functions/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/functions/package-globals.html b/lib/api/doctrine/orm/query/ast/functions/package-globals.html deleted file mode 100644 index 2e6bd8e42..000000000 --- a/lib/api/doctrine/orm/query/ast/functions/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/functions/package-summary.html b/lib/api/doctrine/orm/query/ast/functions/package-summary.html deleted file mode 100644 index 63626937b..000000000 --- a/lib/api/doctrine/orm/query/ast/functions/package-summary.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Query\AST\Functions (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\ORM\Query\AST\Functions

- - - - - - - - - - - - - - - - - - -
Class Summary
AbsFunction"ABS" "(" SimpleArithmeticExpression ")"
ConcatFunction"CONCAT" "(" StringPrimary "," StringPrimary ")"
CurrentDateFunction"CURRENT_DATE"
CurrentTimeFunction"CURRENT_TIME"
CurrentTimestampFunction"CURRENT_TIMESTAMP"
FunctionNodeAbtract Function Node.
LengthFunction"LENGTH" "(" StringPrimary ")"
LocateFunction"LOCATE" "(" StringPrimary "," StringPrimary ["," SimpleArithmeticExpression]")"
LowerFunction"LOWER" "(" StringPrimary ")"
ModFunction"MOD" "(" SimpleArithmeticExpression "," SimpleArithmeticExpression ")"
SizeFunction"SIZE" "(" CollectionValuedPathExpression ")"
SqrtFunction"SQRT" "(" SimpleArithmeticExpression ")"
SubstringFunction"SUBSTRING" "(" StringPrimary "," SimpleArithmeticExpression "," SimpleArithmeticExpression ")"
TrimFunction"TRIM" "(" [["LEADING" | "TRAILING" | "BOTH"] [char] "FROM"] StringPrimary ")"
UpperFunction"UPPER" "(" StringPrimary ")"
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/functions/package-tree.html b/lib/api/doctrine/orm/query/ast/functions/package-tree.html deleted file mode 100644 index 2bf66f683..000000000 --- a/lib/api/doctrine/orm/query/ast/functions/package-tree.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Query\AST\Functions (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\ORM\Query\AST\Functions

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/functions/sizefunction.html b/lib/api/doctrine/orm/query/ast/functions/sizefunction.html deleted file mode 100644 index da0ea571f..000000000 --- a/lib/api/doctrine/orm/query/ast/functions/sizefunction.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - - - -SizeFunction (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\Functions\SizeFunction
-
/Doctrine/ORM/Query/AST/Functions/SizeFunction.php at line 38
- -

Class SizeFunction

- -
Class:SizeFunction - Superclass: FunctionNode
-Class:FunctionNode - Superclass: Node
-Node
⌊ FunctionNode
⌊ SizeFunction
- -
- -

public class SizeFunction
extends FunctionNode - -

- -

"SIZE" "(" CollectionValuedPathExpression ")"

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
Benjamin Eberlei
-
-
- - - - - - - -
Field Summary
mixed

$collectionPathExpression

- - - -
Fields inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
name
- - - - - - - - - - - -
Method Summary
void

getSql(mixed sqlWalker)

void

parse(mixed parser)

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
dispatch, getSql, parse
- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/Functions/SizeFunction.php at line 40
-

collectionPathExpression

-public mixed $collectionPathExpression -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/Functions/SizeFunction.php at line 46
-

getSql

-public void getSql(mixed sqlWalker) -
-

-
Override.
-
Todo:
-
If the collection being counted is already joined, the SQL can be simpler (more efficient).
-
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/SizeFunction.php at line 93
-

parse

-public void parse(mixed parser) -
-

-
Override.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/functions/sqrtfunction.html b/lib/api/doctrine/orm/query/ast/functions/sqrtfunction.html deleted file mode 100644 index 715fa7182..000000000 --- a/lib/api/doctrine/orm/query/ast/functions/sqrtfunction.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - -SqrtFunction (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\Functions\SqrtFunction
-
/Doctrine/ORM/Query/AST/Functions/SqrtFunction.php at line 37
- -

Class SqrtFunction

- -
Class:SqrtFunction - Superclass: FunctionNode
-Class:FunctionNode - Superclass: Node
-Node
⌊ FunctionNode
⌊ SqrtFunction
- -
- -

public class SqrtFunction
extends FunctionNode - -

- -

"SQRT" "(" SimpleArithmeticExpression ")"

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
mixed

$simpleArithmeticExpression

- - - -
Fields inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
name
- - - - - - - - - - - -
Method Summary
void

getSql(mixed sqlWalker)

void

parse(mixed parser)

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
dispatch, getSql, parse
- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/Functions/SqrtFunction.php at line 39
-

simpleArithmeticExpression

-public mixed $simpleArithmeticExpression -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/Functions/SqrtFunction.php at line 44
-

getSql

-public void getSql(mixed sqlWalker) -
-

-
Override.
-
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/SqrtFunction.php at line 53
-

parse

-public void parse(mixed parser) -
-

-
Override.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/functions/substringfunction.html b/lib/api/doctrine/orm/query/ast/functions/substringfunction.html deleted file mode 100644 index 534513793..000000000 --- a/lib/api/doctrine/orm/query/ast/functions/substringfunction.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - - - - - - -SubstringFunction (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\Functions\SubstringFunction
-
/Doctrine/ORM/Query/AST/Functions/SubstringFunction.php at line 37
- -

Class SubstringFunction

- -
Class:SubstringFunction - Superclass: FunctionNode
-Class:FunctionNode - Superclass: Node
-Node
⌊ FunctionNode
⌊ SubstringFunction
- -
- -

public class SubstringFunction
extends FunctionNode - -

- -

"SUBSTRING" "(" StringPrimary "," SimpleArithmeticExpression "," SimpleArithmeticExpression ")"

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - -
Field Summary
mixed

$firstSimpleArithmeticExpression

mixed

$secondSimpleArithmeticExpression

mixed

$stringPrimary

- - - -
Fields inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
name
- - - - - - - - - - - -
Method Summary
void

getSql(mixed sqlWalker)

void

parse(mixed parser)

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
dispatch, getSql, parse
- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/Functions/SubstringFunction.php at line 40
-

firstSimpleArithmeticExpression

-public mixed $firstSimpleArithmeticExpression -
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/SubstringFunction.php at line 41
-

secondSimpleArithmeticExpression

-public mixed $secondSimpleArithmeticExpression = null -
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/SubstringFunction.php at line 39
-

stringPrimary

-public mixed $stringPrimary -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/Functions/SubstringFunction.php at line 46
-

getSql

-public void getSql(mixed sqlWalker) -
-

-
Override.
-
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/SubstringFunction.php at line 63
-

parse

-public void parse(mixed parser) -
-

-
Override.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/functions/trimfunction.html b/lib/api/doctrine/orm/query/ast/functions/trimfunction.html deleted file mode 100644 index 41b553981..000000000 --- a/lib/api/doctrine/orm/query/ast/functions/trimfunction.html +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - - - - - - -TrimFunction (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\Functions\TrimFunction
-
/Doctrine/ORM/Query/AST/Functions/TrimFunction.php at line 38
- -

Class TrimFunction

- -
Class:TrimFunction - Superclass: FunctionNode
-Class:FunctionNode - Superclass: Node
-Node
⌊ FunctionNode
⌊ TrimFunction
- -
- -

public class TrimFunction
extends FunctionNode - -

- -

"TRIM" "(" [["LEADING" | "TRAILING" | "BOTH"] [char] "FROM"] StringPrimary ")"

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
mixed

$both

mixed

$leading

mixed

$stringPrimary

mixed

$trailing

mixed

$trimChar

- - - -
Fields inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
name
- - - - - - - - - - - -
Method Summary
void

getSql(mixed sqlWalker)

void

parse(mixed parser)

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
dispatch, getSql, parse
- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/Functions/TrimFunction.php at line 42
-

both

-public mixed $both -
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/TrimFunction.php at line 40
-

leading

-public mixed $leading -
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/TrimFunction.php at line 44
-

stringPrimary

-public mixed $stringPrimary -
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/TrimFunction.php at line 41
-

trailing

-public mixed $trailing -
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/TrimFunction.php at line 43
-

trimChar

-public mixed $trimChar = false -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/Functions/TrimFunction.php at line 49
-

getSql

-public void getSql(mixed sqlWalker) -
-

-
Override.
-
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/TrimFunction.php at line 70
-

parse

-public void parse(mixed parser) -
-

-
Override.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/functions/upperfunction.html b/lib/api/doctrine/orm/query/ast/functions/upperfunction.html deleted file mode 100644 index 68c3a9fc3..000000000 --- a/lib/api/doctrine/orm/query/ast/functions/upperfunction.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - -UpperFunction (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\Functions\UpperFunction
-
/Doctrine/ORM/Query/AST/Functions/UpperFunction.php at line 37
- -

Class UpperFunction

- -
Class:UpperFunction - Superclass: FunctionNode
-Class:FunctionNode - Superclass: Node
-Node
⌊ FunctionNode
⌊ UpperFunction
- -
- -

public class UpperFunction
extends FunctionNode - -

- -

"UPPER" "(" StringPrimary ")"

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
mixed

$stringPrimary

- - - -
Fields inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
name
- - - - - - - - - - - -
Method Summary
void

getSql(mixed sqlWalker)

void

parse(mixed parser)

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Functions\FunctionNode
dispatch, getSql, parse
- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/Functions/UpperFunction.php at line 39
-

stringPrimary

-public mixed $stringPrimary -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/Functions/UpperFunction.php at line 44
-

getSql

-public void getSql(mixed sqlWalker) -
-

-
Override.
-
-
- -
- -
/Doctrine/ORM/Query/AST/Functions/UpperFunction.php at line 53
-

parse

-public void parse(mixed parser) -
-

-
Override.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/groupbyclause.html b/lib/api/doctrine/orm/query/ast/groupbyclause.html deleted file mode 100644 index ee2b0a90b..000000000 --- a/lib/api/doctrine/orm/query/ast/groupbyclause.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - -GroupByClause (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\GroupByClause
-
/Doctrine/ORM/Query/AST/GroupByClause.php at line 35
- -

Class GroupByClause

- -
Class:GroupByClause - Superclass: Node
-Node
⌊ GroupByClause
- -
- -

public class GroupByClause
extends Node - -

- -

Description of GroupByClause

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
mixed

$groupByItems

- - - - - - -
Constructor Summary

GroupByClause(mixed groupByItems)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/GroupByClause.php at line 37
-

groupByItems

-public mixed $groupByItems = array() -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/GroupByClause.php at line 39
-

GroupByClause

-public GroupByClause(mixed groupByItems) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/GroupByClause.php at line 44
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/havingclause.html b/lib/api/doctrine/orm/query/ast/havingclause.html deleted file mode 100644 index 42f455007..000000000 --- a/lib/api/doctrine/orm/query/ast/havingclause.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - -HavingClause (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\HavingClause
-
/Doctrine/ORM/Query/AST/HavingClause.php at line 35
- -

Class HavingClause

- -
Class:HavingClause - Superclass: Node
-Node
⌊ HavingClause
- -
- -

public class HavingClause
extends Node - -

- -

Description of HavingClause

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
mixed

$conditionalExpression

- - - - - - -
Constructor Summary

HavingClause(mixed conditionalExpression)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/HavingClause.php at line 37
-

conditionalExpression

-public mixed $conditionalExpression -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/HavingClause.php at line 39
-

HavingClause

-public HavingClause(mixed conditionalExpression) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/HavingClause.php at line 44
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/identificationvariabledeclaration.html b/lib/api/doctrine/orm/query/ast/identificationvariabledeclaration.html deleted file mode 100644 index b3aab93b1..000000000 --- a/lib/api/doctrine/orm/query/ast/identificationvariabledeclaration.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - -IdentificationVariableDeclaration (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\IdentificationVariableDeclaration
-
/Doctrine/ORM/Query/AST/IdentificationVariableDeclaration.php at line 35
- -

Class IdentificationVariableDeclaration

- -
Class:IdentificationVariableDeclaration - Superclass: Node
-Node
⌊ IdentificationVariableDeclaration
- -
- -

public class IdentificationVariableDeclaration
extends Node - -

- -

IdentificationVariableDeclaration ::= RangeVariableDeclaration [IndexBy] {JoinVariableDeclaration}

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - -
Field Summary
mixed

$indexBy

mixed

$joinVariableDeclarations

mixed

$rangeVariableDeclaration

- - - - - - -
Constructor Summary

IdentificationVariableDeclaration(mixed rangeVariableDecl, mixed indexBy, mixed joinVariableDecls)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/IdentificationVariableDeclaration.php at line 38
-

indexBy

-public mixed $indexBy = null -
-
- -
- -
/Doctrine/ORM/Query/AST/IdentificationVariableDeclaration.php at line 39
-

joinVariableDeclarations

-public mixed $joinVariableDeclarations = array() -
-
- -
- -
/Doctrine/ORM/Query/AST/IdentificationVariableDeclaration.php at line 37
-

rangeVariableDeclaration

-public mixed $rangeVariableDeclaration = null -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/IdentificationVariableDeclaration.php at line 41
-

IdentificationVariableDeclaration

-public IdentificationVariableDeclaration(mixed rangeVariableDecl, mixed indexBy, mixed joinVariableDecls) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/IdentificationVariableDeclaration.php at line 48
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/indexby.html b/lib/api/doctrine/orm/query/ast/indexby.html deleted file mode 100644 index 7ca02ebf2..000000000 --- a/lib/api/doctrine/orm/query/ast/indexby.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - -IndexBy (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\IndexBy
-
/Doctrine/ORM/Query/AST/IndexBy.php at line 35
- -

Class IndexBy

- -
Class:IndexBy - Superclass: Node
-Node
⌊ IndexBy
- -
- -

public class IndexBy
extends Node - -

- -

IndexBy ::= "INDEX" "BY" SimpleStateFieldPathExpression

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
mixed

$simpleStateFieldPathExpression

- - - - - - -
Constructor Summary

IndexBy(mixed simpleStateFieldPathExpression)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/IndexBy.php at line 37
-

simpleStateFieldPathExpression

-public mixed $simpleStateFieldPathExpression = null -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/IndexBy.php at line 39
-

IndexBy

-public IndexBy(mixed simpleStateFieldPathExpression) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/IndexBy.php at line 44
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/inexpression.html b/lib/api/doctrine/orm/query/ast/inexpression.html deleted file mode 100644 index 0d4ee2661..000000000 --- a/lib/api/doctrine/orm/query/ast/inexpression.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - - - - - - -InExpression (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\InExpression
-
/Doctrine/ORM/Query/AST/InExpression.php at line 35
- -

Class InExpression

- -
Class:InExpression - Superclass: Node
-Node
⌊ InExpression
- -
- -

public class InExpression
extends Node - -

- -

InExpression ::= StateFieldPathExpression ["NOT"] "IN" "(" (Literal {"," Literal}* | Subselect) ")"

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - -
Field Summary
mixed

$literals

mixed

$not

mixed

$pathExpression

mixed

$subselect

- - - - - - -
Constructor Summary

InExpression(mixed pathExpression)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/InExpression.php at line 39
-

literals

-public mixed $literals = array() -
-
- -
- -
/Doctrine/ORM/Query/AST/InExpression.php at line 37
-

not

-public mixed $not -
-
- -
- -
/Doctrine/ORM/Query/AST/InExpression.php at line 38
-

pathExpression

-public mixed $pathExpression -
-
- -
- -
/Doctrine/ORM/Query/AST/InExpression.php at line 40
-

subselect

-public mixed $subselect -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/InExpression.php at line 42
-

InExpression

-public InExpression(mixed pathExpression) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/InExpression.php at line 47
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/inputparameter.html b/lib/api/doctrine/orm/query/ast/inputparameter.html deleted file mode 100644 index 328908d1f..000000000 --- a/lib/api/doctrine/orm/query/ast/inputparameter.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - - -InputParameter (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\InputParameter
-
/Doctrine/ORM/Query/AST/InputParameter.php at line 35
- -

Class InputParameter

- -
Class:InputParameter - Superclass: Node
-Node
⌊ InputParameter
- -
- -

public class InputParameter
extends Node - -

- -

Description of InputParameter

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$isNamed

mixed

$name

- - - - - - -
Constructor Summary

InputParameter(string value)

- - - - - - - -
Method Summary
void

dispatch(mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/InputParameter.php at line 37
-

isNamed

-public mixed $isNamed -
-
- -
- -
/Doctrine/ORM/Query/AST/InputParameter.php at line 38
-

name

-public mixed $name -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/InputParameter.php at line 43
-

InputParameter

-public InputParameter(string value) -
-

- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/InputParameter.php at line 54
-

dispatch

-public void dispatch(mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/join.html b/lib/api/doctrine/orm/query/ast/join.html deleted file mode 100644 index 3e705eb7c..000000000 --- a/lib/api/doctrine/orm/query/ast/join.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - - - - - - -Join (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\Join
-
/Doctrine/ORM/Query/AST/Join.php at line 36
- -

Class Join

- -
Class:Join - Superclass: Node
-Node
⌊ Join
- -
- -

public class Join
extends Node - -

- -

Join ::= ["LEFT" ["OUTER"] | "INNER"] "JOIN" JoinAssociationPathExpression -["AS"] AliasIdentificationVariable [("ON" | "WITH") ConditionalExpression]

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
final int

JOIN_TYPE_INNER

final int

JOIN_TYPE_LEFT

final int

JOIN_TYPE_LEFTOUTER

mixed

$aliasIdentificationVariable

mixed

$conditionalExpression

mixed

$joinAssociationPathExpression

mixed

$joinType

- - - - - - -
Constructor Summary

Join(mixed joinType, mixed joinAssocPathExpr, mixed aliasIdentVar)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/Join.php at line 40
-

JOIN_TYPE_INNER

-public final int JOIN_TYPE_INNER = 3 -
-
- -
- -
/Doctrine/ORM/Query/AST/Join.php at line 38
-

JOIN_TYPE_LEFT

-public final int JOIN_TYPE_LEFT = 1 -
-
- -
- -
/Doctrine/ORM/Query/AST/Join.php at line 39
-

JOIN_TYPE_LEFTOUTER

-public final int JOIN_TYPE_LEFTOUTER = 2 -
-
- -
- -
/Doctrine/ORM/Query/AST/Join.php at line 44
-

aliasIdentificationVariable

-public mixed $aliasIdentificationVariable = null -
-
- -
- -
/Doctrine/ORM/Query/AST/Join.php at line 45
-

conditionalExpression

-public mixed $conditionalExpression = null -
-
- -
- -
/Doctrine/ORM/Query/AST/Join.php at line 43
-

joinAssociationPathExpression

-public mixed $joinAssociationPathExpression = null -
-
- -
- -
/Doctrine/ORM/Query/AST/Join.php at line 42
-

joinType

-public mixed $joinType = self::JOIN_TYPE_INNER -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/Join.php at line 47
-

Join

-public Join(mixed joinType, mixed joinAssocPathExpr, mixed aliasIdentVar) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/Join.php at line 54
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/joinassociationpathexpression.html b/lib/api/doctrine/orm/query/ast/joinassociationpathexpression.html deleted file mode 100644 index a72a3b4fb..000000000 --- a/lib/api/doctrine/orm/query/ast/joinassociationpathexpression.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - - -JoinAssociationPathExpression (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\JoinAssociationPathExpression
-
/Doctrine/ORM/Query/AST/JoinAssociationPathExpression.php at line 35
- -

Class JoinAssociationPathExpression

- -
Class:JoinAssociationPathExpression - Superclass: Node
-Node
⌊ JoinAssociationPathExpression
- -
- -

public class JoinAssociationPathExpression
extends Node - -

- -

JoinAssociationPathExpression ::= IdentificationVariable "." (SingleValuedAssociationField | CollectionValuedAssociationField)

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$associationField

mixed

$identificationVariable

- - - - - - -
Constructor Summary

JoinAssociationPathExpression(mixed identificationVariable, mixed associationField)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/JoinAssociationPathExpression.php at line 38
-

associationField

-public mixed $associationField -
-
- -
- -
/Doctrine/ORM/Query/AST/JoinAssociationPathExpression.php at line 37
-

identificationVariable

-public mixed $identificationVariable -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/JoinAssociationPathExpression.php at line 40
-

JoinAssociationPathExpression

-public JoinAssociationPathExpression(mixed identificationVariable, mixed associationField) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/JoinAssociationPathExpression.php at line 46
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/joinvariabledeclaration.html b/lib/api/doctrine/orm/query/ast/joinvariabledeclaration.html deleted file mode 100644 index e35e87eb6..000000000 --- a/lib/api/doctrine/orm/query/ast/joinvariabledeclaration.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - - -JoinVariableDeclaration (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\JoinVariableDeclaration
-
/Doctrine/ORM/Query/AST/JoinVariableDeclaration.php at line 35
- -

Class JoinVariableDeclaration

- -
Class:JoinVariableDeclaration - Superclass: Node
-Node
⌊ JoinVariableDeclaration
- -
- -

public class JoinVariableDeclaration
extends Node - -

- -

JoinVariableDeclaration ::= Join [IndexBy]

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$indexBy

mixed

$join

- - - - - - -
Constructor Summary

JoinVariableDeclaration(mixed join, mixed indexBy)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/JoinVariableDeclaration.php at line 38
-

indexBy

-public mixed $indexBy = null -
-
- -
- -
/Doctrine/ORM/Query/AST/JoinVariableDeclaration.php at line 37
-

join

-public mixed $join = null -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/JoinVariableDeclaration.php at line 40
-

JoinVariableDeclaration

-public JoinVariableDeclaration(mixed join, mixed indexBy) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/JoinVariableDeclaration.php at line 46
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/likeexpression.html b/lib/api/doctrine/orm/query/ast/likeexpression.html deleted file mode 100644 index 409f1bbc9..000000000 --- a/lib/api/doctrine/orm/query/ast/likeexpression.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - - - - - - -LikeExpression (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\LikeExpression
-
/Doctrine/ORM/Query/AST/LikeExpression.php at line 35
- -

Class LikeExpression

- -
Class:LikeExpression - Superclass: Node
-Node
⌊ LikeExpression
- -
- -

public class LikeExpression
extends Node - -

- -

LikeExpression ::= StringExpression ["NOT"] "LIKE" string ["ESCAPE" char]

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - -
Field Summary
mixed

$escapeChar

mixed

$not

mixed

$stringExpression

mixed

$stringPattern

- - - - - - -
Constructor Summary

LikeExpression(mixed stringExpression, mixed stringPattern, mixed escapeChar)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/LikeExpression.php at line 40
-

escapeChar

-public mixed $escapeChar -
-
- -
- -
/Doctrine/ORM/Query/AST/LikeExpression.php at line 37
-

not

-public mixed $not -
-
- -
- -
/Doctrine/ORM/Query/AST/LikeExpression.php at line 38
-

stringExpression

-public mixed $stringExpression -
-
- -
- -
/Doctrine/ORM/Query/AST/LikeExpression.php at line 39
-

stringPattern

-public mixed $stringPattern -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/LikeExpression.php at line 42
-

LikeExpression

-public LikeExpression(mixed stringExpression, mixed stringPattern, mixed escapeChar) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/LikeExpression.php at line 49
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/literal.html b/lib/api/doctrine/orm/query/ast/literal.html deleted file mode 100644 index e8b43973e..000000000 --- a/lib/api/doctrine/orm/query/ast/literal.html +++ /dev/null @@ -1,200 +0,0 @@ - - - - - - - - - - - -Literal (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\Literal
-
/Doctrine/ORM/Query/AST/Literal.php at line 5
- -

Class Literal

- -
Class:Literal - Superclass: Node
-Node
⌊ Literal
- -
- -

public class Literal
extends Node - -

- -

Abstract class of an AST node

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
final int

BOOLEAN

final int

NUMERIC

final int

STRING

mixed

$type

mixed

$value

- - - - - - -
Constructor Summary

Literal(mixed type, mixed value)

- - - - - - - -
Method Summary
void

dispatch(mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/Literal.php at line 8
-

BOOLEAN

-public final int BOOLEAN = 2 -
-
- -
- -
/Doctrine/ORM/Query/AST/Literal.php at line 9
-

NUMERIC

-public final int NUMERIC = 3 -
-
- -
- -
/Doctrine/ORM/Query/AST/Literal.php at line 7
-

STRING

-public final int STRING = 1 -
-
- -
- -
/Doctrine/ORM/Query/AST/Literal.php at line 11
-

type

-public mixed $type -
-
- -
- -
/Doctrine/ORM/Query/AST/Literal.php at line 12
-

value

-public mixed $value -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/Literal.php at line 14
-

Literal

-public Literal(mixed type, mixed value) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/Literal.php at line 20
-

dispatch

-public void dispatch(mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/node.html b/lib/api/doctrine/orm/query/ast/node.html deleted file mode 100644 index a94c536ea..000000000 --- a/lib/api/doctrine/orm/query/ast/node.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - -Node (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\Node
-
/Doctrine/ORM/Query/AST/Node.php at line 35
- -

Class Node

- -
Node
- -
- -

public abstract class Node

- -

Abstract class of an AST node

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Method Summary
void

dispatch(mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

void

dump(mixed obj)

- -

Method Detail

-
/Doctrine/ORM/Query/AST/Node.php at line 44
-

dispatch

-public void dispatch(mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
/Doctrine/ORM/Query/AST/Node.php at line 59
-

dump

-public void dump(mixed obj) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/nullcomparisonexpression.html b/lib/api/doctrine/orm/query/ast/nullcomparisonexpression.html deleted file mode 100644 index 8ef125e94..000000000 --- a/lib/api/doctrine/orm/query/ast/nullcomparisonexpression.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - - -NullComparisonExpression (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\NullComparisonExpression
-
/Doctrine/ORM/Query/AST/NullComparisonExpression.php at line 35
- -

Class NullComparisonExpression

- -
Class:NullComparisonExpression - Superclass: Node
-Node
⌊ NullComparisonExpression
- -
- -

public class NullComparisonExpression
extends Node - -

- -

NullComparisonExpression ::= (SingleValuedPathExpression | InputParameter) "IS" ["NOT"] "NULL"

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$expression

mixed

$not

- - - - - - -
Constructor Summary

NullComparisonExpression(mixed expression)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/NullComparisonExpression.php at line 38
-

expression

-public mixed $expression -
-
- -
- -
/Doctrine/ORM/Query/AST/NullComparisonExpression.php at line 37
-

not

-public mixed $not -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/NullComparisonExpression.php at line 40
-

NullComparisonExpression

-public NullComparisonExpression(mixed expression) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/NullComparisonExpression.php at line 45
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/orderbyclause.html b/lib/api/doctrine/orm/query/ast/orderbyclause.html deleted file mode 100644 index 1ee34bdd0..000000000 --- a/lib/api/doctrine/orm/query/ast/orderbyclause.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - -OrderByClause (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\OrderByClause
-
/Doctrine/ORM/Query/AST/OrderByClause.php at line 35
- -

Class OrderByClause

- -
Class:OrderByClause - Superclass: Node
-Node
⌊ OrderByClause
- -
- -

public class OrderByClause
extends Node - -

- -

OrderByClause ::= "ORDER" "BY" OrderByItem {"," OrderByItem}

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
mixed

$orderByItems

- - - - - - -
Constructor Summary

OrderByClause(mixed orderByItems)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/OrderByClause.php at line 37
-

orderByItems

-public mixed $orderByItems = array() -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/OrderByClause.php at line 39
-

OrderByClause

-public OrderByClause(mixed orderByItems) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/OrderByClause.php at line 44
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/orderbyitem.html b/lib/api/doctrine/orm/query/ast/orderbyitem.html deleted file mode 100644 index e2b7ab637..000000000 --- a/lib/api/doctrine/orm/query/ast/orderbyitem.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - - - - - - -OrderByItem (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\OrderByItem
-
/Doctrine/ORM/Query/AST/OrderByItem.php at line 35
- -

Class OrderByItem

- -
Class:OrderByItem - Superclass: Node
-Node
⌊ OrderByItem
- -
- -

public class OrderByItem
extends Node - -

- -

OrderByItem ::= (ResultVariable | StateFieldPathExpression) ["ASC" | "DESC"]

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$expression

mixed

$type

- - - - - - -
Constructor Summary

OrderByItem(mixed expression)

- - - - - - - - - - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

void

isAsc()

void

isDesc()

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/OrderByItem.php at line 37
-

expression

-public mixed $expression -
-
- -
- -
/Doctrine/ORM/Query/AST/OrderByItem.php at line 38
-

type

-public mixed $type -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/OrderByItem.php at line 40
-

OrderByItem

-public OrderByItem(mixed expression) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/OrderByItem.php at line 55
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
/Doctrine/ORM/Query/AST/OrderByItem.php at line 45
-

isAsc

-public void isAsc() -
-
- -
- -
/Doctrine/ORM/Query/AST/OrderByItem.php at line 50
-

isDesc

-public void isDesc() -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/package-frame.html b/lib/api/doctrine/orm/query/ast/package-frame.html deleted file mode 100644 index 5797f217a..000000000 --- a/lib/api/doctrine/orm/query/ast/package-frame.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Query\AST (Doctrine) - - - - -

Doctrine\ORM\Query\AST

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/package-functions.html b/lib/api/doctrine/orm/query/ast/package-functions.html deleted file mode 100644 index 6d16374cd..000000000 --- a/lib/api/doctrine/orm/query/ast/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/package-globals.html b/lib/api/doctrine/orm/query/ast/package-globals.html deleted file mode 100644 index 1d3015657..000000000 --- a/lib/api/doctrine/orm/query/ast/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/package-summary.html b/lib/api/doctrine/orm/query/ast/package-summary.html deleted file mode 100644 index d2e1f5e37..000000000 --- a/lib/api/doctrine/orm/query/ast/package-summary.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Query\AST (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\ORM\Query\AST

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Class Summary
ASTExceptionDescription of QueryException
AggregateExpressionDescription of AggregateExpression
ArithmeticExpressionArithmeticExpression ::= SimpleArithmeticExpression | "(" Subselect ")"
ArithmeticFactorArithmeticFactor ::= [("+" | "-")] ArithmeticPrimary
ArithmeticTermArithmeticTerm ::= ArithmeticFactor {("*" | "/") ArithmeticFactor}
BetweenExpressionDescription of BetweenExpression@license http://www.opensource.org/licenses/lgpl-license.php LGPL
CollectionMemberExpressionCollectionMemberExpression ::= EntityExpression ["NOT"] "MEMBER" ["OF"] CollectionValuedPathExpression
ComparisonExpressionComparisonExpression ::= ArithmeticExpression ComparisonOperator ( QuantifiedExpression | ArithmeticExpression ) | -StringExpression ComparisonOperator (StringExpression | QuantifiedExpression) | -BooleanExpression ("=" | "" | "!=") (BooleanExpression | QuantifiedExpression) | -EnumExpression ("=" | "" | "!=") (EnumExpression | QuantifiedExpression) | -DatetimeExpression ComparisonOperator (DatetimeExpression | QuantifiedExpression) | -EntityExpression ("=" | "") (EntityExpression | QuantifiedExpression)
ConditionalExpressionConditionalExpression ::= ConditionalTerm {"OR" ConditionalTerm}
ConditionalFactorConditionalFactor ::= ["NOT"] ConditionalPrimary
ConditionalPrimaryConditionalPrimary ::= SimpleConditionalExpression | "(" ConditionalExpression ")"
ConditionalTermConditionalTerm ::= ConditionalFactor {"AND" ConditionalFactor}
DeleteClauseDeleteClause ::= "DELETE" ["FROM"] AbstractSchemaName [["AS"] AliasIdentificationVariable]
DeleteStatementDeleteStatement = DeleteClause [WhereClause]
EmptyCollectionComparisonExpressionEmptyCollectionComparisonExpression ::= CollectionValuedPathExpression "IS" ["NOT"] "EMPTY"
ExistsExpressionExistsExpression ::= ["NOT"] "EXISTS" "(" Subselect ")"
FromClauseFromClause ::= "FROM" IdentificationVariableDeclaration {"," IdentificationVariableDeclaration}
GroupByClauseDescription of GroupByClause
HavingClauseDescription of HavingClause
IdentificationVariableDeclarationIdentificationVariableDeclaration ::= RangeVariableDeclaration [IndexBy] {JoinVariableDeclaration}
InExpressionInExpression ::= StateFieldPathExpression ["NOT"] "IN" "(" (Literal {"," Literal}* | Subselect) ")"
IndexByIndexBy ::= "INDEX" "BY" SimpleStateFieldPathExpression
InputParameterDescription of InputParameter
JoinJoin ::= ["LEFT" ["OUTER"] | "INNER"] "JOIN" JoinAssociationPathExpression -["AS"] AliasIdentificationVariable [("ON" | "WITH") ConditionalExpression]
JoinAssociationPathExpressionJoinAssociationPathExpression ::= IdentificationVariable "." (SingleValuedAssociationField | CollectionValuedAssociationField)
JoinVariableDeclarationJoinVariableDeclaration ::= Join [IndexBy]
LikeExpressionLikeExpression ::= StringExpression ["NOT"] "LIKE" string ["ESCAPE" char]
LiteralAbstract class of an AST node
NodeAbstract class of an AST node
NullComparisonExpressionNullComparisonExpression ::= (SingleValuedPathExpression | InputParameter) "IS" ["NOT"] "NULL"
OrderByClauseOrderByClause ::= "ORDER" "BY" OrderByItem {"," OrderByItem}
OrderByItemOrderByItem ::= (ResultVariable | StateFieldPathExpression) ["ASC" | "DESC"]
PartialObjectExpressionAbstract class of an AST node
PathExpressionAssociationPathExpression ::= 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
QuantifiedExpressionQuantifiedExpression ::= ("ALL" | "ANY" | "SOME") "(" Subselect ")"
RangeVariableDeclarationRangeVariableDeclaration ::= AbstractSchemaName ["AS"] AliasIdentificationVariable
SelectClauseSelectClause = "SELECT" ["DISTINCT"] SelectExpression {"," SelectExpression}
SelectExpressionSelectExpression ::= IdentificationVariable ["." "*"] | StateFieldPathExpression | -(AggregateExpression | "(" Subselect ")") [["AS"] FieldAliasIdentificationVariable]
SelectStatementSelectStatement = SelectClause FromClause [WhereClause] [GroupByClause] [HavingClause] [OrderByClause]
SimpleArithmeticExpressionSimpleArithmeticExpression ::= ArithmeticTerm {("+" | "-") ArithmeticTerm}
SimpleSelectClauseSimpleSelectClause ::= "SELECT" ["DISTINCT"] SimpleSelectExpression
SimpleSelectExpressionSimpleSelectExpression ::= StateFieldPathExpression | IdentificationVariable -| (AggregateExpression [["AS"] FieldAliasIdentificationVariable])
SubselectSubselect ::= SimpleSelectClause SubselectFromClause [WhereClause] [GroupByClause] [HavingClause] [OrderByClause]
SubselectFromClauseSubselectFromClause ::= "FROM" SubselectIdentificationVariableDeclaration {"," SubselectIdentificationVariableDeclaration}
UpdateClauseUpdateClause ::= "UPDATE" AbstractSchemaName [["AS"] AliasIdentificationVariable] "SET" UpdateItem {"," UpdateItem}
UpdateItemUpdateItem ::= [IdentificationVariable "."] {StateField | SingleValuedAssociationField} "=" NewValue -NewValue ::= SimpleArithmeticExpression | StringPrimary | DatetimePrimary | BooleanPrimary | -EnumPrimary | SimpleEntityExpression | "NULL"
UpdateStatementUpdateStatement = UpdateClause [WhereClause]
WhereClauseWhereClause ::= "WHERE" ConditionalExpression
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/package-tree.html b/lib/api/doctrine/orm/query/ast/package-tree.html deleted file mode 100644 index d9ff44506..000000000 --- a/lib/api/doctrine/orm/query/ast/package-tree.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Query\AST (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\ORM\Query\AST

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/partialobjectexpression.html b/lib/api/doctrine/orm/query/ast/partialobjectexpression.html deleted file mode 100644 index d036f3fb5..000000000 --- a/lib/api/doctrine/orm/query/ast/partialobjectexpression.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - - - - - -PartialObjectExpression (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\PartialObjectExpression
-
/Doctrine/ORM/Query/AST/PartialObjectExpression.php at line 5
- -

Class PartialObjectExpression

- -
Class:PartialObjectExpression - Superclass: Node
-Node
⌊ PartialObjectExpression
- -
- -

public class PartialObjectExpression
extends Node - -

- -

Abstract class of an AST node

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$identificationVariable

mixed

$partialFieldSet

- - - - - - -
Constructor Summary

PartialObjectExpression(mixed identificationVariable, mixed partialFieldSet)

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/PartialObjectExpression.php at line 7
-

identificationVariable

-public mixed $identificationVariable -
-
- -
- -
/Doctrine/ORM/Query/AST/PartialObjectExpression.php at line 8
-

partialFieldSet

-public mixed $partialFieldSet -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/PartialObjectExpression.php at line 10
-

PartialObjectExpression

-public PartialObjectExpression(mixed identificationVariable, mixed partialFieldSet) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/pathexpression.html b/lib/api/doctrine/orm/query/ast/pathexpression.html deleted file mode 100644 index f85bd9e01..000000000 --- a/lib/api/doctrine/orm/query/ast/pathexpression.html +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - - - - - - -PathExpression (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\PathExpression
-
/Doctrine/ORM/Query/AST/PathExpression.php at line 42
- -

Class PathExpression

- -
Class:PathExpression - Superclass: Node
-Node
⌊ PathExpression
- -
- -

public class PathExpression
extends Node - -

- -

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

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
final int

TYPE_COLLECTION_VALUED_ASSOCIATION

final int

TYPE_SINGLE_VALUED_ASSOCIATION

final int

TYPE_STATE_FIELD

mixed

$expectedType

mixed

$identificationVariable

mixed

$parts

mixed

$type

- - - - - - -
Constructor Summary

PathExpression(mixed expectedType, mixed identificationVariable, mixed parts)

- - - - - - - -
Method Summary
void

dispatch(mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/PathExpression.php at line 44
-

TYPE_COLLECTION_VALUED_ASSOCIATION

-public final int TYPE_COLLECTION_VALUED_ASSOCIATION = 2 -
-
- -
- -
/Doctrine/ORM/Query/AST/PathExpression.php at line 45
-

TYPE_SINGLE_VALUED_ASSOCIATION

-public final int TYPE_SINGLE_VALUED_ASSOCIATION = 4 -
-
- -
- -
/Doctrine/ORM/Query/AST/PathExpression.php at line 46
-

TYPE_STATE_FIELD

-public final int TYPE_STATE_FIELD = 8 -
-
- -
- -
/Doctrine/ORM/Query/AST/PathExpression.php at line 49
-

expectedType

-public mixed $expectedType -
-
- -
- -
/Doctrine/ORM/Query/AST/PathExpression.php at line 50
-

identificationVariable

-public mixed $identificationVariable -
-
- -
- -
/Doctrine/ORM/Query/AST/PathExpression.php at line 51
-

parts

-public mixed $parts -
-
- -
- -
/Doctrine/ORM/Query/AST/PathExpression.php at line 48
-

type

-public mixed $type -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/PathExpression.php at line 53
-

PathExpression

-public PathExpression(mixed expectedType, mixed identificationVariable, mixed parts) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/PathExpression.php at line 60
-

dispatch

-public void dispatch(mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/quantifiedexpression.html b/lib/api/doctrine/orm/query/ast/quantifiedexpression.html deleted file mode 100644 index 18073a883..000000000 --- a/lib/api/doctrine/orm/query/ast/quantifiedexpression.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - - - - - - -QuantifiedExpression (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\QuantifiedExpression
-
/Doctrine/ORM/Query/AST/QuantifiedExpression.php at line 35
- -

Class QuantifiedExpression

- -
Class:QuantifiedExpression - Superclass: Node
-Node
⌊ QuantifiedExpression
- -
- -

public class QuantifiedExpression
extends Node - -

- -

QuantifiedExpression ::= ("ALL" | "ANY" | "SOME") "(" Subselect ")"

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$subselect

mixed

$type

- - - - - - -
Constructor Summary

QuantifiedExpression(mixed subselect)

- - - - - - - - - - - - - - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

void

isAll()

void

isAny()

void

isSome()

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/QuantifiedExpression.php at line 38
-

subselect

-public mixed $subselect -
-
- -
- -
/Doctrine/ORM/Query/AST/QuantifiedExpression.php at line 37
-

type

-public mixed $type -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/QuantifiedExpression.php at line 40
-

QuantifiedExpression

-public QuantifiedExpression(mixed subselect) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/QuantifiedExpression.php at line 63
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

-
Override.
-
-
- -
- -
/Doctrine/ORM/Query/AST/QuantifiedExpression.php at line 45
-

isAll

-public void isAll() -
-
- -
- -
/Doctrine/ORM/Query/AST/QuantifiedExpression.php at line 50
-

isAny

-public void isAny() -
-
- -
- -
/Doctrine/ORM/Query/AST/QuantifiedExpression.php at line 55
-

isSome

-public void isSome() -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/rangevariabledeclaration.html b/lib/api/doctrine/orm/query/ast/rangevariabledeclaration.html deleted file mode 100644 index 09e307900..000000000 --- a/lib/api/doctrine/orm/query/ast/rangevariabledeclaration.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - - -RangeVariableDeclaration (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\RangeVariableDeclaration
-
/Doctrine/ORM/Query/AST/RangeVariableDeclaration.php at line 35
- -

Class RangeVariableDeclaration

- -
Class:RangeVariableDeclaration - Superclass: Node
-Node
⌊ RangeVariableDeclaration
- -
- -

public class RangeVariableDeclaration
extends Node - -

- -

RangeVariableDeclaration ::= AbstractSchemaName ["AS"] AliasIdentificationVariable

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$abstractSchemaName

mixed

$aliasIdentificationVariable

- - - - - - -
Constructor Summary

RangeVariableDeclaration(mixed abstractSchemaName, mixed aliasIdentificationVar)

- - - - - - - -
Method Summary
void

dispatch(mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/RangeVariableDeclaration.php at line 37
-

abstractSchemaName

-public mixed $abstractSchemaName -
-
- -
- -
/Doctrine/ORM/Query/AST/RangeVariableDeclaration.php at line 38
-

aliasIdentificationVariable

-public mixed $aliasIdentificationVariable -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/RangeVariableDeclaration.php at line 40
-

RangeVariableDeclaration

-public RangeVariableDeclaration(mixed abstractSchemaName, mixed aliasIdentificationVar) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/RangeVariableDeclaration.php at line 46
-

dispatch

-public void dispatch(mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/selectclause.html b/lib/api/doctrine/orm/query/ast/selectclause.html deleted file mode 100644 index f16c90c3d..000000000 --- a/lib/api/doctrine/orm/query/ast/selectclause.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - - -SelectClause (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\SelectClause
-
/Doctrine/ORM/Query/AST/SelectClause.php at line 35
- -

Class SelectClause

- -
Class:SelectClause - Superclass: Node
-Node
⌊ SelectClause
- -
- -

public class SelectClause
extends Node - -

- -

SelectClause = "SELECT" ["DISTINCT"] SelectExpression {"," SelectExpression}

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$isDistinct

mixed

$selectExpressions

- - - - - - -
Constructor Summary

SelectClause(mixed selectExpressions, mixed isDistinct)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/SelectClause.php at line 37
-

isDistinct

-public mixed $isDistinct -
-
- -
- -
/Doctrine/ORM/Query/AST/SelectClause.php at line 38
-

selectExpressions

-public mixed $selectExpressions = array() -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/SelectClause.php at line 40
-

SelectClause

-public SelectClause(mixed selectExpressions, mixed isDistinct) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/SelectClause.php at line 46
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/selectexpression.html b/lib/api/doctrine/orm/query/ast/selectexpression.html deleted file mode 100644 index 1d02fbbc2..000000000 --- a/lib/api/doctrine/orm/query/ast/selectexpression.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - - - -SelectExpression (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\SelectExpression
-
/Doctrine/ORM/Query/AST/SelectExpression.php at line 36
- -

Class SelectExpression

- -
Class:SelectExpression - Superclass: Node
-Node
⌊ SelectExpression
- -
- -

public class SelectExpression
extends Node - -

- -

SelectExpression ::= IdentificationVariable ["." "*"] | StateFieldPathExpression | -(AggregateExpression | "(" Subselect ")") [["AS"] FieldAliasIdentificationVariable]

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$expression

mixed

$fieldIdentificationVariable

- - - - - - -
Constructor Summary

SelectExpression(mixed expression, mixed fieldIdentificationVariable)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/SelectExpression.php at line 38
-

expression

-public mixed $expression -
-
- -
- -
/Doctrine/ORM/Query/AST/SelectExpression.php at line 39
-

fieldIdentificationVariable

-public mixed $fieldIdentificationVariable -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/SelectExpression.php at line 41
-

SelectExpression

-public SelectExpression(mixed expression, mixed fieldIdentificationVariable) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/SelectExpression.php at line 47
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/selectstatement.html b/lib/api/doctrine/orm/query/ast/selectstatement.html deleted file mode 100644 index 30c5b9c97..000000000 --- a/lib/api/doctrine/orm/query/ast/selectstatement.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - - - - - - -SelectStatement (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\SelectStatement
-
/Doctrine/ORM/Query/AST/SelectStatement.php at line 35
- -

Class SelectStatement

- -
Class:SelectStatement - Superclass: Node
-Node
⌊ SelectStatement
- -
- -

public class SelectStatement
extends Node - -

- -

SelectStatement = SelectClause FromClause [WhereClause] [GroupByClause] [HavingClause] [OrderByClause]

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
mixed

$fromClause

mixed

$groupByClause

mixed

$havingClause

mixed

$orderByClause

mixed

$selectClause

mixed

$whereClause

- - - - - - -
Constructor Summary

SelectStatement(mixed selectClause, mixed fromClause)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/SelectStatement.php at line 38
-

fromClause

-public mixed $fromClause -
-
- -
- -
/Doctrine/ORM/Query/AST/SelectStatement.php at line 40
-

groupByClause

-public mixed $groupByClause -
-
- -
- -
/Doctrine/ORM/Query/AST/SelectStatement.php at line 41
-

havingClause

-public mixed $havingClause -
-
- -
- -
/Doctrine/ORM/Query/AST/SelectStatement.php at line 42
-

orderByClause

-public mixed $orderByClause -
-
- -
- -
/Doctrine/ORM/Query/AST/SelectStatement.php at line 37
-

selectClause

-public mixed $selectClause -
-
- -
- -
/Doctrine/ORM/Query/AST/SelectStatement.php at line 39
-

whereClause

-public mixed $whereClause -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/SelectStatement.php at line 44
-

SelectStatement

-public SelectStatement(mixed selectClause, mixed fromClause) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/SelectStatement.php at line 49
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/simplearithmeticexpression.html b/lib/api/doctrine/orm/query/ast/simplearithmeticexpression.html deleted file mode 100644 index 50cfacbdc..000000000 --- a/lib/api/doctrine/orm/query/ast/simplearithmeticexpression.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - -SimpleArithmeticExpression (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\SimpleArithmeticExpression
-
/Doctrine/ORM/Query/AST/SimpleArithmeticExpression.php at line 35
- -

Class SimpleArithmeticExpression

- -
Class:SimpleArithmeticExpression - Superclass: Node
-Node
⌊ SimpleArithmeticExpression
- -
- -

public class SimpleArithmeticExpression
extends Node - -

- -

SimpleArithmeticExpression ::= ArithmeticTerm {("+" | "-") ArithmeticTerm}

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
mixed

$arithmeticTerms

- - - - - - -
Constructor Summary

SimpleArithmeticExpression(mixed arithmeticTerms)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/SimpleArithmeticExpression.php at line 37
-

arithmeticTerms

-public mixed $arithmeticTerms = array() -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/SimpleArithmeticExpression.php at line 39
-

SimpleArithmeticExpression

-public SimpleArithmeticExpression(mixed arithmeticTerms) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/SimpleArithmeticExpression.php at line 44
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/simpleselectclause.html b/lib/api/doctrine/orm/query/ast/simpleselectclause.html deleted file mode 100644 index 76c53efba..000000000 --- a/lib/api/doctrine/orm/query/ast/simpleselectclause.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - - -SimpleSelectClause (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\SimpleSelectClause
-
/Doctrine/ORM/Query/AST/SimpleSelectClause.php at line 35
- -

Class SimpleSelectClause

- -
Class:SimpleSelectClause - Superclass: Node
-Node
⌊ SimpleSelectClause
- -
- -

public class SimpleSelectClause
extends Node - -

- -

SimpleSelectClause ::= "SELECT" ["DISTINCT"] SimpleSelectExpression

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$isDistinct

mixed

$simpleSelectExpression

- - - - - - -
Constructor Summary

SimpleSelectClause(mixed simpleSelectExpression, mixed isDistinct)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/SimpleSelectClause.php at line 37
-

isDistinct

-public mixed $isDistinct = false -
-
- -
- -
/Doctrine/ORM/Query/AST/SimpleSelectClause.php at line 38
-

simpleSelectExpression

-public mixed $simpleSelectExpression -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/SimpleSelectClause.php at line 40
-

SimpleSelectClause

-public SimpleSelectClause(mixed simpleSelectExpression, mixed isDistinct) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/SimpleSelectClause.php at line 46
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/simpleselectexpression.html b/lib/api/doctrine/orm/query/ast/simpleselectexpression.html deleted file mode 100644 index 1e80f455d..000000000 --- a/lib/api/doctrine/orm/query/ast/simpleselectexpression.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - - - -SimpleSelectExpression (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\SimpleSelectExpression
-
/Doctrine/ORM/Query/AST/SimpleSelectExpression.php at line 36
- -

Class SimpleSelectExpression

- -
Class:SimpleSelectExpression - Superclass: Node
-Node
⌊ SimpleSelectExpression
- -
- -

public class SimpleSelectExpression
extends Node - -

- -

SimpleSelectExpression ::= StateFieldPathExpression | IdentificationVariable -| (AggregateExpression [["AS"] FieldAliasIdentificationVariable])

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$expression

mixed

$fieldIdentificationVariable

- - - - - - -
Constructor Summary

SimpleSelectExpression(mixed expression)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/SimpleSelectExpression.php at line 38
-

expression

-public mixed $expression -
-
- -
- -
/Doctrine/ORM/Query/AST/SimpleSelectExpression.php at line 39
-

fieldIdentificationVariable

-public mixed $fieldIdentificationVariable -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/SimpleSelectExpression.php at line 41
-

SimpleSelectExpression

-public SimpleSelectExpression(mixed expression) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/SimpleSelectExpression.php at line 46
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/subselect.html b/lib/api/doctrine/orm/query/ast/subselect.html deleted file mode 100644 index 0ba24fb3e..000000000 --- a/lib/api/doctrine/orm/query/ast/subselect.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - - - - - - -Subselect (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\Subselect
-
/Doctrine/ORM/Query/AST/Subselect.php at line 35
- -

Class Subselect

- -
Class:Subselect - Superclass: Node
-Node
⌊ Subselect
- -
- -

public class Subselect
extends Node - -

- -

Subselect ::= SimpleSelectClause SubselectFromClause [WhereClause] [GroupByClause] [HavingClause] [OrderByClause]

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
mixed

$groupByClause

mixed

$havingClause

mixed

$orderByClause

mixed

$simpleSelectClause

mixed

$subselectFromClause

mixed

$whereClause

- - - - - - -
Constructor Summary

Subselect(mixed simpleSelectClause, mixed subselectFromClause)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/Subselect.php at line 40
-

groupByClause

-public mixed $groupByClause -
-
- -
- -
/Doctrine/ORM/Query/AST/Subselect.php at line 41
-

havingClause

-public mixed $havingClause -
-
- -
- -
/Doctrine/ORM/Query/AST/Subselect.php at line 42
-

orderByClause

-public mixed $orderByClause -
-
- -
- -
/Doctrine/ORM/Query/AST/Subselect.php at line 37
-

simpleSelectClause

-public mixed $simpleSelectClause -
-
- -
- -
/Doctrine/ORM/Query/AST/Subselect.php at line 38
-

subselectFromClause

-public mixed $subselectFromClause -
-
- -
- -
/Doctrine/ORM/Query/AST/Subselect.php at line 39
-

whereClause

-public mixed $whereClause -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/Subselect.php at line 44
-

Subselect

-public Subselect(mixed simpleSelectClause, mixed subselectFromClause) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/Subselect.php at line 50
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/subselectfromclause.html b/lib/api/doctrine/orm/query/ast/subselectfromclause.html deleted file mode 100644 index 277c89b52..000000000 --- a/lib/api/doctrine/orm/query/ast/subselectfromclause.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - -SubselectFromClause (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\SubselectFromClause
-
/Doctrine/ORM/Query/AST/SubselectFromClause.php at line 35
- -

Class SubselectFromClause

- -
Class:SubselectFromClause - Superclass: Node
-Node
⌊ SubselectFromClause
- -
- -

public class SubselectFromClause
extends Node - -

- -

SubselectFromClause ::= "FROM" SubselectIdentificationVariableDeclaration {"," SubselectIdentificationVariableDeclaration}

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
mixed

$identificationVariableDeclarations

- - - - - - -
Constructor Summary

SubselectFromClause(mixed identificationVariableDeclarations)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/SubselectFromClause.php at line 37
-

identificationVariableDeclarations

-public mixed $identificationVariableDeclarations = array() -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/SubselectFromClause.php at line 39
-

SubselectFromClause

-public SubselectFromClause(mixed identificationVariableDeclarations) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/SubselectFromClause.php at line 44
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/updateclause.html b/lib/api/doctrine/orm/query/ast/updateclause.html deleted file mode 100644 index 1dfa0dad9..000000000 --- a/lib/api/doctrine/orm/query/ast/updateclause.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - -UpdateClause (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\UpdateClause
-
/Doctrine/ORM/Query/AST/UpdateClause.php at line 35
- -

Class UpdateClause

- -
Class:UpdateClause - Superclass: Node
-Node
⌊ UpdateClause
- -
- -

public class UpdateClause
extends Node - -

- -

UpdateClause ::= "UPDATE" AbstractSchemaName [["AS"] AliasIdentificationVariable] "SET" UpdateItem {"," UpdateItem}

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - -
Field Summary
mixed

$abstractSchemaName

mixed

$aliasIdentificationVariable

mixed

$updateItems

- - - - - - -
Constructor Summary

UpdateClause(mixed abstractSchemaName, mixed updateItems)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/UpdateClause.php at line 37
-

abstractSchemaName

-public mixed $abstractSchemaName -
-
- -
- -
/Doctrine/ORM/Query/AST/UpdateClause.php at line 38
-

aliasIdentificationVariable

-public mixed $aliasIdentificationVariable -
-
- -
- -
/Doctrine/ORM/Query/AST/UpdateClause.php at line 39
-

updateItems

-public mixed $updateItems = array() -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/UpdateClause.php at line 41
-

UpdateClause

-public UpdateClause(mixed abstractSchemaName, mixed updateItems) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/UpdateClause.php at line 47
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/updateitem.html b/lib/api/doctrine/orm/query/ast/updateitem.html deleted file mode 100644 index 352ac0479..000000000 --- a/lib/api/doctrine/orm/query/ast/updateitem.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - - - - - - -UpdateItem (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\UpdateItem
-
/Doctrine/ORM/Query/AST/UpdateItem.php at line 37
- -

Class UpdateItem

- -
Class:UpdateItem - Superclass: Node
-Node
⌊ UpdateItem
- -
- -

public class UpdateItem
extends Node - -

- -

UpdateItem ::= [IdentificationVariable "."] {StateField | SingleValuedAssociationField} "=" NewValue -NewValue ::= SimpleArithmeticExpression | StringPrimary | DatetimePrimary | BooleanPrimary | -EnumPrimary | SimpleEntityExpression | "NULL"

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - -
Field Summary
mixed

$field

mixed

$identificationVariable

mixed

$newValue

- - - - - - -
Constructor Summary

UpdateItem(mixed field, mixed newValue)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/UpdateItem.php at line 40
-

field

-public mixed $field -
-
- -
- -
/Doctrine/ORM/Query/AST/UpdateItem.php at line 39
-

identificationVariable

-public mixed $identificationVariable -
-
- -
- -
/Doctrine/ORM/Query/AST/UpdateItem.php at line 41
-

newValue

-public mixed $newValue -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/UpdateItem.php at line 43
-

UpdateItem

-public UpdateItem(mixed field, mixed newValue) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/UpdateItem.php at line 49
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/updatestatement.html b/lib/api/doctrine/orm/query/ast/updatestatement.html deleted file mode 100644 index 565bfc959..000000000 --- a/lib/api/doctrine/orm/query/ast/updatestatement.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - - - - - -UpdateStatement (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\UpdateStatement
-
/Doctrine/ORM/Query/AST/UpdateStatement.php at line 35
- -

Class UpdateStatement

- -
Class:UpdateStatement - Superclass: Node
-Node
⌊ UpdateStatement
- -
- -

public class UpdateStatement
extends Node - -

- -

UpdateStatement = UpdateClause [WhereClause]

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
mixed

$updateClause

mixed

$whereClause

- - - - - - -
Constructor Summary

UpdateStatement(mixed updateClause)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/UpdateStatement.php at line 37
-

updateClause

-public mixed $updateClause -
-
- -
- -
/Doctrine/ORM/Query/AST/UpdateStatement.php at line 38
-

whereClause

-public mixed $whereClause -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/UpdateStatement.php at line 40
-

UpdateStatement

-public UpdateStatement(mixed updateClause) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/UpdateStatement.php at line 45
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/ast/whereclause.html b/lib/api/doctrine/orm/query/ast/whereclause.html deleted file mode 100644 index f29d135ad..000000000 --- a/lib/api/doctrine/orm/query/ast/whereclause.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - -WhereClause (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\AST\WhereClause
-
/Doctrine/ORM/Query/AST/WhereClause.php at line 35
- -

Class WhereClause

- -
Class:WhereClause - Superclass: Node
-Node
⌊ WhereClause
- -
- -

public class WhereClause
extends Node - -

- -

WhereClause ::= "WHERE" ConditionalExpression

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
mixed

$conditionalExpression

- - - - - - -
Constructor Summary

WhereClause(mixed conditionalExpression)

- - - - - - - -
Method Summary
void

dispatch(mixed sqlWalker, mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker. -

- - - -
Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump
- -

Field Detail

-
/Doctrine/ORM/Query/AST/WhereClause.php at line 37
-

conditionalExpression

-public mixed $conditionalExpression -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/AST/WhereClause.php at line 39
-

WhereClause

-public WhereClause(mixed conditionalExpression) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/AST/WhereClause.php at line 44
-

dispatch

-public void dispatch(mixed sqlWalker, mixed walker, $walker ) -
-

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/exec/abstractsqlexecutor.html b/lib/api/doctrine/orm/query/exec/abstractsqlexecutor.html deleted file mode 100644 index 65834251a..000000000 --- a/lib/api/doctrine/orm/query/exec/abstractsqlexecutor.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - - - - - -AbstractSqlExecutor (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\Exec\AbstractSqlExecutor
-
/Doctrine/ORM/Query/Exec/AbstractSqlExecutor.php at line 35
- -

Class AbstractSqlExecutor

- -
AbstractSqlExecutor
- -
- -

public abstract class AbstractSqlExecutor

- -

Base class for SQL statement executors.

- -
-
Author:
-
Roman Borschel
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
http://www.doctrine-project.org
-
Since:
-
2.0
-
Todo:
-
Rename: AbstractSQLExecutor
-
-
- - - - - - - -
Field Summary
protected mixed

$_sqlStatements

- - - - - - - - - - - -
Method Summary
abstract Doctrine\DBAL\Driver\Statement

execute(Doctrine\DBAL\Connection conn, array params, mixed types)

Executes all sql statements.

array

getSqlStatements()

Gets the SQL statements that are executed by the executor.

- -

Field Detail

-
/Doctrine/ORM/Query/Exec/AbstractSqlExecutor.php at line 37
-

_sqlStatements

-protected mixed $_sqlStatements -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/Exec/AbstractSqlExecutor.php at line 56
-

execute

-public abstract Doctrine\DBAL\Driver\Statement execute(Doctrine\DBAL\Connection conn, array params, mixed types) -
-

Executes all sql statements.

-
Parameters:
-
conn - The database connection that is used to execute the queries.
-
params - The parameters.
-
-
- -
- -
/Doctrine/ORM/Query/Exec/AbstractSqlExecutor.php at line 44
-

getSqlStatements

-public array getSqlStatements() -
-

Gets the SQL statements that are executed by the executor.

-
Returns:
-
All the SQL update statements.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/exec/multitabledeleteexecutor.html b/lib/api/doctrine/orm/query/exec/multitabledeleteexecutor.html deleted file mode 100644 index ad7b7c052..000000000 --- a/lib/api/doctrine/orm/query/exec/multitabledeleteexecutor.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - -MultiTableDeleteExecutor (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\Exec\MultiTableDeleteExecutor
-
/Doctrine/ORM/Query/Exec/MultiTableDeleteExecutor.php at line 37
- -

Class MultiTableDeleteExecutor

- -
Class:MultiTableDeleteExecutor - Superclass: AbstractSqlExecutor
-AbstractSqlExecutor
⌊ MultiTableDeleteExecutor
- -
- -

public class MultiTableDeleteExecutor
extends AbstractSqlExecutor - -

- -

Executes the SQL statements for bulk DQL DELETE statements on classes in -Class Table Inheritance (JOINED).

- -
-
Author:
-
Roman Borschel
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
http://www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Todo:
-
Rename: AbstractSQLExecutor
-
-
- - - -
Fields inherited from Doctrine\ORM\Query\Exec\AbstractSqlExecutor
_sqlStatements
- - - - - - -
Constructor Summary

MultiTableDeleteExecutor(Node AST, SqlWalker sqlWalker)

Initializes a new MultiTableDeleteExecutor.

- - - - - - - -
Method Summary
Doctrine\DBAL\Driver\Statement

execute(Doctrine\DBAL\Connection conn, array params, mixed types)

Executes all SQL statements.

- - - -
Methods inherited from Doctrine\ORM\Query\Exec\AbstractSqlExecutor
execute, getSqlStatements
- -

Constructor Detail

-
/Doctrine/ORM/Query/Exec/MultiTableDeleteExecutor.php at line 51
-

MultiTableDeleteExecutor

-public MultiTableDeleteExecutor(Node AST, SqlWalker sqlWalker) -
-

Initializes a new MultiTableDeleteExecutor.

-
Parameters:
-
AST - The root AST node of the DQL query.
-
sqlWalker - The walker used for SQL generation from the AST.
-
Internal:
-
Any SQL construction and preparation takes place in the constructor for best performance. With a query cache the executor will be cached.
-
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/Exec/MultiTableDeleteExecutor.php at line 110
-

execute

-public Doctrine\DBAL\Driver\Statement execute(Doctrine\DBAL\Connection conn, array params, mixed types) -
-

Executes all SQL statements.

-
Parameters:
-
conn - The database connection that is used to execute the queries.
-
params - The parameters.
-
Override.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/exec/multitableupdateexecutor.html b/lib/api/doctrine/orm/query/exec/multitableupdateexecutor.html deleted file mode 100644 index fb09b3d01..000000000 --- a/lib/api/doctrine/orm/query/exec/multitableupdateexecutor.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - - - - - - -MultiTableUpdateExecutor (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\Exec\MultiTableUpdateExecutor
-
/Doctrine/ORM/Query/Exec/MultiTableUpdateExecutor.php at line 33
- -

Class MultiTableUpdateExecutor

- -
Class:MultiTableUpdateExecutor - Superclass: AbstractSqlExecutor
-AbstractSqlExecutor
⌊ MultiTableUpdateExecutor
- -
- -

public class MultiTableUpdateExecutor
extends AbstractSqlExecutor - -

- -

Executes the SQL statements for bulk DQL UPDATE statements on classes in -Class Table Inheritance (JOINED).

- -
-
Author:
-
Roman Borschel
-
Since:
-
2.0
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
http://www.doctrine-project.org
-
Todo:
-
Rename: AbstractSQLExecutor
-
-
- - - -
Fields inherited from Doctrine\ORM\Query\Exec\AbstractSqlExecutor
_sqlStatements
- - - - - - -
Constructor Summary

MultiTableUpdateExecutor(Node AST, SqlWalker sqlWalker)

Initializes a new MultiTableUpdateExecutor.

- - - - - - - -
Method Summary
Doctrine\DBAL\Driver\Statement

execute(Connection conn, array params, mixed types)

Executes all SQL statements.

- - - -
Methods inherited from Doctrine\ORM\Query\Exec\AbstractSqlExecutor
execute, getSqlStatements
- -

Constructor Detail

-
/Doctrine/ORM/Query/Exec/MultiTableUpdateExecutor.php at line 49
-

MultiTableUpdateExecutor

-public MultiTableUpdateExecutor(Node AST, SqlWalker sqlWalker) -
-

Initializes a new MultiTableUpdateExecutor.

-
Parameters:
-
AST - The root AST node of the DQL query.
-
sqlWalker - The walker used for SQL generation from the AST.
-
Internal:
-
Any SQL construction and preparation takes place in the constructor for best performance. With a query cache the executor will be cached.
-
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/Exec/MultiTableUpdateExecutor.php at line 141
-

execute

-public Doctrine\DBAL\Driver\Statement execute(Connection conn, array params, mixed types) -
-

Executes all SQL statements.

-
Parameters:
-
conn - The database connection that is used to execute the queries.
-
params - The parameters.
-
Override.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/exec/package-frame.html b/lib/api/doctrine/orm/query/exec/package-frame.html deleted file mode 100644 index 4c3060f54..000000000 --- a/lib/api/doctrine/orm/query/exec/package-frame.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Query\Exec (Doctrine) - - - - -

Doctrine\ORM\Query\Exec

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/exec/package-functions.html b/lib/api/doctrine/orm/query/exec/package-functions.html deleted file mode 100644 index 1dfc0c9b1..000000000 --- a/lib/api/doctrine/orm/query/exec/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/exec/package-globals.html b/lib/api/doctrine/orm/query/exec/package-globals.html deleted file mode 100644 index f7864605f..000000000 --- a/lib/api/doctrine/orm/query/exec/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/exec/package-summary.html b/lib/api/doctrine/orm/query/exec/package-summary.html deleted file mode 100644 index 75e528493..000000000 --- a/lib/api/doctrine/orm/query/exec/package-summary.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Query\Exec (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\ORM\Query\Exec

- - - - - - - - -
Class Summary
AbstractSqlExecutorBase class for SQL statement executors.
MultiTableDeleteExecutorExecutes the SQL statements for bulk DQL DELETE statements on classes in -Class Table Inheritance (JOINED).
MultiTableUpdateExecutorExecutes the SQL statements for bulk DQL UPDATE statements on classes in -Class Table Inheritance (JOINED).
SingleSelectExecutorExecutor that executes the SQL statement for simple DQL SELECT statements.
SingleTableDeleteUpdateExecutorExecutor that executes the SQL statements for DQL DELETE/UPDATE statements on classes -that are mapped to a single table.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/exec/package-tree.html b/lib/api/doctrine/orm/query/exec/package-tree.html deleted file mode 100644 index 0667525fa..000000000 --- a/lib/api/doctrine/orm/query/exec/package-tree.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Query\Exec (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\ORM\Query\Exec

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/exec/singleselectexecutor.html b/lib/api/doctrine/orm/query/exec/singleselectexecutor.html deleted file mode 100644 index 9d97fbe5c..000000000 --- a/lib/api/doctrine/orm/query/exec/singleselectexecutor.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - - - - -SingleSelectExecutor (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\Exec\SingleSelectExecutor
-
/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php at line 37
- -

Class SingleSelectExecutor

- -
Class:SingleSelectExecutor - Superclass: AbstractSqlExecutor
-AbstractSqlExecutor
⌊ SingleSelectExecutor
- -
- -

public class SingleSelectExecutor
extends AbstractSqlExecutor - -

- -

Executor that executes the SQL statement for simple DQL SELECT statements.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
Author:
-
Roman Borschel
-
Version:
-
$Revision$
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Todo:
-
Rename: AbstractSQLExecutor
-
-
- - - -
Fields inherited from Doctrine\ORM\Query\Exec\AbstractSqlExecutor
_sqlStatements
- - - - - - -
Constructor Summary

SingleSelectExecutor(mixed AST, mixed sqlWalker)

- - - - - - - -
Method Summary
Doctrine\DBAL\Driver\Statement

execute(Doctrine\DBAL\Connection conn, array params, mixed types)

Executes all sql statements.

- - - -
Methods inherited from Doctrine\ORM\Query\Exec\AbstractSqlExecutor
execute, getSqlStatements
- -

Constructor Detail

-
/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php at line 39
-

SingleSelectExecutor

-public SingleSelectExecutor(mixed AST, mixed sqlWalker) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php at line 44
-

execute

-public Doctrine\DBAL\Driver\Statement execute(Doctrine\DBAL\Connection conn, array params, mixed types) -
-

Executes all sql statements.

-
Parameters:
-
conn - The database connection that is used to execute the queries.
-
params - The parameters.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/exec/singletabledeleteupdateexecutor.html b/lib/api/doctrine/orm/query/exec/singletabledeleteupdateexecutor.html deleted file mode 100644 index 57de34ba3..000000000 --- a/lib/api/doctrine/orm/query/exec/singletabledeleteupdateexecutor.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - - - - - - -SingleTableDeleteUpdateExecutor (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\Exec\SingleTableDeleteUpdateExecutor
-
/Doctrine/ORM/Query/Exec/SingleTableDeleteUpdateExecutor.php at line 38
- -

Class SingleTableDeleteUpdateExecutor

- -
Class:SingleTableDeleteUpdateExecutor - Superclass: AbstractSqlExecutor
-AbstractSqlExecutor
⌊ SingleTableDeleteUpdateExecutor
- -
- -

public class SingleTableDeleteUpdateExecutor
extends AbstractSqlExecutor - -

- -

Executor that executes the SQL statements for DQL DELETE/UPDATE statements on classes -that are mapped to a single table.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
Author:
-
Roman Borschel
-
Version:
-
$Revision$
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Todo:
-
This is exactly the same as SingleSelectExecutor. Unify in SingleStatementExecutor.
-
-
- - - -
Fields inherited from Doctrine\ORM\Query\Exec\AbstractSqlExecutor
_sqlStatements
- - - - - - -
Constructor Summary

SingleTableDeleteUpdateExecutor(mixed AST, mixed sqlWalker)

- - - - - - - -
Method Summary
Doctrine\DBAL\Driver\Statement

execute(Doctrine\DBAL\Connection conn, array params, mixed types)

Executes all sql statements.

- - - -
Methods inherited from Doctrine\ORM\Query\Exec\AbstractSqlExecutor
execute, getSqlStatements
- -

Constructor Detail

-
/Doctrine/ORM/Query/Exec/SingleTableDeleteUpdateExecutor.php at line 40
-

SingleTableDeleteUpdateExecutor

-public SingleTableDeleteUpdateExecutor(mixed AST, mixed sqlWalker) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/Exec/SingleTableDeleteUpdateExecutor.php at line 49
-

execute

-public Doctrine\DBAL\Driver\Statement execute(Doctrine\DBAL\Connection conn, array params, mixed types) -
-

Executes all sql statements.

-
Parameters:
-
conn - The database connection that is used to execute the queries.
-
params - The parameters.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/expr.html b/lib/api/doctrine/orm/query/expr.html deleted file mode 100644 index 1e16562a8..000000000 --- a/lib/api/doctrine/orm/query/expr.html +++ /dev/null @@ -1,767 +0,0 @@ - - - - - - - - - - - -Expr (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\Expr
-
/Doctrine/ORM/Query/Expr.php at line 36
- -

Class Expr

- -
Expr
- -
- -

public class Expr

- -

This class is used to generate DQL expressions via a set of PHP static functions

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
Todo:
-
Rename: ExpressionBuilder
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
Expr\Func

abs(mixed x)

Creates an ABS() function expression with the given argument.

Expr\Func

all(mixed subquery)

Creates an instance of ALL() function, with the given DQL Subquery.

Expr\Andx

andX(mixed x)

Creates a conjunction of the given boolean expressions. -

Expr\Func

any(mixed subquery)

Creates an ANY() function expression with the given DQL subquery.

OrderBy

asc(mixed expr, $sort )

Creates an ASCending order expression.

Expr\Func

avg(mixed x)

Creates an instance of AVG() function, with the given argument.

Expr\Func

between(mixed val, integer x, integer y)

Creates an instance of BETWEEN() function, with the given argument.

Expr\Func

concat(mixed x, mixed y)

Creates a CONCAT() function expression with the given arguments.

Expr\Func

count(mixed x)

Creates an instance of COUNT() function, with the given argument.

string

countDistinct(mixed x)

Creates an instance of COUNT(DISTINCT) function, with the given argument.

OrderBy

desc(mixed expr, $sort )

Creates a DESCending order expression.

Expr\Math

diff(mixed x, mixed y)

Creates a difference mathematical expression with the given arguments. -

Expr\Comparison

eq(mixed x, mixed y)

Creates an equality comparison expression with the given arguments. -

Expr\Func

exists(mixed subquery)

Creates an instance of EXISTS() function, with the given DQL Subquery.

Expr\Comparison

gt(mixed x, mixed y)

Creates an instance of Expr\Comparison, with the given arguments. -

Expr\Comparison

gte(mixed x, mixed y)

Creates an instance of Expr\Comparison, with the given arguments. -

Expr\Func

in(string x, mixed y)

Creates an IN() expression with the given arguments.

Expr\Func

length(mixed x)

Creates a LENGTH() function expression with the given argument.

Expr\Comparison

like(string x, mixed y)

Creates a LIKE() comparison expression with the given arguments.

Expr\Literal

literal(mixed literal)

Creates a literal expression of the given argument.

Expr\Func

lower(mixed x)

Creates a LOWER() function expression with the given argument.

Expr\Comparison

lt(mixed x, mixed y)

Creates an instance of Expr\Comparison, with the given arguments. -

Expr\Comparison

lte(mixed x, mixed y)

Creates an instance of Expr\Comparison, with the given arguments. -

Expr\Func

max(mixed x)

Creates an instance of MAX() function, with the given argument.

Expr\Func

min(mixed x)

Creates an instance of MIN() function, with the given argument.

Expr\Comparison

neq(mixed x, mixed y)

Creates an instance of Expr\Comparison, with the given arguments. -

Expr\Func

not(mixed restriction)

Creates a negation expression of the given restriction.

Expr\Func

notIn(string x, mixed y)

Creates a NOT IN() expression with the given arguments.

Expr\Orx

orX(mixed x)

Creates a disjunction of the given boolean expressions. -

Expr\Math

prod(mixed x, mixed y)

Creates a product mathematical expression with the given arguments. -

Expr\Math

quot(mixed x, mixed y)

Creates a quotient mathematical expression with the given arguments. -

Expr\Func

some(mixed subquery)

Creates a SOME() function expression with the given DQL subquery.

Expr\Func

sqrt(mixed x)

Creates a SQRT() function expression with the given argument.

Expr\Func

substring(mixed x, integer from, integer len)

Creates a SUBSTRING() function expression with the given arguments.

Expr\Math

sum(mixed x, mixed y)

Creates a sum mathematical expression with the given arguments. -

Expr\Func

trim(mixed x)

Creates an instance of TRIM() function, with the given argument.

Expr\Func

upper(mixed x)

Creates an UPPER() function expression with the given argument.

- -

Method Detail

-
/Doctrine/ORM/Query/Expr.php at line 321
-

abs

-public Expr\Func abs(mixed x) -
-

Creates an ABS() function expression with the given argument.

-
Parameters:
-
x - Argument to be used in ABS() function.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 277
-

all

-public Expr\Func all(mixed subquery) -
-

Creates an instance of ALL() function, with the given DQL Subquery.

-
Parameters:
-
subquery - DQL Subquery to be used in ALL() function.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 51
-

andX

-public Expr\Andx andX(mixed x) -
-

Creates a conjunction of the given boolean expressions.

Example:

[php] -(u.type = ?1) AND (u.role = ?2) -$expr->andX('u.type = ?1', 'u.role = ?2'));

-
Parameters:
-
x - Optional clause. Defaults = null, but requires at least one defined when converting to string.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 299
-

any

-public Expr\Func any(mixed subquery) -
-

Creates an ANY() function expression with the given DQL subquery.

-
Parameters:
-
subquery - DQL Subquery to be used in ANY() function.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 80
-

asc

-public OrderBy asc(mixed expr, $sort ) -
-

Creates an ASCending order expression.

- -
- -
/Doctrine/ORM/Query/Expr.php at line 211
-

avg

-public Expr\Func avg(mixed x) -
-

Creates an instance of AVG() function, with the given argument.

-
Parameters:
-
x - Argument to be used in AVG() function.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 545
-

between

-public Expr\Func between(mixed val, integer x, integer y) -
-

Creates an instance of BETWEEN() function, with the given argument.

-
Parameters:
-
val - Valued to be inspected by range values.
-
x - Starting range value to be used in BETWEEN() function.
-
y - End point value to be used in BETWEEN() function.
-
Returns:
-
A BETWEEN expression.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 460
-

concat

-public Expr\Func concat(mixed x, mixed y) -
-

Creates a CONCAT() function expression with the given arguments.

-
Parameters:
-
x - First argument to be used in CONCAT() function.
-
x - Second argument to be used in CONCAT() function.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 244
-

count

-public Expr\Func count(mixed x) -
-

Creates an instance of COUNT() function, with the given argument.

-
Parameters:
-
x - Argument to be used in COUNT() function.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 255
-

countDistinct

-public string countDistinct(mixed x) -
-

Creates an instance of COUNT(DISTINCT) function, with the given argument.

-
Parameters:
-
x - Argument to be used in COUNT(DISTINCT) function.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 91
-

desc

-public OrderBy desc(mixed expr, $sort ) -
-

Creates a DESCending order expression.

- -
- -
/Doctrine/ORM/Query/Expr.php at line 358
-

diff

-public Expr\Math diff(mixed x, mixed y) -
-

Creates a difference mathematical expression with the given arguments. -First argument is considered the left expression and the second is the right expression. -When converted to string, it will generated a - . Example:

[php] -u.monthlySubscriptionCount - 1 -$q->expr()->diff('u.monthlySubscriptionCount', '1')

-
Parameters:
-
x - Left expression
-
y - Right expression
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 110
-

eq

-public Expr\Comparison eq(mixed x, mixed y) -
-

Creates an equality comparison expression with the given arguments.

First argument is considered the left expression and the second is the right expression. -When converted to string, it will generated a = . Example:

[php] -u.id = ?1 -$expr->eq('u.id', '?1');

-
Parameters:
-
x - Left expression
-
y - Right expression
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 266
-

exists

-public Expr\Func exists(mixed subquery) -
-

Creates an instance of EXISTS() function, with the given DQL Subquery.

-
Parameters:
-
subquery - DQL Subquery to be used in EXISTS() function.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 182
-

gt

-public Expr\Comparison gt(mixed x, mixed y) -
-

Creates an instance of Expr\Comparison, with the given arguments. -First argument is considered the left expression and the second is the right expression. -When converted to string, it will generated a > . Example:

[php] -u.id > ?1 -$q->where($q->expr()->gt('u.id', '?1'));

-
Parameters:
-
x - Left expression
-
y - Right expression
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 200
-

gte

-public Expr\Comparison gte(mixed x, mixed y) -
-

Creates an instance of Expr\Comparison, with the given arguments. -First argument is considered the left expression and the second is the right expression. -When converted to string, it will generated a >= . Example:

[php] -u.id >= ?1 -$q->where($q->expr()->gte('u.id', '?1'));

-
Parameters:
-
x - Left expression
-
y - Right expression
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 417
-

in

-public Expr\Func in(string x, mixed y) -
-

Creates an IN() expression with the given arguments.

-
Parameters:
-
x - Field in string format to be restricted by IN() function
-
y - Argument to be used in IN() function.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 506
-

length

-public Expr\Func length(mixed x) -
-

Creates a LENGTH() function expression with the given argument.

-
Parameters:
-
x - Argument to be used as argument of LENGTH() function.
-
Returns:
-
A LENGTH function expression.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 448
-

like

-public Expr\Comparison like(string x, mixed y) -
-

Creates a LIKE() comparison expression with the given arguments.

-
Parameters:
-
x - Field in string format to be inspected by LIKE() comparison.
-
y - Argument to be used in LIKE() comparison.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 517
-

literal

-public Expr\Literal literal(mixed literal) -
-

Creates a literal expression of the given argument.

-
Parameters:
-
literal - Argument to be converted to literal.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 484
-

lower

-public Expr\Func lower(mixed x) -
-

Creates a LOWER() function expression with the given argument.

-
Parameters:
-
x - Argument to be used in LOWER() function.
-
Returns:
-
A LOWER function expression.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 146
-

lt

-public Expr\Comparison lt(mixed x, mixed y) -
-

Creates an instance of Expr\Comparison, with the given arguments. -First argument is considered the left expression and the second is the right expression. -When converted to string, it will generated a < . Example:

[php] -u.id < ?1 -$q->where($q->expr()->lt('u.id', '?1'));

-
Parameters:
-
x - Left expression
-
y - Right expression
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 164
-

lte

-public Expr\Comparison lte(mixed x, mixed y) -
-

Creates an instance of Expr\Comparison, with the given arguments. -First argument is considered the left expression and the second is the right expression. -When converted to string, it will generated a <= . Example:

[php] -u.id <= ?1 -$q->where($q->expr()->lte('u.id', '?1'));

-
Parameters:
-
x - Left expression
-
y - Right expression
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 222
-

max

-public Expr\Func max(mixed x) -
-

Creates an instance of MAX() function, with the given argument.

-
Parameters:
-
x - Argument to be used in MAX() function.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 233
-

min

-public Expr\Func min(mixed x) -
-

Creates an instance of MIN() function, with the given argument.

-
Parameters:
-
x - Argument to be used in MIN() function.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 128
-

neq

-public Expr\Comparison neq(mixed x, mixed y) -
-

Creates an instance of Expr\Comparison, with the given arguments. -First argument is considered the left expression and the second is the right expression. -When converted to string, it will generated a <> . Example:

[php] -u.id <> ?1 -$q->where($q->expr()->neq('u.id', '?1'));

-
Parameters:
-
x - Left expression
-
y - Right expression
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 310
-

not

-public Expr\Func not(mixed restriction) -
-

Creates a negation expression of the given restriction.

-
Parameters:
-
restriction - Restriction to be used in NOT() function.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 436
-

notIn

-public Expr\Func notIn(string x, mixed y) -
-

Creates a NOT IN() expression with the given arguments.

-
Parameters:
-
x - Field in string format to be restricted by NOT IN() function
-
y - Argument to be used in NOT IN() function.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 69
-

orX

-public Expr\Orx orX(mixed x) -
-

Creates a disjunction of the given boolean expressions.

Example:

[php] -(u.type = ?1) OR (u.role = ?2) -$q->where($q->expr()->orX('u.type = ?1', 'u.role = ?2'));

-
Parameters:
-
x - Optional clause. Defaults = null, but requires at least one defined when converting to string.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 340
-

prod

-public Expr\Math prod(mixed x, mixed y) -
-

Creates a product mathematical expression with the given arguments.

First argument is considered the left expression and the second is the right expression. -When converted to string, it will generated a * . Example:

[php] -u.salary * u.percentAnualSalaryIncrease -$q->expr()->prod('u.salary', 'u.percentAnualSalaryIncrease')

-
Parameters:
-
x - Left expression
-
y - Right expression
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 394
-

quot

-public Expr\Math quot(mixed x, mixed y) -
-

Creates a quotient mathematical expression with the given arguments. -First argument is considered the left expression and the second is the right expression. -When converted to string, it will generated a / . Example:

[php] -u.total / u.period -$expr->quot('u.total', 'u.period')

-
Parameters:
-
x - Left expression
-
y - Right expression
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 288
-

some

-public Expr\Func some(mixed subquery) -
-

Creates a SOME() function expression with the given DQL subquery.

-
Parameters:
-
subquery - DQL Subquery to be used in SOME() function.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 405
-

sqrt

-public Expr\Func sqrt(mixed x) -
-

Creates a SQRT() function expression with the given argument.

-
Parameters:
-
x - Argument to be used in SQRT() function.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 473
-

substring

-public Expr\Func substring(mixed x, integer from, integer len) -
-

Creates a SUBSTRING() function expression with the given arguments.

-
Parameters:
-
x - Argument to be used as string to be cropped by SUBSTRING() function.
-
from - Initial offset to start cropping string. May accept negative values.
-
len - Length of crop. May accept negative values.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 376
-

sum

-public Expr\Math sum(mixed x, mixed y) -
-

Creates a sum mathematical expression with the given arguments. -First argument is considered the left expression and the second is the right expression. -When converted to string, it will generated a + . Example:

[php] -u.numChildren + 1 -$q->expr()->diff('u.numChildren', '1')

-
Parameters:
-
x - Left expression
-
y - Right expression
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 556
-

trim

-public Expr\Func trim(mixed x) -
-

Creates an instance of TRIM() function, with the given argument.

-
Parameters:
-
x - Argument to be used as argument of TRIM() function.
-
Returns:
-
a TRIM expression.
-
-
- -
- -
/Doctrine/ORM/Query/Expr.php at line 495
-

upper

-public Expr\Func upper(mixed x) -
-

Creates an UPPER() function expression with the given argument.

-
Parameters:
-
x - Argument to be used in UPPER() function.
-
Returns:
-
An UPPER function expression.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/expr/andx.html b/lib/api/doctrine/orm/query/expr/andx.html deleted file mode 100644 index fe7b96cc7..000000000 --- a/lib/api/doctrine/orm/query/expr/andx.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - - - - -Andx (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\Expr\Andx
-
/Doctrine/ORM/Query/Expr/Andx.php at line 35
- -

Class Andx

- -
Class:Andx - Superclass: Base
-Base
⌊ Andx
- -
- -

public class Andx
extends Base - -

- -

Expression class for building DQL and parts

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
protected mixed

$_allowedClasses

protected mixed

$_separator

- - - -
Fields inherited from Doctrine\ORM\Query\Expr\Base
_allowedClasses, _postSeparator, _preSeparator, _separator
- - - -
Methods inherited from Doctrine\ORM\Query\Expr\Base
add, addMultiple, count
- -

Field Detail

-
/Doctrine/ORM/Query/Expr/Andx.php at line 38
-

_allowedClasses

-protected mixed $_allowedClasses = array(...) -
-
- -
- -
/Doctrine/ORM/Query/Expr/Andx.php at line 37
-

_separator

-protected mixed $_separator = ') AND (' -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/expr/base.html b/lib/api/doctrine/orm/query/expr/base.html deleted file mode 100644 index b91a71418..000000000 --- a/lib/api/doctrine/orm/query/expr/base.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - - - - - - -Base (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\Expr\Base
-
/Doctrine/ORM/Query/Expr/Base.php at line 35
- -

Class Base

- -
Base
- -
- -

public abstract class Base

- -

Abstract base Expr class for building DQL parts

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - -
Field Summary
protected mixed

$_allowedClasses

protected mixed

$_postSeparator

protected mixed

$_preSeparator

protected mixed

$_separator

- - - - - - -
Constructor Summary

Base(mixed args)

- - - - - - - - - - - - - - - -
Method Summary
void

add(mixed arg)

void

addMultiple(mixed args)

void

count()

- -

Field Detail

-
/Doctrine/ORM/Query/Expr/Base.php at line 40
-

_allowedClasses

-protected mixed $_allowedClasses = array() -
-
- -
- -
/Doctrine/ORM/Query/Expr/Base.php at line 39
-

_postSeparator

-protected mixed $_postSeparator = ')' -
-
- -
- -
/Doctrine/ORM/Query/Expr/Base.php at line 37
-

_preSeparator

-protected mixed $_preSeparator = '(' -
-
- -
- -
/Doctrine/ORM/Query/Expr/Base.php at line 38
-

_separator

-protected mixed $_separator = ', ' -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/Expr/Base.php at line 44
-

Base

-public Base(mixed args) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/Expr/Base.php at line 56
-

add

-public void add(mixed arg) -
-
- -
- -
/Doctrine/ORM/Query/Expr/Base.php at line 49
-

addMultiple

-public void addMultiple(mixed args) -
-
- -
- -
/Doctrine/ORM/Query/Expr/Base.php at line 72
-

count

-public void count() -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/expr/comparison.html b/lib/api/doctrine/orm/query/expr/comparison.html deleted file mode 100644 index 573a47ffc..000000000 --- a/lib/api/doctrine/orm/query/expr/comparison.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - - - - - - -Comparison (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\Expr\Comparison
-
/Doctrine/ORM/Query/Expr/Comparison.php at line 35
- -

Class Comparison

- -
Comparison
- -
- -

public class Comparison

- -

Expression class for DQL comparison expressions

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
final str

EQ

final str

GT

final str

GTE

final str

LT

final str

LTE

final str

NEQ

- - - - - - -
Constructor Summary

Comparison(mixed leftExpr, mixed operator, mixed rightExpr)

- -

Field Detail

-
/Doctrine/ORM/Query/Expr/Comparison.php at line 37
-

EQ

-public final str EQ = '=' -
-
- -
- -
/Doctrine/ORM/Query/Expr/Comparison.php at line 41
-

GT

-public final str GT = '>' -
-
- -
- -
/Doctrine/ORM/Query/Expr/Comparison.php at line 42
-

GTE

-public final str GTE = '>=' -
-
- -
- -
/Doctrine/ORM/Query/Expr/Comparison.php at line 39
-

LT

-public final str LT = '<' -
-
- -
- -
/Doctrine/ORM/Query/Expr/Comparison.php at line 40
-

LTE

-public final str LTE = '<=' -
-
- -
- -
/Doctrine/ORM/Query/Expr/Comparison.php at line 38
-

NEQ

-public final str NEQ = '<>' -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/Expr/Comparison.php at line 48
-

Comparison

-public Comparison(mixed leftExpr, mixed operator, mixed rightExpr) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/expr/from.html b/lib/api/doctrine/orm/query/expr/from.html deleted file mode 100644 index 52b2de005..000000000 --- a/lib/api/doctrine/orm/query/expr/from.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - - - - -From (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\Expr\From
-
/Doctrine/ORM/Query/Expr/From.php at line 35
- -

Class From

- -
From
- -
- -

public class From

- -

Expression class for DQL from

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - -
Constructor Summary

From(mixed from, mixed alias)

- - - - - - - - - - - -
Method Summary
void

getAlias()

void

getFrom()

- -

Constructor Detail

-
/Doctrine/ORM/Query/Expr/From.php at line 40
-

From

-public From(mixed from, mixed alias) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/Expr/From.php at line 51
-

getAlias

-public void getAlias() -
-
- -
- -
/Doctrine/ORM/Query/Expr/From.php at line 46
-

getFrom

-public void getFrom() -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/expr/func.html b/lib/api/doctrine/orm/query/expr/func.html deleted file mode 100644 index f4dcdf860..000000000 --- a/lib/api/doctrine/orm/query/expr/func.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - - - -Func (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\Expr\Func
-
/Doctrine/ORM/Query/Expr/Func.php at line 35
- -

Class Func

- -
Func
- -
- -

public class Func

- -

Expression class for generating DQL functions

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - -
Constructor Summary

Func(mixed name, mixed arguments)

- -

Constructor Detail

-
/Doctrine/ORM/Query/Expr/Func.php at line 40
-

Func

-public Func(mixed name, mixed arguments) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/expr/groupby.html b/lib/api/doctrine/orm/query/expr/groupby.html deleted file mode 100644 index f27f3ff1d..000000000 --- a/lib/api/doctrine/orm/query/expr/groupby.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - - - - -GroupBy (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\Expr\GroupBy
-
/Doctrine/ORM/Query/Expr/GroupBy.php at line 35
- -

Class GroupBy

- -
Class:GroupBy - Superclass: Base
-Base
⌊ GroupBy
- -
- -

public class GroupBy
extends Base - -

- -

Expression class for building DQL Group By parts

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
protected mixed

$_postSeparator

protected mixed

$_preSeparator

- - - -
Fields inherited from Doctrine\ORM\Query\Expr\Base
_allowedClasses, _postSeparator, _preSeparator, _separator
- - - -
Methods inherited from Doctrine\ORM\Query\Expr\Base
add, addMultiple, count
- -

Field Detail

-
/Doctrine/ORM/Query/Expr/GroupBy.php at line 38
-

_postSeparator

-protected mixed $_postSeparator = '' -
-
- -
- -
/Doctrine/ORM/Query/Expr/GroupBy.php at line 37
-

_preSeparator

-protected mixed $_preSeparator = '' -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/expr/join.html b/lib/api/doctrine/orm/query/expr/join.html deleted file mode 100644 index 4437b8cef..000000000 --- a/lib/api/doctrine/orm/query/expr/join.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - - - - - -Join (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\Expr\Join
-
/Doctrine/ORM/Query/Expr/Join.php at line 35
- -

Class Join

- -
Join
- -
- -

public class Join

- -

Expression class for DQL from

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - -
Field Summary
final str

INNER_JOIN

final str

LEFT_JOIN

final str

ON

final str

WITH

- - - - - - -
Constructor Summary

Join(mixed joinType, mixed join, mixed alias, mixed conditionType, mixed condition)

- -

Field Detail

-
/Doctrine/ORM/Query/Expr/Join.php at line 37
-

INNER_JOIN

-public final str INNER_JOIN = 'INNER' -
-
- -
- -
/Doctrine/ORM/Query/Expr/Join.php at line 38
-

LEFT_JOIN

-public final str LEFT_JOIN = 'LEFT' -
-
- -
- -
/Doctrine/ORM/Query/Expr/Join.php at line 40
-

ON

-public final str ON = 'ON' -
-
- -
- -
/Doctrine/ORM/Query/Expr/Join.php at line 41
-

WITH

-public final str WITH = 'WITH' -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/Expr/Join.php at line 49
-

Join

-public Join(mixed joinType, mixed join, mixed alias, mixed conditionType, mixed condition) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/expr/literal.html b/lib/api/doctrine/orm/query/expr/literal.html deleted file mode 100644 index 25fc60b89..000000000 --- a/lib/api/doctrine/orm/query/expr/literal.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - - - - -Literal (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\Expr\Literal
-
/Doctrine/ORM/Query/Expr/Literal.php at line 5
- -

Class Literal

- -
Class:Literal - Superclass: Base
-Base
⌊ Literal
- -
- -

public class Literal
extends Base - -

- -

Abstract base Expr class for building DQL parts

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
protected mixed

$_postSeparator

protected mixed

$_preSeparator

- - - -
Fields inherited from Doctrine\ORM\Query\Expr\Base
_allowedClasses, _postSeparator, _preSeparator, _separator
- - - -
Methods inherited from Doctrine\ORM\Query\Expr\Base
add, addMultiple, count
- -

Field Detail

-
/Doctrine/ORM/Query/Expr/Literal.php at line 8
-

_postSeparator

-protected mixed $_postSeparator = '' -
-
- -
- -
/Doctrine/ORM/Query/Expr/Literal.php at line 7
-

_preSeparator

-protected mixed $_preSeparator = '' -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/expr/math.html b/lib/api/doctrine/orm/query/expr/math.html deleted file mode 100644 index af5b56c8d..000000000 --- a/lib/api/doctrine/orm/query/expr/math.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - - - -Math (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\Expr\Math
-
/Doctrine/ORM/Query/Expr/Math.php at line 35
- -

Class Math

- -
Math
- -
- -

public class Math

- -

Expression class for DQL math statements

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - -
Constructor Summary

Math(mixed leftExpr, mixed operator, mixed rightExpr)

- -

Constructor Detail

-
/Doctrine/ORM/Query/Expr/Math.php at line 41
-

Math

-public Math(mixed leftExpr, mixed operator, mixed rightExpr) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/expr/orderby.html b/lib/api/doctrine/orm/query/expr/orderby.html deleted file mode 100644 index 7cd310af6..000000000 --- a/lib/api/doctrine/orm/query/expr/orderby.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - - - - - - -OrderBy (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\Expr\OrderBy
-
/Doctrine/ORM/Query/Expr/OrderBy.php at line 35
- -

Class OrderBy

- -
OrderBy
- -
- -

public class OrderBy

- -

Expression class for building DQL Order By parts

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - -
Field Summary
protected mixed

$_allowedClasses

protected mixed

$_postSeparator

protected mixed

$_preSeparator

protected mixed

$_separator

- - - - - - -
Constructor Summary

OrderBy(mixed sort, mixed order)

- - - - - - - - - - - -
Method Summary
void

add(mixed sort, mixed order)

void

count()

- -

Field Detail

-
/Doctrine/ORM/Query/Expr/OrderBy.php at line 40
-

_allowedClasses

-protected mixed $_allowedClasses = array() -
-
- -
- -
/Doctrine/ORM/Query/Expr/OrderBy.php at line 39
-

_postSeparator

-protected mixed $_postSeparator = '' -
-
- -
- -
/Doctrine/ORM/Query/Expr/OrderBy.php at line 37
-

_preSeparator

-protected mixed $_preSeparator = '' -
-
- -
- -
/Doctrine/ORM/Query/Expr/OrderBy.php at line 38
-

_separator

-protected mixed $_separator = ', ' -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/Expr/OrderBy.php at line 44
-

OrderBy

-public OrderBy(mixed sort, mixed order) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/Expr/OrderBy.php at line 51
-

add

-public void add(mixed sort, mixed order) -
-
- -
- -
/Doctrine/ORM/Query/Expr/OrderBy.php at line 57
-

count

-public void count() -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/expr/orx.html b/lib/api/doctrine/orm/query/expr/orx.html deleted file mode 100644 index e81445ead..000000000 --- a/lib/api/doctrine/orm/query/expr/orx.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - - - - -Orx (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\Expr\Orx
-
/Doctrine/ORM/Query/Expr/Orx.php at line 35
- -

Class Orx

- -
Class:Orx - Superclass: Base
-Base
⌊ Orx
- -
- -

public class Orx
extends Base - -

- -

Expression class for building DQL OR clauses

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
protected mixed

$_allowedClasses

protected mixed

$_separator

- - - -
Fields inherited from Doctrine\ORM\Query\Expr\Base
_allowedClasses, _postSeparator, _preSeparator, _separator
- - - -
Methods inherited from Doctrine\ORM\Query\Expr\Base
add, addMultiple, count
- -

Field Detail

-
/Doctrine/ORM/Query/Expr/Orx.php at line 38
-

_allowedClasses

-protected mixed $_allowedClasses = array(...) -
-
- -
- -
/Doctrine/ORM/Query/Expr/Orx.php at line 37
-

_separator

-protected mixed $_separator = ') OR (' -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/expr/package-frame.html b/lib/api/doctrine/orm/query/expr/package-frame.html deleted file mode 100644 index 94a6b43e2..000000000 --- a/lib/api/doctrine/orm/query/expr/package-frame.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Query\Expr (Doctrine) - - - - -

Doctrine\ORM\Query\Expr

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/expr/package-functions.html b/lib/api/doctrine/orm/query/expr/package-functions.html deleted file mode 100644 index af97091f8..000000000 --- a/lib/api/doctrine/orm/query/expr/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/expr/package-globals.html b/lib/api/doctrine/orm/query/expr/package-globals.html deleted file mode 100644 index 8945cee27..000000000 --- a/lib/api/doctrine/orm/query/expr/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/expr/package-summary.html b/lib/api/doctrine/orm/query/expr/package-summary.html deleted file mode 100644 index 6f3dad182..000000000 --- a/lib/api/doctrine/orm/query/expr/package-summary.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Query\Expr (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\ORM\Query\Expr

- - - - - - - - - - - - - - - -
Class Summary
AndxExpression class for building DQL and parts
BaseAbstract base Expr class for building DQL parts
ComparisonExpression class for DQL comparison expressions
FromExpression class for DQL from
FuncExpression class for generating DQL functions
GroupByExpression class for building DQL Group By parts
JoinExpression class for DQL from
LiteralAbstract base Expr class for building DQL parts
MathExpression class for DQL math statements
OrderByExpression class for building DQL Order By parts
OrxExpression class for building DQL OR clauses
SelectExpression class for building DQL select statements
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/expr/package-tree.html b/lib/api/doctrine/orm/query/expr/package-tree.html deleted file mode 100644 index bad896662..000000000 --- a/lib/api/doctrine/orm/query/expr/package-tree.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Query\Expr (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\ORM\Query\Expr

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/expr/select.html b/lib/api/doctrine/orm/query/expr/select.html deleted file mode 100644 index 1dee6e984..000000000 --- a/lib/api/doctrine/orm/query/expr/select.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - - - - - -Select (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\Expr\Select
-
/Doctrine/ORM/Query/Expr/Select.php at line 35
- -

Class Select

- -
Class:Select - Superclass: Base
-Base
⌊ Select
- -
- -

public class Select
extends Base - -

- -

Expression class for building DQL select statements

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Field Summary
protected mixed

$_postSeparator

protected mixed

$_preSeparator

- - - -
Fields inherited from Doctrine\ORM\Query\Expr\Base
_allowedClasses, _postSeparator, _preSeparator, _separator
- - - -
Methods inherited from Doctrine\ORM\Query\Expr\Base
add, addMultiple, count
- -

Field Detail

-
/Doctrine/ORM/Query/Expr/Select.php at line 38
-

_postSeparator

-protected mixed $_postSeparator = '' -
-
- -
- -
/Doctrine/ORM/Query/Expr/Select.php at line 37
-

_preSeparator

-protected mixed $_preSeparator = '' -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/lexer.html b/lib/api/doctrine/orm/query/lexer.html deleted file mode 100644 index cdb4d18cb..000000000 --- a/lib/api/doctrine/orm/query/lexer.html +++ /dev/null @@ -1,1009 +0,0 @@ - - - - - - - - - - - -Lexer (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\Lexer
-
/Doctrine/ORM/Query/Lexer.php at line 35
- -

Class Lexer

- -
Class:Lexer - Superclass: Doctrine
-Doctrine
⌊ Lexer
- -
- -

public class Lexer
extends Doctrine - -

- -

Scans a DQL query for tokens.

- -
-
Author:
-
Guilherme Blanco
-
Janne Vanhala
-
Roman Borschel
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
final int

T_ALL

final int

T_AND

final int

T_ANY

final int

T_AS

final int

T_ASC

final int

T_AVG

final int

T_BETWEEN

final int

T_BOTH

final int

T_BY

final int

T_CLOSE_CURLY_BRACE

final int

T_CLOSE_PARENTHESIS

final int

T_COMMA

final int

T_COUNT

final int

T_DELETE

final int

T_DESC

final int

T_DISTINCT

final int

T_DIVIDE

final int

T_DOT

final int

T_EMPTY

final int

T_EQUALS

final int

T_ESCAPE

final int

T_EXISTS

final int

T_FALSE

final int

T_FLOAT

final int

T_FROM

final int

T_GREATER_THAN

final int

T_GROUP

final int

T_HAVING

final int

T_IDENTIFIER

final int

T_IN

final int

T_INDEX

final int

T_INNER

final int

T_INPUT_PARAMETER

final int

T_INTEGER

final int

T_IS

final int

T_JOIN

final int

T_LEADING

final int

T_LEFT

final int

T_LIKE

final int

T_LIMIT

final int

T_LOWER_THAN

final int

T_MAX

final int

T_MEMBER

final int

T_MIN

final int

T_MINUS

final int

T_MOD

final int

T_MULTIPLY

final int

T_NEGATE

final int

T_NONE

final int

T_NOT

final int

T_NULL

final int

T_OF

final int

T_OFFSET

final int

T_OPEN_CURLY_BRACE

final int

T_OPEN_PARENTHESIS

final int

T_OR

final int

T_ORDER

final int

T_OUTER

final int

T_PARTIAL

final int

T_PLUS

final int

T_SELECT

final int

T_SET

final int

T_SIZE

final int

T_SOME

final int

T_STRING

final int

T_SUM

final int

T_TRAILING

final int

T_TRUE

final int

T_UPDATE

final int

T_WHERE

final int

T_WITH

- - - - - - -
Constructor Summary

Lexer(string input)

Creates a new query scanner object.

- - - - - - - - - - - -
Method Summary
protected void

getCatchablePatterns()

protected void

getNonCatchablePatterns()

- -

Field Detail

-
/Doctrine/ORM/Query/Lexer.php at line 44
-

T_ALL

-public final int T_ALL = 101 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 45
-

T_AND

-public final int T_AND = 102 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 46
-

T_ANY

-public final int T_ANY = 103 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 47
-

T_AS

-public final int T_AS = 104 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 48
-

T_ASC

-public final int T_ASC = 105 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 49
-

T_AVG

-public final int T_AVG = 106 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 50
-

T_BETWEEN

-public final int T_BETWEEN = 107 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 51
-

T_BOTH

-public final int T_BOTH = 108 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 52
-

T_BY

-public final int T_BY = 109 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 108
-

T_CLOSE_CURLY_BRACE

-public final int T_CLOSE_CURLY_BRACE = 166 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 53
-

T_CLOSE_PARENTHESIS

-public final int T_CLOSE_PARENTHESIS = 110 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 54
-

T_COMMA

-public final int T_COMMA = 111 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 55
-

T_COUNT

-public final int T_COUNT = 112 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 56
-

T_DELETE

-public final int T_DELETE = 113 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 57
-

T_DESC

-public final int T_DESC = 114 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 58
-

T_DISTINCT

-public final int T_DISTINCT = 115 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 59
-

T_DIVIDE

-public final int T_DIVIDE = 116 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 60
-

T_DOT

-public final int T_DOT = 117 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 61
-

T_EMPTY

-public final int T_EMPTY = 118 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 62
-

T_EQUALS

-public final int T_EQUALS = 119 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 63
-

T_ESCAPE

-public final int T_ESCAPE = 120 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 64
-

T_EXISTS

-public final int T_EXISTS = 121 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 65
-

T_FALSE

-public final int T_FALSE = 122 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 42
-

T_FLOAT

-public final int T_FLOAT = 6 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 66
-

T_FROM

-public final int T_FROM = 123 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 67
-

T_GREATER_THAN

-public final int T_GREATER_THAN = 124 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 68
-

T_GROUP

-public final int T_GROUP = 125 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 69
-

T_HAVING

-public final int T_HAVING = 126 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 38
-

T_IDENTIFIER

-public final int T_IDENTIFIER = 2 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 70
-

T_IN

-public final int T_IN = 127 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 71
-

T_INDEX

-public final int T_INDEX = 128 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 72
-

T_INNER

-public final int T_INNER = 129 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 41
-

T_INPUT_PARAMETER

-public final int T_INPUT_PARAMETER = 5 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 39
-

T_INTEGER

-public final int T_INTEGER = 3 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 73
-

T_IS

-public final int T_IS = 130 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 74
-

T_JOIN

-public final int T_JOIN = 131 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 75
-

T_LEADING

-public final int T_LEADING = 132 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 76
-

T_LEFT

-public final int T_LEFT = 133 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 77
-

T_LIKE

-public final int T_LIKE = 134 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 78
-

T_LIMIT

-public final int T_LIMIT = 135 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 79
-

T_LOWER_THAN

-public final int T_LOWER_THAN = 136 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 80
-

T_MAX

-public final int T_MAX = 137 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 81
-

T_MEMBER

-public final int T_MEMBER = 138 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 82
-

T_MIN

-public final int T_MIN = 139 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 83
-

T_MINUS

-public final int T_MINUS = 140 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 84
-

T_MOD

-public final int T_MOD = 141 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 85
-

T_MULTIPLY

-public final int T_MULTIPLY = 142 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 86
-

T_NEGATE

-public final int T_NEGATE = 143 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 37
-

T_NONE

-public final int T_NONE = 1 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 87
-

T_NOT

-public final int T_NOT = 144 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 88
-

T_NULL

-public final int T_NULL = 145 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 89
-

T_OF

-public final int T_OF = 146 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 90
-

T_OFFSET

-public final int T_OFFSET = 147 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 107
-

T_OPEN_CURLY_BRACE

-public final int T_OPEN_CURLY_BRACE = 165 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 91
-

T_OPEN_PARENTHESIS

-public final int T_OPEN_PARENTHESIS = 149 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 92
-

T_OR

-public final int T_OR = 150 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 93
-

T_ORDER

-public final int T_ORDER = 151 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 94
-

T_OUTER

-public final int T_OUTER = 152 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 106
-

T_PARTIAL

-public final int T_PARTIAL = 164 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 95
-

T_PLUS

-public final int T_PLUS = 153 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 96
-

T_SELECT

-public final int T_SELECT = 154 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 97
-

T_SET

-public final int T_SET = 155 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 98
-

T_SIZE

-public final int T_SIZE = 156 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 99
-

T_SOME

-public final int T_SOME = 157 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 40
-

T_STRING

-public final int T_STRING = 4 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 100
-

T_SUM

-public final int T_SUM = 158 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 101
-

T_TRAILING

-public final int T_TRAILING = 159 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 102
-

T_TRUE

-public final int T_TRUE = 160 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 103
-

T_UPDATE

-public final int T_UPDATE = 161 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 104
-

T_WHERE

-public final int T_WHERE = 162 -
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 105
-

T_WITH

-public final int T_WITH = 163 -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/Lexer.php at line 115
-

Lexer

-public Lexer(string input) -
-

Creates a new query scanner object.

-
Parameters:
-
input - a query string
-
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/Lexer.php at line 123
-

getCatchablePatterns

-protected void getCatchablePatterns() -
-

-
Inheritdoc.
-
-
- -
- -
/Doctrine/ORM/Query/Lexer.php at line 136
-

getNonCatchablePatterns

-protected void getNonCatchablePatterns() -
-

-
Inheritdoc.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/package-frame.html b/lib/api/doctrine/orm/query/package-frame.html deleted file mode 100644 index 3857bf3cc..000000000 --- a/lib/api/doctrine/orm/query/package-frame.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Query (Doctrine) - - - - -

Doctrine\ORM\Query

- -

Classes

- - -

Interfaces

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/package-functions.html b/lib/api/doctrine/orm/query/package-functions.html deleted file mode 100644 index cabf97263..000000000 --- a/lib/api/doctrine/orm/query/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/package-globals.html b/lib/api/doctrine/orm/query/package-globals.html deleted file mode 100644 index e69ba1696..000000000 --- a/lib/api/doctrine/orm/query/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/package-summary.html b/lib/api/doctrine/orm/query/package-summary.html deleted file mode 100644 index 8221be3db..000000000 --- a/lib/api/doctrine/orm/query/package-summary.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Query (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\ORM\Query

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

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/package-tree.html b/lib/api/doctrine/orm/query/package-tree.html deleted file mode 100644 index 76eb1b1ce..000000000 --- a/lib/api/doctrine/orm/query/package-tree.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Query (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\ORM\Query

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/parser.html b/lib/api/doctrine/orm/query/parser.html deleted file mode 100644 index 387d3cdbe..000000000 --- a/lib/api/doctrine/orm/query/parser.html +++ /dev/null @@ -1,1315 +0,0 @@ - - - - - - - - - - - -Parser (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\Parser
-
/Doctrine/ORM/Query/Parser.php at line 39
- -

Class Parser

- -
Parser
- -
- -

public class Parser

- -

An LL(*) recursive-descent parser for the context-free grammar of the Doctrine Query Language. -Parses a DQL query, reports any errors in it, and generates an AST.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
Janne Vanhala
-
-
- - - - - - -
Constructor Summary

Parser(Query query)

Creates a new query parser object.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
string

AbstractSchemaName()

AbstractSchemaName ::= identifier

\Doctrine\ORM\Query\AST\AggregateExpression

AggregateExpression()

AggregateExpression ::= -("AVG" | "MAX" | "MIN" | "SUM") "(" ["DISTINCT"] StateFieldPathExpression ")" | -"COUNT" "(" ["DISTINCT"] (IdentificationVariable | SingleValuedPathExpression) ")"

string

AliasIdentificationVariable()

AliasIdentificationVariable = identifier

string

AliasResultVariable()

AliasResultVariable ::= identifier

\Doctrine\ORM\Query\AST\ArithmeticExpression

ArithmeticExpression()

ArithmeticExpression ::= SimpleArithmeticExpression | "(" Subselect ")"

\Doctrine\ORM\Query\AST\ArithmeticFactor

ArithmeticFactor()

ArithmeticFactor ::= [("+" | "-")] ArithmeticPrimary

void

ArithmeticPrimary()

ArithmeticPrimary ::= SingleValuedPathExpression | Literal | "(" SimpleArithmeticExpression ")" -| FunctionsReturningNumerics | AggregateExpression | FunctionsReturningStrings -| FunctionsReturningDatetime | IdentificationVariable

\Doctrine\ORM\Query\AST\ArithmeticTerm

ArithmeticTerm()

ArithmeticTerm ::= ArithmeticFactor {("*" | "/") ArithmeticFactor}

\Doctrine\ORM\Query\AST\PathExpression

AssociationPathExpression()

AssociationPathExpression ::= CollectionValuedPathExpression | SingleValuedAssociationPathExpression

\Doctrine\ORM\Query\AST\BetweenExpression

BetweenExpression()

BetweenExpression ::= ArithmeticExpression ["NOT"] "BETWEEN" ArithmeticExpression "AND" ArithmeticExpression

void

CaseExpression()

\Doctrine\ORM\Query\AST\CollectionMemberExpression

CollectionMemberExpression()

CollectionMemberExpression ::= EntityExpression ["NOT"] "MEMBER" ["OF"] CollectionValuedPathExpressionEntityExpression ::= SingleValuedAssociationPathExpression | SimpleEntityExpression -SimpleEntityExpression ::= IdentificationVariable | InputParameter

\Doctrine\ORM\Query\AST\PathExpression

CollectionValuedPathExpression()

CollectionValuedPathExpression ::= IdentificationVariable "." {SingleValuedAssociationField "."}* CollectionValuedAssociationField

\Doctrine\ORM\Query\AST\ComparisonExpression

ComparisonExpression()

ComparisonExpression ::= ArithmeticExpression ComparisonOperator ( QuantifiedExpression | ArithmeticExpression )

string

ComparisonOperator()

ComparisonOperator ::= "=" | "=" | "!="

\Doctrine\ORM\Query\AST\ConditionalExpression

ConditionalExpression()

ConditionalExpression ::= ConditionalTerm {"OR" ConditionalTerm}

\Doctrine\ORM\Query\AST\ConditionalFactor

ConditionalFactor()

ConditionalFactor ::= ["NOT"] ConditionalPrimary

Doctrine\ORM\Query\AST\ConditionalPrimary

ConditionalPrimary()

ConditionalPrimary ::= SimpleConditionalExpression | "(" ConditionalExpression ")"

\Doctrine\ORM\Query\AST\ConditionalTerm

ConditionalTerm()

ConditionalTerm ::= ConditionalFactor {"AND" ConditionalFactor}

void

CustomFunctionsReturningDatetime()

void

CustomFunctionsReturningNumerics()

void

CustomFunctionsReturningStrings()

\Doctrine\ORM\Query\AST\DeleteClause

DeleteClause()

DeleteClause ::= "DELETE" ["FROM"] AbstractSchemaName ["AS"] AliasIdentificationVariable

\Doctrine\ORM\Query\AST\DeleteStatement

DeleteStatement()

DeleteStatement ::= DeleteClause [WhereClause]

\Doctrine\ORM\Query\AST\EmptyCollectionComparisonExpression

EmptyCollectionComparisonExpression()

EmptyCollectionComparisonExpression ::= CollectionValuedPathExpression "IS" ["NOT"] "EMPTY"

\Doctrine\ORM\Query\AST\SingleValuedAssociationPathExpression

EntityExpression()

EntityExpression ::= SingleValuedAssociationPathExpression | SimpleEntityExpression

\Doctrine\ORM\Query\AST\ExistsExpression

ExistsExpression()

ExistsExpression ::= ["NOT"] "EXISTS" "(" Subselect ")"

\Doctrine\ORM\Query\AST\FromClause

FromClause()

FromClause ::= "FROM" IdentificationVariableDeclaration {"," IdentificationVariableDeclaration}

void

FunctionDeclaration()

FunctionDeclaration ::= FunctionsReturningStrings | FunctionsReturningNumerics | FunctionsReturningDatetime

void

FunctionsReturningDatetime()

FunctionsReturningDateTime ::= "CURRENT_DATE" | "CURRENT_TIME" | "CURRENT_TIMESTAMP"

void

FunctionsReturningNumerics()

FunctionsReturningNumerics ::= -"LENGTH" "(" StringPrimary ")" | -"LOCATE" "(" StringPrimary "," StringPrimary ["," SimpleArithmeticExpression]")" | -"ABS" "(" SimpleArithmeticExpression ")" | -"SQRT" "(" SimpleArithmeticExpression ")" | -"MOD" "(" SimpleArithmeticExpression "," SimpleArithmeticExpression ")" | -"SIZE" "(" CollectionValuedPathExpression ")"

void

FunctionsReturningStrings()

FunctionsReturningStrings ::= -"CONCAT" "(" StringPrimary "," StringPrimary ")" | -"SUBSTRING" "(" StringPrimary "," SimpleArithmeticExpression "," SimpleArithmeticExpression ")" | -"TRIM" "(" [["LEADING" | "TRAILING" | "BOTH"] [char] "FROM"] StringPrimary ")" | -"LOWER" "(" StringPrimary ")" | -"UPPER" "(" StringPrimary ")"

\Doctrine\ORM\Query\AST\GroupByClause

GroupByClause()

GroupByClause ::= "GROUP" "BY" GroupByItem {"," GroupByItem}

string

GroupByItem()

GroupByItem ::= IdentificationVariable | SingleValuedPathExpression

\Doctrine\ORM\Query\AST\HavingClause

HavingClause()

HavingClause ::= "HAVING" ConditionalExpression

string

IdentificationVariable()

IdentificationVariable ::= identifier

\Doctrine\ORM\Query\AST\IdentificationVariableDeclaration

IdentificationVariableDeclaration()

IdentificationVariableDeclaration ::= RangeVariableDeclaration [IndexBy] {JoinVariableDeclaration}

\Doctrine\ORM\Query\AST\InExpression

InExpression()

InExpression ::= StateFieldPathExpression ["NOT"] "IN" "(" (InParameter {"," InParameter}* | Subselect) ")"

string

InParameter()

InParameter ::= Literal | InputParameter

Doctrine\ORM\Query\AST\IndexBy

IndexBy()

IndexBy ::= "INDEX" "BY" SimpleStateFieldPathExpression

\Doctrine\ORM\Query\AST\InputParameter

InputParameter()

InputParameter ::= PositionalParameter | NamedParameter

Doctrine\ORM\Query\AST\Join

Join()

Join ::= ["LEFT" ["OUTER"] | "INNER"] "JOIN" JoinAssociationPathExpression -["AS"] AliasIdentificationVariable ["WITH" ConditionalExpression]

\Doctrine\ORM\Query\AST\JoinAssociationPathExpression

JoinAssociationPathExpression()

JoinAssociationPathExpression ::= IdentificationVariable "." (CollectionValuedAssociationField | SingleValuedAssociationField)

\Doctrine\ORM\Query\AST\JoinVariableDeclaration

JoinVariableDeclaration()

JoinVariableDeclaration ::= Join [IndexBy]

\Doctrine\ORM\Query\AST\LikeExpression

LikeExpression()

LikeExpression ::= StringExpression ["NOT"] "LIKE" (string | input_parameter) ["ESCAPE" char]

string

Literal()

Literal ::= string | char | integer | float | boolean

void

NewValue()

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

\Doctrine\ORM\Query\AST\NullComparisonExpression

NullComparisonExpression()

NullComparisonExpression ::= (SingleValuedPathExpression | InputParameter) "IS" ["NOT"] "NULL"

\Doctrine\ORM\Query\AST\OrderByClause

OrderByClause()

OrderByClause ::= "ORDER" "BY" OrderByItem {"," OrderByItem}

\Doctrine\ORM\Query\AST\OrderByItem

OrderByItem()

OrderByItem ::= (ResultVariable | StateFieldPathExpression) ["ASC" | "DESC"]

array

PartialObjectExpression()

PartialObjectExpression ::= "PARTIAL" IdentificationVariable "." PartialFieldSet -PartialFieldSet ::= "{" SimpleStateField {"," SimpleStateField}* "}"

\Doctrine\ORM\Query\AST\PathExpression

PathExpression(integer expectedTypes)

Parses an arbitrary path expression and defers semantical validation -based on expected types. -

\Doctrine\ORM\Query\AST\QuantifiedExpression

QuantifiedExpression()

QuantifiedExpression ::= ("ALL" | "ANY" | "SOME") "(" Subselect ")"

\Doctrine\ORM\Query\AST\SelectStatement

QueryLanguage()

QueryLanguage ::= SelectStatement | UpdateStatement | DeleteStatement

Doctrine\ORM\Query\AST\RangeVariableDeclaration

RangeVariableDeclaration()

RangeVariableDeclaration ::= AbstractSchemaName ["AS"] AliasIdentificationVariable

string

ResultVariable()

ResultVariable ::= identifier

mixed

ScalarExpression()

ScalarExpression ::= SimpleArithmeticExpression | StringPrimary | DateTimePrimary | -StateFieldPathExpression | BooleanPrimary | CaseExpression | -EntityTypeExpression

\Doctrine\ORM\Query\AST\SelectClause

SelectClause()

SelectClause ::= "SELECT" ["DISTINCT"] SelectExpression {"," SelectExpression}

Doctrine\ORM\Query\AST\SelectExpression

SelectExpression()

SelectExpression ::= -IdentificationVariable | StateFieldPathExpression | -(AggregateExpression | "(" Subselect ")" | ScalarExpression) [["AS"] AliasResultVariable]

\Doctrine\ORM\Query\AST\SelectStatement

SelectStatement()

SelectStatement ::= SelectClause FromClause [WhereClause] [GroupByClause] [HavingClause] [OrderByClause]

\Doctrine\ORM\Query\AST\SimpleArithmeticExpression

SimpleArithmeticExpression()

SimpleArithmeticExpression ::= ArithmeticTerm {("+" | "-") ArithmeticTerm}

void

SimpleConditionalExpression()

SimpleConditionalExpression ::= -ComparisonExpression | BetweenExpression | LikeExpression | -InExpression | NullComparisonExpression | ExistsExpression | -EmptyCollectionComparisonExpression | CollectionMemberExpression

string

SimpleEntityExpression()

SimpleEntityExpression ::= IdentificationVariable | InputParameter

\Doctrine\ORM\Query\AST\SimpleSelectClause

SimpleSelectClause()

SimpleSelectClause ::= "SELECT" ["DISTINCT"] SimpleSelectExpression

\Doctrine\ORM\Query\AST\SimpleSelectExpression

SimpleSelectExpression()

SimpleSelectExpression ::= StateFieldPathExpression | IdentificationVariable | (AggregateExpression [["AS"] AliasResultVariable])

\Doctrine\ORM\Query\AST\PathExpression

SimpleStateFieldPathExpression()

SimpleStateFieldPathExpression ::= IdentificationVariable "." StateField

\Doctrine\ORM\Query\AST\PathExpression

SingleValuedAssociationPathExpression()

SingleValuedAssociationPathExpression ::= IdentificationVariable "." {SingleValuedAssociationField "."}* SingleValuedAssociationField

\Doctrine\ORM\Query\AST\PathExpression

SingleValuedPathExpression()

SingleValuedPathExpression ::= StateFieldPathExpression | SingleValuedAssociationPathExpression

\Doctrine\ORM\Query\AST\PathExpression

StateFieldPathExpression()

StateFieldPathExpression ::= SimpleStateFieldPathExpression | SimpleStateFieldAssociationPathExpression

\Doctrine\ORM\Query\AST\StringPrimary

StringExpression()

StringExpression ::= StringPrimary | "(" Subselect ")"

void

StringPrimary()

StringPrimary ::= StateFieldPathExpression | string | InputParameter | FunctionsReturningStrings | AggregateExpression

\Doctrine\ORM\Query\AST\Subselect

Subselect()

Subselect ::= SimpleSelectClause SubselectFromClause [WhereClause] [GroupByClause] [HavingClause] [OrderByClause]

\Doctrine\ORM\Query\AST\SubselectFromClause

SubselectFromClause()

SubselectFromClause ::= "FROM" SubselectIdentificationVariableDeclaration {"," SubselectIdentificationVariableDeclaration}

\Doctrine\ORM\Query\AST\SubselectIdentificationVariableDeclaration

SubselectIdentificationVariableDeclaration()

SubselectIdentificationVariableDeclaration ::= IdentificationVariableDeclaration | (AssociationPathExpression ["AS"] AliasIdentificationVariable)

\Doctrine\ORM\Query\AST\UpdateClause

UpdateClause()

UpdateClause ::= "UPDATE" AbstractSchemaName ["AS"] AliasIdentificationVariable "SET" UpdateItem {"," UpdateItem}

\Doctrine\ORM\Query\AST\UpdateItem

UpdateItem()

UpdateItem ::= IdentificationVariable "." {StateField | SingleValuedAssociationField} "=" NewValue

\Doctrine\ORM\Query\AST\UpdateStatement

UpdateStatement()

UpdateStatement ::= UpdateClause [WhereClause]

\Doctrine\ORM\Query\AST\WhereClause

WhereClause()

WhereClause ::= "WHERE" ConditionalExpression

void

addCustomTreeWalker(string className)

Adds a custom tree walker for modifying the AST.

void

free(boolean deep, integer position)

Free this parser enabling it to be reused

\Doctrine\ORM\Query\AST\SelectStatement

getAST()

Parse and build AST for the given Query.

EntityManager

getEntityManager()

Gets the EntityManager used by the parser.

Doctrine\ORM\Query\Lexer

getLexer()

Gets the lexer used by the parser.

Doctrine\ORM\Query\ParserResult

getParserResult()

Gets the ParserResult that is being filled with information during parsing.

void

match(int|string token)

Attempts to match the given token with the current lookahead token. -

ParserResult

parse()

Parses a query string.

void

semanticalError(string message, array token)

Generates a new semantical error.

void

setCustomOutputTreeWalker(string className)

Sets a custom tree walker that produces output. -

void

syntaxError(string expected, array token)

Generates a new syntax error.

- -

Constructor Detail

-
/Doctrine/ORM/Query/Parser.php at line 137
-

Parser

-public Parser(Query query) -
-

Creates a new query parser object.

-
Parameters:
-
query - The Query to parse.
-
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/Parser.php at line 816
-

AbstractSchemaName

-public string AbstractSchemaName() -
-

AbstractSchemaName ::= identifier

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2280
-

AggregateExpression

-public \Doctrine\ORM\Query\AST\AggregateExpression AggregateExpression() -
-

AggregateExpression ::= -("AVG" | "MAX" | "MIN" | "SUM") "(" ["DISTINCT"] StateFieldPathExpression ")" | -"COUNT" "(" ["DISTINCT"] (IdentificationVariable | SingleValuedPathExpression) ")"

- -
- -
/Doctrine/ORM/Query/Parser.php at line 795
-

AliasIdentificationVariable

-public string AliasIdentificationVariable() -
-

AliasIdentificationVariable = identifier

- -
- -
/Doctrine/ORM/Query/Parser.php at line 841
-

AliasResultVariable

-public string AliasResultVariable() -
-

AliasResultVariable ::= identifier

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2065
-

ArithmeticExpression

-public \Doctrine\ORM\Query\AST\ArithmeticExpression ArithmeticExpression() -
-

ArithmeticExpression ::= SimpleArithmeticExpression | "(" Subselect ")"

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2131
-

ArithmeticFactor

-public \Doctrine\ORM\Query\AST\ArithmeticFactor ArithmeticFactor() -
-

ArithmeticFactor ::= [("+" | "-")] ArithmeticPrimary

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2148
-

ArithmeticPrimary

-public void ArithmeticPrimary() -
-

ArithmeticPrimary ::= SingleValuedPathExpression | Literal | "(" SimpleArithmeticExpression ")" -| FunctionsReturningNumerics | AggregateExpression | FunctionsReturningStrings -| FunctionsReturningDatetime | IdentificationVariable

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2111
-

ArithmeticTerm

-public \Doctrine\ORM\Query\AST\ArithmeticTerm ArithmeticTerm() -
-

ArithmeticTerm ::= ArithmeticFactor {("*" | "/") ArithmeticFactor}

- -
- -
/Doctrine/ORM/Query/Parser.php at line 943
-

AssociationPathExpression

-public \Doctrine\ORM\Query\AST\PathExpression AssociationPathExpression() -
-

AssociationPathExpression ::= CollectionValuedPathExpression | SingleValuedAssociationPathExpression

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2354
-

BetweenExpression

-public \Doctrine\ORM\Query\AST\BetweenExpression BetweenExpression() -
-

BetweenExpression ::= ArithmeticExpression ["NOT"] "BETWEEN" ArithmeticExpression "AND" ArithmeticExpression

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1646
-

CaseExpression

-public void CaseExpression() -
-
- -
- -
/Doctrine/ORM/Query/Parser.php at line 1978
-

CollectionMemberExpression

-public \Doctrine\ORM\Query\AST\CollectionMemberExpression CollectionMemberExpression() -
-

CollectionMemberExpression ::= EntityExpression ["NOT"] "MEMBER" ["OF"] CollectionValuedPathExpression

EntityExpression ::= SingleValuedAssociationPathExpression | SimpleEntityExpression -SimpleEntityExpression ::= IdentificationVariable | InputParameter

- -
- -
/Doctrine/ORM/Query/Parser.php at line 989
-

CollectionValuedPathExpression

-public \Doctrine\ORM\Query\AST\PathExpression CollectionValuedPathExpression() -
-

CollectionValuedPathExpression ::= IdentificationVariable "." {SingleValuedAssociationField "."}* CollectionValuedAssociationField

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2380
-

ComparisonExpression

-public \Doctrine\ORM\Query\AST\ComparisonExpression ComparisonExpression() -
-

ComparisonExpression ::= ArithmeticExpression ComparisonOperator ( QuantifiedExpression | ArithmeticExpression )

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2526
-

ComparisonOperator

-public string ComparisonOperator() -
-

ComparisonOperator ::= "=" | "<" | "<=" | "<>" | ">" | ">=" | "!="

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1775
-

ConditionalExpression

-public \Doctrine\ORM\Query\AST\ConditionalExpression ConditionalExpression() -
-

ConditionalExpression ::= ConditionalTerm {"OR" ConditionalTerm}

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1811
-

ConditionalFactor

-public \Doctrine\ORM\Query\AST\ConditionalFactor ConditionalFactor() -
-

ConditionalFactor ::= ["NOT"] ConditionalPrimary

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1831
-

ConditionalPrimary

-public Doctrine\ORM\Query\AST\ConditionalPrimary ConditionalPrimary() -
-

ConditionalPrimary ::= SimpleConditionalExpression | "(" ConditionalExpression ")"

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1793
-

ConditionalTerm

-public \Doctrine\ORM\Query\AST\ConditionalTerm ConditionalTerm() -
-

ConditionalTerm ::= ConditionalFactor {"AND" ConditionalFactor}

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2643
-

CustomFunctionsReturningDatetime

-public void CustomFunctionsReturningDatetime() -
-
- -
- -
/Doctrine/ORM/Query/Parser.php at line 2620
-

CustomFunctionsReturningNumerics

-public void CustomFunctionsReturningNumerics() -
-
- -
- -
/Doctrine/ORM/Query/Parser.php at line 2671
-

CustomFunctionsReturningStrings

-public void CustomFunctionsReturningStrings() -
-
- -
- -
/Doctrine/ORM/Query/Parser.php at line 1111
-

DeleteClause

-public \Doctrine\ORM\Query\AST\DeleteClause DeleteClause() -
-

DeleteClause ::= "DELETE" ["FROM"] AbstractSchemaName ["AS"] AliasIdentificationVariable

- -
- -
/Doctrine/ORM/Query/Parser.php at line 761
-

DeleteStatement

-public \Doctrine\ORM\Query\AST\DeleteStatement DeleteStatement() -
-

DeleteStatement ::= DeleteClause [WhereClause]

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1953
-

EmptyCollectionComparisonExpression

-public \Doctrine\ORM\Query\AST\EmptyCollectionComparisonExpression EmptyCollectionComparisonExpression() -
-

EmptyCollectionComparisonExpression ::= CollectionValuedPathExpression "IS" ["NOT"] "EMPTY"

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2248
-

EntityExpression

-public \Doctrine\ORM\Query\AST\SingleValuedAssociationPathExpression EntityExpression() -
-

EntityExpression ::= SingleValuedAssociationPathExpression | SimpleEntityExpression

-
Returns:
-
| \Doctrine\ORM\Query\AST\SimpleEntityExpression
-
-
- -
- -
/Doctrine/ORM/Query/Parser.php at line 2503
-

ExistsExpression

-public \Doctrine\ORM\Query\AST\ExistsExpression ExistsExpression() -
-

ExistsExpression ::= ["NOT"] "EXISTS" "(" Subselect ")"

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1150
-

FromClause

-public \Doctrine\ORM\Query\AST\FromClause FromClause() -
-

FromClause ::= "FROM" IdentificationVariableDeclaration {"," IdentificationVariableDeclaration}

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2573
-

FunctionDeclaration

-public void FunctionDeclaration() -
-

FunctionDeclaration ::= FunctionsReturningStrings | FunctionsReturningNumerics | FunctionsReturningDatetime

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2633
-

FunctionsReturningDatetime

-public void FunctionsReturningDatetime() -
-

FunctionsReturningDateTime ::= "CURRENT_DATE" | "CURRENT_TIME" | "CURRENT_TIMESTAMP"

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2610
-

FunctionsReturningNumerics

-public void FunctionsReturningNumerics() -
-

FunctionsReturningNumerics ::= -"LENGTH" "(" StringPrimary ")" | -"LOCATE" "(" StringPrimary "," StringPrimary ["," SimpleArithmeticExpression]")" | -"ABS" "(" SimpleArithmeticExpression ")" | -"SQRT" "(" SimpleArithmeticExpression ")" | -"MOD" "(" SimpleArithmeticExpression "," SimpleArithmeticExpression ")" | -"SIZE" "(" CollectionValuedPathExpression ")"

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2661
-

FunctionsReturningStrings

-public void FunctionsReturningStrings() -
-

FunctionsReturningStrings ::= -"CONCAT" "(" StringPrimary "," StringPrimary ")" | -"SUBSTRING" "(" StringPrimary "," SimpleArithmeticExpression "," SimpleArithmeticExpression ")" | -"TRIM" "(" [["LEADING" | "TRAILING" | "BOTH"] [char] "FROM"] StringPrimary ")" | -"LOWER" "(" StringPrimary ")" | -"UPPER" "(" StringPrimary ")"

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1212
-

GroupByClause

-public \Doctrine\ORM\Query\AST\GroupByClause GroupByClause() -
-

GroupByClause ::= "GROUP" "BY" GroupByItem {"," GroupByItem}

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1316
-

GroupByItem

-public string GroupByItem() -
-

GroupByItem ::= IdentificationVariable | SingleValuedPathExpression

-
Returns:
-
| \Doctrine\ORM\Query\AST\PathExpression
-
-
- -
- -
/Doctrine/ORM/Query/Parser.php at line 1200
-

HavingClause

-public \Doctrine\ORM\Query\AST\HavingClause HavingClause() -
-

HavingClause ::= "HAVING" ConditionalExpression

- -
- -
/Doctrine/ORM/Query/Parser.php at line 775
-

IdentificationVariable

-public string IdentificationVariable() -
-

IdentificationVariable ::= identifier

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1395
-

IdentificationVariableDeclaration

-public \Doctrine\ORM\Query\AST\IdentificationVariableDeclaration IdentificationVariableDeclaration() -
-

IdentificationVariableDeclaration ::= RangeVariableDeclaration [IndexBy] {JoinVariableDeclaration}

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2401
-

InExpression

-public \Doctrine\ORM\Query\AST\InExpression InExpression() -
-

InExpression ::= StateFieldPathExpression ["NOT"] "IN" "(" (InParameter {"," InParameter}* | Subselect) ")"

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2039
-

InParameter

-public string InParameter() -
-

InParameter ::= Literal | InputParameter

-
Returns:
-
| \Doctrine\ORM\Query\AST\InputParameter
-
-
- -
- -
/Doctrine/ORM/Query/Parser.php at line 1594
-

IndexBy

-public Doctrine\ORM\Query\AST\IndexBy IndexBy() -
-

IndexBy ::= "INDEX" "BY" SimpleStateFieldPathExpression

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2053
-

InputParameter

-public \Doctrine\ORM\Query\AST\InputParameter InputParameter() -
-

InputParameter ::= PositionalParameter | NamedParameter

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1524
-

Join

-public Doctrine\ORM\Query\AST\Join Join() -
-

Join ::= ["LEFT" ["OUTER"] | "INNER"] "JOIN" JoinAssociationPathExpression -["AS"] AliasIdentificationVariable ["WITH" ConditionalExpression]

- -
- -
/Doctrine/ORM/Query/Parser.php at line 883
-

JoinAssociationPathExpression

-public \Doctrine\ORM\Query\AST\JoinAssociationPathExpression JoinAssociationPathExpression() -
-

JoinAssociationPathExpression ::= IdentificationVariable "." (CollectionValuedAssociationField | SingleValuedAssociationField)

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1441
-

JoinVariableDeclaration

-public \Doctrine\ORM\Query\AST\JoinVariableDeclaration JoinVariableDeclaration() -
-

JoinVariableDeclaration ::= Join [IndexBy]

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2437
-

LikeExpression

-public \Doctrine\ORM\Query\AST\LikeExpression LikeExpression() -
-

LikeExpression ::= StringExpression ["NOT"] "LIKE" (string | input_parameter) ["ESCAPE" char]

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2008
-

Literal

-public string Literal() -
-

Literal ::= string | char | integer | float | boolean

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1377
-

NewValue

-public void NewValue() -
-

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

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2476
-

NullComparisonExpression

-public \Doctrine\ORM\Query\AST\NullComparisonExpression NullComparisonExpression() -
-

NullComparisonExpression ::= (SingleValuedPathExpression | InputParameter) "IS" ["NOT"] "NULL"

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1232
-

OrderByClause

-public \Doctrine\ORM\Query\AST\OrderByClause OrderByClause() -
-

OrderByClause ::= "ORDER" "BY" OrderByItem {"," OrderByItem}

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1339
-

OrderByItem

-public \Doctrine\ORM\Query\AST\OrderByItem OrderByItem() -
-

OrderByItem ::= (ResultVariable | StateFieldPathExpression) ["ASC" | "DESC"]

-
Todo:
-
Post 2.0 release. Support general SingleValuedPathExpression instead of only StateFieldPathExpression.
-
-
- -
- -
/Doctrine/ORM/Query/Parser.php at line 1487
-

PartialObjectExpression

-public array PartialObjectExpression() -
-

PartialObjectExpression ::= "PARTIAL" IdentificationVariable "." PartialFieldSet -PartialFieldSet ::= "{" SimpleStateField {"," SimpleStateField}* "}"

- -
- -
/Doctrine/ORM/Query/Parser.php at line 912
-

PathExpression

-public \Doctrine\ORM\Query\AST\PathExpression PathExpression(integer expectedTypes) -
-

Parses an arbitrary path expression and defers semantical validation -based on expected types.

PathExpression ::= IdentificationVariable {"." identifier}* "." identifier

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2324
-

QuantifiedExpression

-public \Doctrine\ORM\Query\AST\QuantifiedExpression QuantifiedExpression() -
-

QuantifiedExpression ::= ("ALL" | "ANY" | "SOME") "(" Subselect ")"

- -
- -
/Doctrine/ORM/Query/Parser.php at line 691
-

QueryLanguage

-public \Doctrine\ORM\Query\AST\SelectStatement QueryLanguage() -
-

QueryLanguage ::= SelectStatement | UpdateStatement | DeleteStatement

-
Returns:
-
| \Doctrine\ORM\Query\AST\UpdateStatement | \Doctrine\ORM\Query\AST\DeleteStatement
-
-
- -
- -
/Doctrine/ORM/Query/Parser.php at line 1455
-

RangeVariableDeclaration

-public Doctrine\ORM\Query\AST\RangeVariableDeclaration RangeVariableDeclaration() -
-

RangeVariableDeclaration ::= AbstractSchemaName ["AS"] AliasIdentificationVariable

- -
- -
/Doctrine/ORM/Query/Parser.php at line 862
-

ResultVariable

-public string ResultVariable() -
-

ResultVariable ::= identifier

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1614
-

ScalarExpression

-public mixed ScalarExpression() -
-

ScalarExpression ::= SimpleArithmeticExpression | StringPrimary | DateTimePrimary | -StateFieldPathExpression | BooleanPrimary | CaseExpression | -EntityTypeExpression

-
Returns:
-
One of the possible expressions or subexpressions.
-
-
- -
- -
/Doctrine/ORM/Query/Parser.php at line 1019
-

SelectClause

-public \Doctrine\ORM\Query\AST\SelectClause SelectClause() -
-

SelectClause ::= "SELECT" ["DISTINCT"] SelectExpression {"," SelectExpression}

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1662
-

SelectExpression

-public Doctrine\ORM\Query\AST\SelectExpression SelectExpression() -
-

SelectExpression ::= -IdentificationVariable | StateFieldPathExpression | -(AggregateExpression | "(" Subselect ")" | ScalarExpression) [["AS"] AliasResultVariable]

- -
- -
/Doctrine/ORM/Query/Parser.php at line 723
-

SelectStatement

-public \Doctrine\ORM\Query\AST\SelectStatement SelectStatement() -
-

SelectStatement ::= SelectClause FromClause [WhereClause] [GroupByClause] [HavingClause] [OrderByClause]

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2091
-

SimpleArithmeticExpression

-public \Doctrine\ORM\Query\AST\SimpleArithmeticExpression SimpleArithmeticExpression() -
-

SimpleArithmeticExpression ::= ArithmeticTerm {("+" | "-") ArithmeticTerm}

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1865
-

SimpleConditionalExpression

-public void SimpleConditionalExpression() -
-

SimpleConditionalExpression ::= -ComparisonExpression | BetweenExpression | LikeExpression | -InExpression | NullComparisonExpression | ExistsExpression | -EmptyCollectionComparisonExpression | CollectionMemberExpression

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2264
-

SimpleEntityExpression

-public string SimpleEntityExpression() -
-

SimpleEntityExpression ::= IdentificationVariable | InputParameter

-
Returns:
-
| \Doctrine\ORM\Query\AST\InputParameter
-
-
- -
- -
/Doctrine/ORM/Query/Parser.php at line 1047
-

SimpleSelectClause

-public \Doctrine\ORM\Query\AST\SimpleSelectClause SimpleSelectClause() -
-

SimpleSelectClause ::= "SELECT" ["DISTINCT"] SimpleSelectExpression

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1733
-

SimpleSelectExpression

-public \Doctrine\ORM\Query\AST\SimpleSelectExpression SimpleSelectExpression() -
-

SimpleSelectExpression ::= StateFieldPathExpression | IdentificationVariable | (AggregateExpression [["AS"] AliasResultVariable])

- -
- -
/Doctrine/ORM/Query/Parser.php at line 999
-

SimpleStateFieldPathExpression

-public \Doctrine\ORM\Query\AST\PathExpression SimpleStateFieldPathExpression() -
-

SimpleStateFieldPathExpression ::= IdentificationVariable "." StateField

- -
- -
/Doctrine/ORM/Query/Parser.php at line 979
-

SingleValuedAssociationPathExpression

-public \Doctrine\ORM\Query\AST\PathExpression SingleValuedAssociationPathExpression() -
-

SingleValuedAssociationPathExpression ::= IdentificationVariable "." {SingleValuedAssociationField "."}* SingleValuedAssociationField

- -
- -
/Doctrine/ORM/Query/Parser.php at line 956
-

SingleValuedPathExpression

-public \Doctrine\ORM\Query\AST\PathExpression SingleValuedPathExpression() -
-

SingleValuedPathExpression ::= StateFieldPathExpression | SingleValuedAssociationPathExpression

- -
- -
/Doctrine/ORM/Query/Parser.php at line 969
-

StateFieldPathExpression

-public \Doctrine\ORM\Query\AST\PathExpression StateFieldPathExpression() -
-

StateFieldPathExpression ::= SimpleStateFieldPathExpression | SimpleStateFieldAssociationPathExpression

- -
- -
/Doctrine/ORM/Query/Parser.php at line 2197
-

StringExpression

-public \Doctrine\ORM\Query\AST\StringPrimary StringExpression() -
-

StringExpression ::= StringPrimary | "(" Subselect ")"

-
Returns:
-
| \Doctrine]ORM\Query\AST\Subselect
-
-
- -
- -
/Doctrine/ORM/Query/Parser.php at line 2217
-

StringPrimary

-public void StringPrimary() -
-

StringPrimary ::= StateFieldPathExpression | string | InputParameter | FunctionsReturningStrings | AggregateExpression

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1253
-

Subselect

-public \Doctrine\ORM\Query\AST\Subselect Subselect() -
-

Subselect ::= SimpleSelectClause SubselectFromClause [WhereClause] [GroupByClause] [HavingClause] [OrderByClause]

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1169
-

SubselectFromClause

-public \Doctrine\ORM\Query\AST\SubselectFromClause SubselectFromClause() -
-

SubselectFromClause ::= "FROM" SubselectIdentificationVariableDeclaration {"," SubselectIdentificationVariableDeclaration}

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1420
-

SubselectIdentificationVariableDeclaration

-public \Doctrine\ORM\Query\AST\SubselectIdentificationVariableDeclaration SubselectIdentificationVariableDeclaration() -
-

SubselectIdentificationVariableDeclaration ::= IdentificationVariableDeclaration | (AssociationPathExpression ["AS"] AliasIdentificationVariable)

-
Returns:
-
| \Doctrine\ORM\Query\AST\IdentificationVariableDeclaration
-
-
- -
- -
/Doctrine/ORM/Query/Parser.php at line 1065
-

UpdateClause

-public \Doctrine\ORM\Query\AST\UpdateClause UpdateClause() -
-

UpdateClause ::= "UPDATE" AbstractSchemaName ["AS"] AliasIdentificationVariable "SET" UpdateItem {"," UpdateItem}

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1283
-

UpdateItem

-public \Doctrine\ORM\Query\AST\UpdateItem UpdateItem() -
-

UpdateItem ::= IdentificationVariable "." {StateField | SingleValuedAssociationField} "=" NewValue

- -
- -
/Doctrine/ORM/Query/Parser.php at line 747
-

UpdateStatement

-public \Doctrine\ORM\Query\AST\UpdateStatement UpdateStatement() -
-

UpdateStatement ::= UpdateClause [WhereClause]

- -
- -
/Doctrine/ORM/Query/Parser.php at line 1188
-

WhereClause

-public \Doctrine\ORM\Query\AST\WhereClause WhereClause() -
-

WhereClause ::= "WHERE" ConditionalExpression

- -
- -
/Doctrine/ORM/Query/Parser.php at line 161
-

addCustomTreeWalker

-public void addCustomTreeWalker(string className) -
-

Adds a custom tree walker for modifying the AST.

- -
- -
/Doctrine/ORM/Query/Parser.php at line 249
-

free

-public void free(boolean deep, integer position) -
-

Free this parser enabling it to be reused

-
Parameters:
-
deep - Whether to clean peek and reset errors
-
position - Position to reset
-
-
- -
- -
/Doctrine/ORM/Query/Parser.php at line 203
-

getAST

-public \Doctrine\ORM\Query\AST\SelectStatement getAST() -
-

Parse and build AST for the given Query.

-
Returns:
-
| \Doctrine\ORM\Query\AST\UpdateStatement | \Doctrine\ORM\Query\AST\DeleteStatement
-
-
- -
- -
/Doctrine/ORM/Query/Parser.php at line 191
-

getEntityManager

-public EntityManager getEntityManager() -
-

Gets the EntityManager used by the parser.

- -
- -
/Doctrine/ORM/Query/Parser.php at line 171
-

getLexer

-public Doctrine\ORM\Query\Lexer getLexer() -
-

Gets the lexer used by the parser.

- -
- -
/Doctrine/ORM/Query/Parser.php at line 181
-

getParserResult

-public Doctrine\ORM\Query\ParserResult getParserResult() -
-

Gets the ParserResult that is being filled with information during parsing.

- -
- -
/Doctrine/ORM/Query/Parser.php at line 234
-

match

-public void match(int|string token) -
-

Attempts to match the given token with the current lookahead token.

If they match, updates the lookahead token; otherwise raises a syntax -error.

-
Parameters:
-
token - type or value
-
Throws:
-
If the tokens dont match.
-
-
- -
- -
/Doctrine/ORM/Query/Parser.php at line 268
-

parse

-public ParserResult parse() -
-

Parses a query string.

- -
- -
/Doctrine/ORM/Query/Parser.php at line 353
-

semanticalError

-public void semanticalError(string message, array token) -
-

Generates a new semantical error.

-
Parameters:
-
message - Optional message.
-
token - Optional token.
-
Throws:
-
\Doctrine\ORM\Query\QueryException
-
-
- -
- -
/Doctrine/ORM/Query/Parser.php at line 151
-

setCustomOutputTreeWalker

-public void setCustomOutputTreeWalker(string className) -
-

Sets a custom tree walker that produces output. -This tree walker will be run last over the AST, after any other walkers.

- -
- -
/Doctrine/ORM/Query/Parser.php at line 321
-

syntaxError

-public void syntaxError(string expected, array token) -
-

Generates a new syntax error.

-
Parameters:
-
expected - Expected string.
-
token - Got token.
-
Throws:
-
\Doctrine\ORM\Query\QueryException
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/parserresult.html b/lib/api/doctrine/orm/query/parserresult.html deleted file mode 100644 index aa6112a77..000000000 --- a/lib/api/doctrine/orm/query/parserresult.html +++ /dev/null @@ -1,218 +0,0 @@ - - - - - - - - - - - -ParserResult (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\ParserResult
-
/Doctrine/ORM/Query/ParserResult.php at line 36
- -

Class ParserResult

- -
ParserResult
- -
- -

public class ParserResult

- -

Encapsulates the resulting components from a DQL query parsing process that -can be serialized.

- -
-
Author:
-
Guilherme Blanco
-
Janne Vanhala
-
Author Roman:
-
Borschel
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
http://www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
-
- - - - - - -
Constructor Summary

ParserResult()

Initializes a new instance of the ParserResult class. -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

addParameterMapping(string|integer dqlPosition, integer sqlPosition)

Adds a DQL to SQL parameter mapping.

array

getParameterMappings()

Gets all DQL to SQL parameter mappings.

ResultSetMapping

getResultSetMapping()

Gets the ResultSetMapping for the parsed query.

\Doctrine\ORM\Query\Exec\AbstractSqlExecutor

getSqlExecutor()

Gets the SQL executor used by this ParserResult.

array

getSqlParameterPositions(string|integer dqlPosition)

Gets the SQL parameter positions for a DQL parameter name/position.

void

setResultSetMapping(ResultSetMapping rsm)

Sets the ResultSetMapping of the parsed query.

void

setSqlExecutor(\Doctrine\ORM\Query\Exec\AbstractSqlExecutor executor)

Sets the SQL executor that should be used for this ParserResult.

- -

Constructor Detail

-
/Doctrine/ORM/Query/ParserResult.php at line 63
-

ParserResult

-public ParserResult() -
-

Initializes a new instance of the ParserResult class. -The new instance is initialized with an empty ResultSetMapping.

- -
- -

Method Detail

-
/Doctrine/ORM/Query/ParserResult.php at line 116
-

addParameterMapping

-public void addParameterMapping(string|integer dqlPosition, integer sqlPosition) -
-

Adds a DQL to SQL parameter mapping. One DQL parameter name/position can map to -several SQL parameter positions.

- -
- -
/Doctrine/ORM/Query/ParserResult.php at line 126
-

getParameterMappings

-public array getParameterMappings() -
-

Gets all DQL to SQL parameter mappings.

-
Returns:
-
The parameter mappings.
-
-
- -
- -
/Doctrine/ORM/Query/ParserResult.php at line 74
-

getResultSetMapping

-public ResultSetMapping getResultSetMapping() -
-

Gets the ResultSetMapping for the parsed query.

-
Returns:
-
The result set mapping of the parsed query or NULL if the query is not a SELECT query.
-
-
- -
- -
/Doctrine/ORM/Query/ParserResult.php at line 104
-

getSqlExecutor

-public \Doctrine\ORM\Query\Exec\AbstractSqlExecutor getSqlExecutor() -
-

Gets the SQL executor used by this ParserResult.

- -
- -
/Doctrine/ORM/Query/ParserResult.php at line 137
-

getSqlParameterPositions

-public array getSqlParameterPositions(string|integer dqlPosition) -
-

Gets the SQL parameter positions for a DQL parameter name/position.

-
Parameters:
-
dqlPosition - The name or position of the DQL parameter.
-
Returns:
-
The positions of the corresponding SQL parameters.
-
-
- -
- -
/Doctrine/ORM/Query/ParserResult.php at line 84
-

setResultSetMapping

-public void setResultSetMapping(ResultSetMapping rsm) -
-

Sets the ResultSetMapping of the parsed query.

- -
- -
/Doctrine/ORM/Query/ParserResult.php at line 94
-

setSqlExecutor

-public void setSqlExecutor(\Doctrine\ORM\Query\Exec\AbstractSqlExecutor executor) -
-

Sets the SQL executor that should be used for this ParserResult.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/printer.html b/lib/api/doctrine/orm/query/printer.html deleted file mode 100644 index e97801781..000000000 --- a/lib/api/doctrine/orm/query/printer.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - - - - - - -Printer (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\Printer
-
/Doctrine/ORM/Query/Printer.php at line 33
- -

Class Printer

- -
Printer
- -
- -

public class Printer

- -

A parse tree printer for Doctrine Query Language parser.

- -
-
Author:
-
Janne Vanhala
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
http://www.phpdoctrine.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
-
- - - - - - - - - - - -
Field Summary
protected int

$_indent

Current indentation level

protected bool

$_silent

Defines whether parse tree is printed (default, false) or not (true).

- - - - - - -
Constructor Summary

Printer(bool silent)

Constructs a new parse tree printer.

- - - - - - - - - - - - - - - -
Method Summary
void

endProduction()

Decreases indentation level by one and prints a closing parenthesis. -

void

println(string str)

Prints text indented with spaces depending on current indentation level.

void

startProduction(string name)

Prints an opening parenthesis followed by production name and increases -indentation level by one. -

- -

Field Detail

-
/Doctrine/ORM/Query/Printer.php at line 40
-

_indent

-protected int $_indent -
-

Current indentation level

- -
- -
/Doctrine/ORM/Query/Printer.php at line 47
-

_silent

-protected bool $_silent -
-

Defines whether parse tree is printed (default, false) or not (true).

- -
- -

Constructor Detail

-
/Doctrine/ORM/Query/Printer.php at line 54
-

Printer

-public Printer(bool silent) -
-

Constructs a new parse tree printer.

-
Parameters:
-
silent - Parse tree will not be printed if true.
-
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/Printer.php at line 78
-

endProduction

-public void endProduction() -
-

Decreases indentation level by one and prints a closing parenthesis.

This method is called after executing a production.

- -
- -
/Doctrine/ORM/Query/Printer.php at line 89
-

println

-public void println(string str) -
-

Prints text indented with spaces depending on current indentation level.

-
Parameters:
-
str - text
-
-
- -
- -
/Doctrine/ORM/Query/Printer.php at line 67
-

startProduction

-public void startProduction(string name) -
-

Prints an opening parenthesis followed by production name and increases -indentation level by one.

This method is called before executing a production.

-
Parameters:
-
name - production name
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/queryexception.html b/lib/api/doctrine/orm/query/queryexception.html deleted file mode 100644 index d19dafc97..000000000 --- a/lib/api/doctrine/orm/query/queryexception.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - - - - - - -QueryException (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\QueryException
-
/Doctrine/ORM/Query/QueryException.php at line 38
- -

Class QueryException

- -
Class:QueryException - Superclass: Doctrine
-Doctrine
⌊ QueryException
- -
- -

public class QueryException
extends Doctrine - -

- -

Description of QueryException

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision: 3938 $
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
Benjamin Eberlei
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
static void

associationPathCompositeKeyNotSupported()

static void

associationPathInverseSideNotSupported()

static void

invalidLiteral(mixed literal)

static void

invalidParameterFormat(mixed value)

static void

invalidParameterNumber()

static void

invalidParameterPosition(mixed pos)

static void

invalidPathExpression(mixed pathExpr)

static void

iterateWithFetchJoinCollectionNotAllowed(Doctrine\ORM\Mapping\AssociationMapping assoc)

static void

iterateWithFetchJoinNotAllowed(mixed assoc)

static void

overwritingJoinConditionsNotYetSupported(mixed assoc)

static void

partialObjectsAreDangerous()

static void

semanticalError(mixed message)

static void

syntaxError(mixed message)

static void

unknownParameter(mixed key)

- -

Method Detail

-
/Doctrine/ORM/Query/QueryException.php at line 126
-

associationPathCompositeKeyNotSupported

-public static void associationPathCompositeKeyNotSupported() -
-
- -
- -
/Doctrine/ORM/Query/QueryException.php at line 111
-

associationPathInverseSideNotSupported

-public static void associationPathInverseSideNotSupported() -
-
- -
- -
/Doctrine/ORM/Query/QueryException.php at line 78
-

invalidLiteral

-public static void invalidLiteral(mixed literal) -
-
- -
- -
/Doctrine/ORM/Query/QueryException.php at line 60
-

invalidParameterFormat

-public static void invalidParameterFormat(mixed value) -
-
- -
- -
/Doctrine/ORM/Query/QueryException.php at line 55
-

invalidParameterNumber

-public static void invalidParameterNumber() -
-
- -
- -
/Doctrine/ORM/Query/QueryException.php at line 50
-

invalidParameterPosition

-public static void invalidParameterPosition(mixed pos) -
-
- -
- -
/Doctrine/ORM/Query/QueryException.php at line 70
-

invalidPathExpression

-public static void invalidPathExpression(mixed pathExpr) -
-
- -
- -
/Doctrine/ORM/Query/QueryException.php at line 85
-

iterateWithFetchJoinCollectionNotAllowed

-public static void iterateWithFetchJoinCollectionNotAllowed(Doctrine\ORM\Mapping\AssociationMapping assoc) -
-

- -
- -
/Doctrine/ORM/Query/QueryException.php at line 119
-

iterateWithFetchJoinNotAllowed

-public static void iterateWithFetchJoinNotAllowed(mixed assoc) -
-
- -
- -
/Doctrine/ORM/Query/QueryException.php at line 102
-

overwritingJoinConditionsNotYetSupported

-public static void overwritingJoinConditionsNotYetSupported(mixed assoc) -
-
- -
- -
/Doctrine/ORM/Query/QueryException.php at line 93
-

partialObjectsAreDangerous

-public static void partialObjectsAreDangerous() -
-
- -
- -
/Doctrine/ORM/Query/QueryException.php at line 45
-

semanticalError

-public static void semanticalError(mixed message) -
-
- -
- -
/Doctrine/ORM/Query/QueryException.php at line 40
-

syntaxError

-public static void syntaxError(mixed message) -
-
- -
- -
/Doctrine/ORM/Query/QueryException.php at line 65
-

unknownParameter

-public static void unknownParameter(mixed key) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/resultsetmapping.html b/lib/api/doctrine/orm/query/resultsetmapping.html deleted file mode 100644 index ac5e76f2c..000000000 --- a/lib/api/doctrine/orm/query/resultsetmapping.html +++ /dev/null @@ -1,607 +0,0 @@ - - - - - - - - - - - -ResultSetMapping (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\ResultSetMapping
-
/Doctrine/ORM/Query/ResultSetMapping.php at line 38
- -

Class ResultSetMapping

- -
ResultSetMapping
- -
- -

public class ResultSetMapping

- -

A ResultSetMapping describes how a result set of an SQL query maps to a Doctrine result.

IMPORTANT NOTE: -The properties of this class are only public for fast internal READ access and to (drastically) -reduce the size of serialized instances for more effective caching due to better (un-)serialization -performance.

Users should use the public methods.

- -
-
Author:
-
Roman Borschel
-
Since:
-
2.0
-
Todo:
-
Think about whether the number of lookup maps can be reduced.
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
array

$aliasMap

Maps alias names to class names.

array

$columnOwnerMap

Maps column names in the result set to the alias they belong to.

array

$declaringClasses

Map from column names to class names that declare the field the column is mapped to.

array

$discriminatorColumns

List of columns in the result set that are used as discriminator columns.

array

$fieldMappings

Maps column names in the result set to field names for each class.

array

$indexByMap

Maps alias names to field names that should be used for indexing.

boolean

$isMixed

Whether the result is mixed (contains scalar values together with field values).

array

$metaMappings

Maps column names of meta columns (foreign keys, discriminator columns, ...) to field names.

array

$parentAliasMap

Maps alias names to parent alias names.

array

$relationMap

Maps alias names to related association field names.

array

$scalarMappings

Maps column names in the result set to the alias/field name to use in the mapped result.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

addEntityResult(string class, string alias)

Adds an entity result to this ResultSetMapping.

void

addFieldResult(string alias, string columnName, string fieldName, string declaringClass)

Adds a field to the result that belongs to an entity or joined entity.

void

addIndexBy(string alias, string fieldName)

Sets a field to use for indexing an entity result or joined entity result.

void

addJoinedEntityResult(string class, string alias, string parentAlias, object relation)

Adds a joined entity result.

void

addMetaResult(mixed alias, mixed columnName, mixed fieldName, $fieldName )

Adds a meta column (foreign key or discriminator column) to the result set.

void

addScalarResult(string columnName, string alias)

Adds a scalar result mapping.

array

getAliasMap()

string

getClassName(string alias)

Gets the name of the class of an entity result or joined entity result, -identified by the given unique alias.

string

getDeclaringClass(string columnName)

Gets the name of the class that owns a field mapping for the specified column.

string

getEntityAlias(string columnName)

Gets the alias of the class that owns a field mapping for the specified column.

integer

getEntityResultCount()

Gets the number of different entities that appear in the mapped result.

string

getFieldName(string columnName)

Gets the field name for a column name.

string

getParentAlias(string alias)

Gets the parent alias of the given alias.

AssociationMapping

getRelation(string alias)

string

getScalarAlias(string columnName)

Gets the field alias for a column that is mapped as a scalar value.

boolean

hasIndexBy(string alias)

Checks whether an entity result or joined entity result with a given alias has -a field set for indexing.

boolean

hasParentAlias(string alias)

Checks whether the given alias has a parent alias.

boolean

isFieldResult(string columnName)

Checks whether the column with the given name is mapped as a field result -as part of an entity result or joined entity result.

boolean

isMixedResult()

Checks whether this ResultSetMapping defines a mixed result. -

boolean

isRelation(string alias)

boolean

isScalarResult(mixed columnName, string columName)

Checks whether a column with a given name is mapped as a scalar result.

void

setDiscriminatorColumn(string alias, string discrColumn)

Sets a discriminator column for an entity result or joined entity result. -

- -

Field Detail

-
/Doctrine/ORM/Query/ResultSetMapping.php at line 53
-

aliasMap

-public array $aliasMap = array() -
-

Maps alias names to class names.

-
Ignore.
-
-
- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 95
-

columnOwnerMap

-public array $columnOwnerMap = array() -
-

Maps column names in the result set to the alias they belong to.

-
Ignore.
-
-
- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 116
-

declaringClasses

-public array $declaringClasses = array() -
-

Map from column names to class names that declare the field the column is mapped to.

-
Ignore.
-
-
- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 102
-

discriminatorColumns

-public array $discriminatorColumns = array() -
-

List of columns in the result set that are used as discriminator columns.

-
Ignore.
-
-
- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 74
-

fieldMappings

-public array $fieldMappings = array() -
-

Maps column names in the result set to field names for each class.

-
Ignore.
-
-
- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 109
-

indexByMap

-public array $indexByMap = array() -
-

Maps alias names to field names that should be used for indexing.

-
Ignore.
-
-
- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 46
-

isMixed

-public boolean $isMixed = false -
-

Whether the result is mixed (contains scalar values together with field values).

-
Ignore.
-
-
- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 88
-

metaMappings

-public array $metaMappings = array() -
-

Maps column names of meta columns (foreign keys, discriminator columns, ...) to field names.

-
Ignore.
-
-
- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 67
-

parentAliasMap

-public array $parentAliasMap = array() -
-

Maps alias names to parent alias names.

-
Ignore.
-
-
- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 60
-

relationMap

-public array $relationMap = array() -
-

Maps alias names to related association field names.

-
Ignore.
-
-
- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 81
-

scalarMappings

-public array $scalarMappings = array() -
-

Maps column names in the result set to the alias/field name to use in the mapped result.

-
Ignore.
-
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/ResultSetMapping.php at line 126
-

addEntityResult

-public void addEntityResult(string class, string alias) -
-

Adds an entity result to this ResultSetMapping.

-
Parameters:
-
class - The class name of the entity.
-
alias - The alias for the class. The alias must be unique among all entity results or joined entity results within this ResultSetMapping.
-
Todo:
-
Rename: addRootEntity
-
-
- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 197
-

addFieldResult

-public void addFieldResult(string alias, string columnName, string fieldName, string declaringClass) -
-

Adds a field to the result that belongs to an entity or joined entity.

-
Parameters:
-
alias - The alias of the root entity or joined entity to which the field belongs.
-
columnName - The name of the column in the SQL result set.
-
fieldName - The name of the field on the declaring class.
-
declaringClass - The name of the class that declares/owns the specified field. When $alias refers to a superclass in a mapped hierarchy but the field $fieldName is defined on a subclass, specify that here. If not specified, the field is assumed to belong to the class designated by $alias.
-
Todo:
-
Rename: addField
-
-
- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 153
-

addIndexBy

-public void addIndexBy(string alias, string fieldName) -
-

Sets a field to use for indexing an entity result or joined entity result.

-
Parameters:
-
alias - The alias of an entity result or joined entity result.
-
fieldName - The name of the field to use for indexing.
-
-
- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 219
-

addJoinedEntityResult

-public void addJoinedEntityResult(string class, string alias, string parentAlias, object relation) -
-

Adds a joined entity result.

-
Parameters:
-
class - The class name of the joined entity.
-
alias - The unique alias to use for the joined entity.
-
parentAlias - The alias of the entity result that is the parent of this joined result.
-
relation - The association field that connects the parent entity result with the joined entity result.
-
Todo:
-
Rename: addJoinedEntity
-
-
- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 390
-

addMetaResult

-public void addMetaResult(mixed alias, mixed columnName, mixed fieldName, $fieldName ) -
-

Adds a meta column (foreign key or discriminator column) to the result set.

- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 233
-

addScalarResult

-public void addScalarResult(string columnName, string alias) -
-

Adds a scalar result mapping.

-
Parameters:
-
columnName - The name of the column in the SQL result set.
-
alias - The result alias with which the scalar result should be placed in the result structure.
-
Todo:
-
Rename: addScalar
-
-
- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 355
-

getAliasMap

-public array getAliasMap() -
-

- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 260
-

getClassName

-public string getClassName(string alias) -
-

Gets the name of the class of an entity result or joined entity result, -identified by the given unique alias.

- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 282
-

getDeclaringClass

-public string getDeclaringClass(string columnName) -
-

Gets the name of the class that owns a field mapping for the specified column.

- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 313
-

getEntityAlias

-public string getEntityAlias(string columnName) -
-

Gets the alias of the class that owns a field mapping for the specified column.

- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 365
-

getEntityResultCount

-public integer getEntityResultCount() -
-

Gets the number of different entities that appear in the mapped result.

- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 346
-

getFieldName

-public string getFieldName(string columnName) -
-

Gets the field name for a column name.

- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 324
-

getParentAlias

-public string getParentAlias(string alias) -
-

Gets the parent alias of the given alias.

- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 292
-

getRelation

-public AssociationMapping getRelation(string alias) -
-

- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 271
-

getScalarAlias

-public string getScalarAlias(string columnName) -
-

Gets the field alias for a column that is mapped as a scalar value.

-
Parameters:
-
columnName - The name of the column in the SQL result set.
-
-
- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 166
-

hasIndexBy

-public boolean hasIndexBy(string alias) -
-

Checks whether an entity result or joined entity result with a given alias has -a field set for indexing.

-
Todo:
-
Rename: isIndexed($alias)
-
-
- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 335
-

hasParentAlias

-public boolean hasParentAlias(string alias) -
-

Checks whether the given alias has a parent alias.

- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 179
-

isFieldResult

-public boolean isFieldResult(string columnName) -
-

Checks whether the column with the given name is mapped as a field result -as part of an entity result or joined entity result.

-
Parameters:
-
columnName - The name of the column in the SQL result set.
-
Todo:
-
Rename: isField
-
-
- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 378
-

isMixedResult

-public boolean isMixedResult() -
-

Checks whether this ResultSetMapping defines a mixed result. -Mixed results can only occur in object and array (graph) hydration. In such a -case a mixed result means that scalar values are mixed with objects/array in -the result.

- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 302
-

isRelation

-public boolean isRelation(string alias) -
-

- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 248
-

isScalarResult

-public boolean isScalarResult(mixed columnName, string columName) -
-

Checks whether a column with a given name is mapped as a scalar result.

-
Parameters:
-
columName - The name of the column in the SQL result set.
-
Todo:
-
Rename: isScalar
-
-
- -
- -
/Doctrine/ORM/Query/ResultSetMapping.php at line 141
-

setDiscriminatorColumn

-public void setDiscriminatorColumn(string alias, string discrColumn) -
-

Sets a discriminator column for an entity result or joined entity result. -The discriminator column will be used to determine the concrete class name to -instantiate.

-
Parameters:
-
alias - The alias of the entity result or joined entity result the discriminator column should be used for.
-
discrColumn - The name of the discriminator column in the SQL result set.
-
Todo:
-
Rename: addDiscriminatorColumn
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/sqlwalker.html b/lib/api/doctrine/orm/query/sqlwalker.html deleted file mode 100644 index 0ee0f549f..000000000 --- a/lib/api/doctrine/orm/query/sqlwalker.html +++ /dev/null @@ -1,919 +0,0 @@ - - - - - - - - - - - -SqlWalker (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\SqlWalker
-
/Doctrine/ORM/Query/SqlWalker.php at line 36
- -

Class SqlWalker

- -
SqlWalker
- -
- -

public class SqlWalker

- -

The SqlWalker is a TreeWalker that walks over a DQL AST and constructs -the corresponding SQL.

- -
-
Author:
-
Roman Borschel
-
Benjamin Eberlei
-
Since:
-
2.0
-
Todo:
-
Rename: SQLWalker
-
-
- - - - - - -
Constructor Summary

SqlWalker(mixed query, mixed parserResult, mixed queryComponents)

{@inheritDoc}

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
Connection

getConnection()

Gets the Connection used by the walker.

EntityManager

getEntityManager()

Gets the EntityManager used by the walker.

AbstractExecutor

getExecutor(mixed AST)

Gets an executor that can be used to execute the result of this walker.

Query.

getQuery()

Gets the Query instance used by the walker.

array

getQueryComponent(string dqlAlias)

Gets the information about a single query component.

string

getSqlColumnAlias(string columnName)

Gets an SQL column alias for a column name.

string

getSqlTableAlias(mixed tableName, string dqlAlias)

Generates a unique, short SQL table alias.

void

setSqlTableAlias(string tableName, string alias)

Forces the SqlWalker to use a specific alias for a table name, rather than -generating an alias on its own.

string

walkAggregateExpression(mixed aggExpression, AggregateExpression )

Walks down an AggregateExpression AST node, thereby generating the appropriate SQL.

string

walkArithmeticExpression(mixed arithmeticExpr, ArithmeticExpression )

Walks down an ArithmeticExpression AST node, thereby generating the appropriate SQL.

string

walkArithmeticFactor(mixed factor, mixed )

Walks down an ArithmeticFactor that represents an AST node, thereby generating the appropriate SQL.

string

walkArithmeticTerm(mixed term, mixed )

Walks down an ArithmeticTerm AST node, thereby generating the appropriate SQL.

string

walkBetweenExpression(mixed betweenExpr, BetweenExpression )

Walks down a BetweenExpression AST node, thereby generating the appropriate SQL.

string

walkCollectionMemberExpression(mixed collMemberExpr, CollectionMemberExpression )

Walks down a CollectionMemberExpression AST node, thereby generating the appropriate SQL.

string

walkComparisonExpression(mixed compExpr, ComparisonExpression )

Walks down a ComparisonExpression AST node, thereby generating the appropriate SQL.

string

walkConditionalFactor(mixed factor, ConditionalFactor )

Walks down a ConditionalFactor AST node, thereby generating the appropriate SQL.

string

walkConditionalTerm(mixed condTerm, ConditionalTerm )

Walks down a ConditionalTerm AST node, thereby generating the appropriate SQL.

string

walkDeleteClause(mixed deleteClause, DeleteClause )

Walks down a DeleteClause AST node, thereby generating the appropriate SQL.

string

walkDeleteStatement(mixed AST, DeleteStatement )

Walks down a DeleteStatement AST node, thereby generating the appropriate SQL.

string

walkEmptyCollectionComparisonExpression(mixed emptyCollCompExpr, EmptyCollectionComparisonExpression )

Walks down an EmptyCollectionComparisonExpression AST node, thereby generating the appropriate SQL.

string

walkExistsExpression(mixed existsExpr, ExistsExpression )

Walks down an ExistsExpression AST node, thereby generating the appropriate SQL.

string

walkFromClause(mixed fromClause)

Walks down a FromClause AST node, thereby generating the appropriate SQL.

string

walkFunction(mixed function)

Walks down a FunctionNode AST node, thereby generating the appropriate SQL.

string

walkGroupByClause(mixed groupByClause, GroupByClause )

Walks down a GroupByClause AST node, thereby generating the appropriate SQL.

string

walkGroupByItem(mixed pathExpr, GroupByItem )

Walks down a GroupByItem AST node, thereby generating the appropriate SQL.

string

walkHavingClause(mixed havingClause, HavingClause )

Walks down a HavingClause AST node, thereby generating the appropriate SQL.

string

walkIdentificationVariable(string identificationVariable, mixed fieldName)

Walks down an IdentificationVariable (no AST node associated), thereby generating the SQL.

string

walkInExpression(mixed inExpr, InExpression )

Walks down an InExpression AST node, thereby generating the appropriate SQL.

void

walkInParameter(mixed inParam)

string

walkInputParameter(mixed inputParam, InputParameter )

Walks down an InputParameter AST node, thereby generating the appropriate SQL.

string

walkJoinVariableDeclaration(JoinVariableDeclaration joinVarDecl)

Walks down a JoinVariableDeclaration AST node and creates the corresponding SQL.

string

walkLikeExpression(mixed likeExpr, LikeExpression )

Walks down a LikeExpression AST node, thereby generating the appropriate SQL.

string

walkLiteral(mixed literal, mixed )

Walks down a literal that represents an AST node, thereby generating the appropriate SQL.

string

walkNullComparisonExpression(mixed nullCompExpr, NullComparisonExpression )

Walks down a NullComparisonExpression AST node, thereby generating the appropriate SQL.

string

walkOrderByClause(mixed orderByClause, OrderByClause )

Walks down an OrderByClause AST node, thereby generating the appropriate SQL.

string

walkOrderByItem(mixed orderByItem, OrderByItem )

Walks down an OrderByItem AST node, thereby generating the appropriate SQL.

string

walkPathExpression(mixed pathExpr, mixed )

Walks down a PathExpression AST node, thereby generating the appropriate SQL.

string

walkQuantifiedExpression(mixed qExpr, QuantifiedExpression )

Walks down a QuantifiedExpression AST node, thereby generating the appropriate SQL.

string

walkSelectClause(mixed selectClause, $selectClause )

Walks down a SelectClause AST node, thereby generating the appropriate SQL.

string

walkSelectExpression(SelectExpression selectExpression)

Walks down a SelectExpression AST node and generates the corresponding SQL.

string

walkSelectStatement(mixed AST)

Walks down a SelectStatement AST node, thereby generating the appropriate SQL.

string

walkSimpleArithmeticExpression(mixed simpleArithmeticExpr, SimpleArithmeticExpression )

Walks down an SimpleArithmeticExpression AST node, thereby generating the appropriate SQL.

string

walkSimpleSelectClause(mixed simpleSelectClause, SimpleSelectClause )

Walks down a SimpleSelectClause AST node, thereby generating the appropriate SQL.

string

walkSimpleSelectExpression(mixed simpleSelectExpression, SimpleSelectExpression )

Walks down a SimpleSelectExpression AST node, thereby generating the appropriate SQL.

string

walkStateFieldPathExpression(mixed stateFieldPathExpression, StateFieldPathExpression )

Walks down a StateFieldPathExpression AST node, thereby generating the appropriate SQL.

string

walkStringPrimary(mixed stringPrimary, mixed )

Walks down a StringPrimary that represents an AST node, thereby generating the appropriate SQL.

string

walkSubselect(mixed subselect, Subselect )

Walks down a Subselect AST node, thereby generating the appropriate SQL.

string

walkSubselectFromClause(mixed subselectFromClause, SubselectFromClause )

Walks down a SubselectFromClause AST node, thereby generating the appropriate SQL.

string

walkUpdateClause(mixed updateClause, UpdateClause )

Walks down an UpdateClause AST node, thereby generating the appropriate SQL.

string

walkUpdateItem(mixed updateItem, UpdateItem )

Walks down an UpdateItem AST node, thereby generating the appropriate SQL.

string

walkUpdateStatement(mixed AST, UpdateStatement )

Walks down an UpdateStatement AST node, thereby generating the appropriate SQL.

string

walkWhereClause(mixed whereClause, WhereClause )

Walks down a WhereClause AST node, thereby generating the appropriate SQL.

- -

Constructor Detail

-
/Doctrine/ORM/Query/SqlWalker.php at line 102
-

SqlWalker

-public SqlWalker(mixed query, mixed parserResult, mixed queryComponents) -
-

- -
- -

Method Detail

-
/Doctrine/ORM/Query/SqlWalker.php at line 128
-

getConnection

-public Connection getConnection() -
-

Gets the Connection used by the walker.

- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 138
-

getEntityManager

-public EntityManager getEntityManager() -
-

Gets the EntityManager used by the walker.

- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 159
-

getExecutor

-public AbstractExecutor getExecutor(mixed AST) -
-

Gets an executor that can be used to execute the result of this walker.

- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 118
-

getQuery

-public Query. getQuery() -
-

Gets the Query instance used by the walker.

- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 149
-

getQueryComponent

-public array getQueryComponent(string dqlAlias) -
-

Gets the information about a single query component.

-
Parameters:
-
dqlAlias - The DQL alias.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 226
-

getSqlColumnAlias

-public string getSqlColumnAlias(string columnName) -
-

Gets an SQL column alias for a column name.

- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 195
-

getSqlTableAlias

-public string getSqlTableAlias(mixed tableName, string dqlAlias) -
-

Generates a unique, short SQL table alias.

-
Parameters:
-
dqlAlias - The DQL alias.
-
Returns:
-
Generated table alias.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 213
-

setSqlTableAlias

-public void setSqlTableAlias(string tableName, string alias) -
-

Forces the SqlWalker to use a specific alias for a table name, rather than -generating an alias on its own.

- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1091
-

walkAggregateExpression

-public string walkAggregateExpression(mixed aggExpression, AggregateExpression ) -
-

Walks down an AggregateExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1597
-

walkArithmeticExpression

-public string walkArithmeticExpression(mixed arithmeticExpr, ArithmeticExpression ) -
-

Walks down an ArithmeticExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1638
-

walkArithmeticFactor

-public string walkArithmeticFactor(mixed factor, mixed ) -
-

Walks down an ArithmeticFactor that represents an AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1610
-

walkArithmeticTerm

-public string walkArithmeticTerm(mixed term, mixed ) -
-

Walks down an ArithmeticTerm AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1499
-

walkBetweenExpression

-public string walkBetweenExpression(mixed betweenExpr, BetweenExpression ) -
-

Walks down a BetweenExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1288
-

walkCollectionMemberExpression

-public string walkCollectionMemberExpression(mixed collMemberExpr, CollectionMemberExpression ) -
-

Walks down a CollectionMemberExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1555
-

walkComparisonExpression

-public string walkComparisonExpression(mixed compExpr, ComparisonExpression ) -
-

Walks down a ComparisonExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1248
-

walkConditionalFactor

-public string walkConditionalFactor(mixed factor, ConditionalFactor ) -
-

Walks down a ConditionalFactor AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1235
-

walkConditionalTerm

-public string walkConditionalTerm(mixed condTerm, ConditionalTerm ) -
-

Walks down a ConditionalTerm AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1127
-

walkDeleteClause

-public string walkDeleteClause(mixed deleteClause, DeleteClause ) -
-

Walks down a DeleteClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 403
-

walkDeleteStatement

-public string walkDeleteStatement(mixed AST, DeleteStatement ) -
-

Walks down a DeleteStatement AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1410
-

walkEmptyCollectionComparisonExpression

-public string walkEmptyCollectionComparisonExpression(mixed emptyCollCompExpr, EmptyCollectionComparisonExpression ) -
-

Walks down an EmptyCollectionComparisonExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1273
-

walkExistsExpression

-public string walkExistsExpression(mixed existsExpr, ExistsExpression ) -
-

Walks down an ExistsExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 583
-

walkFromClause

-public string walkFromClause(mixed fromClause) -
-

Walks down a FromClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 613
-

walkFunction

-public string walkFunction(mixed function) -
-

Walks down a FunctionNode AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1103
-

walkGroupByClause

-public string walkGroupByClause(mixed groupByClause, GroupByClause ) -
-

Walks down a GroupByClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1116
-

walkGroupByItem

-public string walkGroupByItem(mixed pathExpr, GroupByItem ) -
-

Walks down a GroupByItem AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 665
-

walkHavingClause

-public string walkHavingClause(mixed havingClause, HavingClause ) -
-

Walks down a HavingClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 424
-

walkIdentificationVariable

-public string walkIdentificationVariable(string identificationVariable, mixed fieldName) -
-

Walks down an IdentificationVariable (no AST node associated), thereby generating the SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1448
-

walkInExpression

-public string walkInExpression(mixed inExpr, InExpression ) -
-

Walks down an InExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1464
-

walkInParameter

-public void walkInParameter(mixed inParam) -
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1584
-

walkInputParameter

-public string walkInputParameter(mixed inputParam, InputParameter ) -
-

Walks down an InputParameter AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 678
-

walkJoinVariableDeclaration

-public string walkJoinVariableDeclaration(JoinVariableDeclaration joinVarDecl) -
-

Walks down a JoinVariableDeclaration AST node and creates the corresponding SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1517
-

walkLikeExpression

-public string walkLikeExpression(mixed likeExpr, LikeExpression ) -
-

Walks down a LikeExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1477
-

walkLiteral

-public string walkLiteral(mixed literal, mixed ) -
-

Walks down a literal that represents an AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1424
-

walkNullComparisonExpression

-public string walkNullComparisonExpression(mixed nullCompExpr, NullComparisonExpression ) -
-

Walks down a NullComparisonExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 624
-

walkOrderByClause

-public string walkOrderByClause(mixed orderByClause, OrderByClause ) -
-

Walks down an OrderByClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 643
-

walkOrderByItem

-public string walkOrderByItem(mixed orderByItem, OrderByItem ) -
-

Walks down an OrderByItem AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 444
-

walkPathExpression

-public string walkPathExpression(mixed pathExpr, mixed ) -
-

Walks down a PathExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 983
-

walkQuantifiedExpression

-public string walkQuantifiedExpression(mixed qExpr, QuantifiedExpression ) -
-

Walks down a QuantifiedExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 500
-

walkSelectClause

-public string walkSelectClause(mixed selectClause, $selectClause ) -
-

Walks down a SelectClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 803
-

walkSelectExpression

-public string walkSelectExpression(SelectExpression selectExpression) -
-

Walks down a SelectExpression AST node and generates the corresponding SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 349
-

walkSelectStatement

-public string walkSelectStatement(mixed AST) -
-

Walks down a SelectStatement AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1662
-

walkSimpleArithmeticExpression

-public string walkSimpleArithmeticExpression(mixed simpleArithmeticExpr, SimpleArithmeticExpression ) -
-

Walks down an SimpleArithmeticExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1046
-

walkSimpleSelectClause

-public string walkSimpleSelectClause(mixed simpleSelectClause, SimpleSelectClause ) -
-

Walks down a SimpleSelectClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1058
-

walkSimpleSelectExpression

-public string walkSimpleSelectExpression(mixed simpleSelectExpression, SimpleSelectExpression ) -
-

Walks down a SimpleSelectExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1544
-

walkStateFieldPathExpression

-public string walkStateFieldPathExpression(mixed stateFieldPathExpression, StateFieldPathExpression ) -
-

Walks down a StateFieldPathExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1625
-

walkStringPrimary

-public string walkStringPrimary(mixed stringPrimary, mixed ) -
-

Walks down a StringPrimary that represents an AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 995
-

walkSubselect

-public string walkSubselect(mixed subselect, Subselect ) -
-

Walks down a Subselect AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1018
-

walkSubselectFromClause

-public string walkSubselectFromClause(mixed subselectFromClause, SubselectFromClause ) -
-

Walks down a SubselectFromClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1148
-

walkUpdateClause

-public string walkUpdateClause(mixed updateClause, UpdateClause ) -
-

Walks down an UpdateClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1173
-

walkUpdateItem

-public string walkUpdateItem(mixed updateItem, UpdateItem ) -
-

Walks down an UpdateItem AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 383
-

walkUpdateStatement

-public string walkUpdateStatement(mixed AST, UpdateStatement ) -
-

Walks down an UpdateStatement AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/SqlWalker.php at line 1211
-

walkWhereClause

-public string walkWhereClause(mixed whereClause, WhereClause ) -
-

Walks down a WhereClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/treewalker.html b/lib/api/doctrine/orm/query/treewalker.html deleted file mode 100644 index fa4621ea1..000000000 --- a/lib/api/doctrine/orm/query/treewalker.html +++ /dev/null @@ -1,797 +0,0 @@ - - - - - - - - - - - -TreeWalker (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\TreeWalker
-
/Doctrine/ORM/Query/TreeWalker.php at line 30
- -

Interface TreeWalker

- -
TreeWalker
- -
- -

public interface TreeWalker

- -

Interface for walkers of DQL ASTs (abstract syntax trees).

- -
-
Author:
-
Roman Borschel
-
Since:
-
2.0
-
-
- - - - - - -
Constructor Summary

TreeWalker(Query query, ParserResult parserResult, array queryComponents)

Initializes TreeWalker with important information about the ASTs to be walked

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
AbstractExecutor

getExecutor(mixed AST)

Gets an executor that can be used to execute the result of this walker.

string

walkAggregateExpression(mixed aggExpression, AggregateExpression )

Walks down an AggregateExpression AST node, thereby generating the appropriate SQL.

string

walkArithmeticExpression(mixed arithmeticExpr, ArithmeticExpression )

Walks down an ArithmeticExpression AST node, thereby generating the appropriate SQL.

string

walkArithmeticFactor(mixed factor, mixed )

Walks down an ArithmeticFactor that represents an AST node, thereby generating the appropriate SQL.

string

walkArithmeticTerm(mixed term, mixed )

Walks down an ArithmeticTerm AST node, thereby generating the appropriate SQL.

string

walkBetweenExpression(mixed betweenExpr, BetweenExpression )

Walks down a BetweenExpression AST node, thereby generating the appropriate SQL.

string

walkCollectionMemberExpression(mixed collMemberExpr, CollectionMemberExpression )

Walks down a CollectionMemberExpression AST node, thereby generating the appropriate SQL.

string

walkComparisonExpression(mixed compExpr, ComparisonExpression )

Walks down a ComparisonExpression AST node, thereby generating the appropriate SQL.

string

walkConditionalFactor(mixed factor, ConditionalFactor )

Walks down a ConditionalFactor AST node, thereby generating the appropriate SQL.

string

walkConditionalTerm(mixed condTerm, ConditionalTerm )

Walks down a ConditionalTerm AST node, thereby generating the appropriate SQL.

string

walkDeleteClause(mixed deleteClause, DeleteClause )

Walks down a DeleteClause AST node, thereby generating the appropriate SQL.

string

walkDeleteStatement(mixed AST, DeleteStatement )

Walks down a DeleteStatement AST node, thereby generating the appropriate SQL.

string

walkEmptyCollectionComparisonExpression(mixed emptyCollCompExpr, EmptyCollectionComparisonExpression )

Walks down an EmptyCollectionComparisonExpression AST node, thereby generating the appropriate SQL.

string

walkExistsExpression(mixed existsExpr, ExistsExpression )

Walks down an ExistsExpression AST node, thereby generating the appropriate SQL.

string

walkFromClause(mixed fromClause)

Walks down a FromClause AST node, thereby generating the appropriate SQL.

string

walkFunction(mixed function)

Walks down a FunctionNode AST node, thereby generating the appropriate SQL.

string

walkGroupByClause(mixed groupByClause, GroupByClause )

Walks down a GroupByClause AST node, thereby generating the appropriate SQL.

string

walkGroupByItem(mixed pathExpr, GroupByItem )

Walks down a GroupByItem AST node, thereby generating the appropriate SQL.

string

walkHavingClause(mixed havingClause, HavingClause )

Walks down a HavingClause AST node, thereby generating the appropriate SQL.

string

walkInExpression(mixed inExpr, InExpression )

Walks down an InExpression AST node, thereby generating the appropriate SQL.

string

walkInputParameter(mixed inputParam, InputParameter )

Walks down an InputParameter AST node, thereby generating the appropriate SQL.

string

walkJoinVariableDeclaration(JoinVariableDeclaration joinVarDecl)

Walks down a JoinVariableDeclaration AST node and creates the corresponding SQL.

string

walkLikeExpression(mixed likeExpr, LikeExpression )

Walks down a LikeExpression AST node, thereby generating the appropriate SQL.

string

walkLiteral(mixed literal, mixed )

Walks down a literal that represents an AST node, thereby generating the appropriate SQL.

string

walkNullComparisonExpression(mixed nullCompExpr, NullComparisonExpression )

Walks down a NullComparisonExpression AST node, thereby generating the appropriate SQL.

string

walkOrderByClause(mixed orderByClause, OrderByClause )

Walks down an OrderByClause AST node, thereby generating the appropriate SQL.

string

walkOrderByItem(mixed orderByItem, OrderByItem )

Walks down an OrderByItem AST node, thereby generating the appropriate SQL.

string

walkPathExpression(mixed pathExpr, mixed )

Walks down an PathExpression AST node, thereby generating the appropriate SQL.

string

walkQuantifiedExpression(mixed qExpr, QuantifiedExpression )

Walks down a QuantifiedExpression AST node, thereby generating the appropriate SQL.

string

walkSelectClause(mixed selectClause)

Walks down a SelectClause AST node, thereby generating the appropriate SQL.

string

walkSelectExpression(SelectExpression selectExpression)

Walks down a SelectExpression AST node and generates the corresponding SQL.

string

walkSelectStatement(mixed AST)

Walks down a SelectStatement AST node, thereby generating the appropriate SQL.

string

walkSimpleArithmeticExpression(mixed simpleArithmeticExpr, SimpleArithmeticExpression )

Walks down an SimpleArithmeticExpression AST node, thereby generating the appropriate SQL.

string

walkSimpleSelectClause(mixed simpleSelectClause, SimpleSelectClause )

Walks down a SimpleSelectClause AST node, thereby generating the appropriate SQL.

string

walkSimpleSelectExpression(mixed simpleSelectExpression, SimpleSelectExpression )

Walks down a SimpleSelectExpression AST node, thereby generating the appropriate SQL.

string

walkStateFieldPathExpression(mixed stateFieldPathExpression, StateFieldPathExpression )

Walks down a StateFieldPathExpression AST node, thereby generating the appropriate SQL.

string

walkStringPrimary(mixed stringPrimary, mixed )

Walks down a StringPrimary that represents an AST node, thereby generating the appropriate SQL.

string

walkSubselect(mixed subselect, Subselect )

Walks down a Subselect AST node, thereby generating the appropriate SQL.

string

walkSubselectFromClause(mixed subselectFromClause, SubselectFromClause )

Walks down a SubselectFromClause AST node, thereby generating the appropriate SQL.

string

walkUpdateClause(mixed updateClause, UpdateClause )

Walks down an UpdateClause AST node, thereby generating the appropriate SQL.

string

walkUpdateItem(mixed updateItem, UpdateItem )

Walks down an UpdateItem AST node, thereby generating the appropriate SQL.

string

walkUpdateStatement(mixed AST, UpdateStatement )

Walks down an UpdateStatement AST node, thereby generating the appropriate SQL.

string

walkWhereClause(mixed whereClause, WhereClause )

Walks down a WhereClause AST node, thereby generating the appropriate SQL.

- -

Constructor Detail

-
/Doctrine/ORM/Query/TreeWalker.php at line 39
-

TreeWalker

-public TreeWalker(Query query, ParserResult parserResult, array queryComponents) -
-

Initializes TreeWalker with important information about the ASTs to be walked

-
Parameters:
-
query - The parsed Query.
-
parserResult - The result of the parsing process.
-
queryComponents - Query components (symbol table)
-
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/TreeWalker.php at line 378
-

getExecutor

-public AbstractExecutor getExecutor(mixed AST) -
-

Gets an executor that can be used to execute the result of this walker.

- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 155
-

walkAggregateExpression

-public string walkAggregateExpression(mixed aggExpression, AggregateExpression ) -
-

Walks down an AggregateExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 331
-

walkArithmeticExpression

-public string walkArithmeticExpression(mixed arithmeticExpr, ArithmeticExpression ) -
-

Walks down an ArithmeticExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 355
-

walkArithmeticFactor

-public string walkArithmeticFactor(mixed factor, mixed ) -
-

Walks down an ArithmeticFactor that represents an AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 339
-

walkArithmeticTerm

-public string walkArithmeticTerm(mixed term, mixed ) -
-

Walks down an ArithmeticTerm AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 291
-

walkBetweenExpression

-public string walkBetweenExpression(mixed betweenExpr, BetweenExpression ) -
-

Walks down a BetweenExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 251
-

walkCollectionMemberExpression

-public string walkCollectionMemberExpression(mixed collMemberExpr, CollectionMemberExpression ) -
-

Walks down a CollectionMemberExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 315
-

walkComparisonExpression

-public string walkComparisonExpression(mixed compExpr, ComparisonExpression ) -
-

Walks down a ComparisonExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 235
-

walkConditionalFactor

-public string walkConditionalFactor(mixed factor, ConditionalFactor ) -
-

Walks down a ConditionalFactor AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 227
-

walkConditionalTerm

-public string walkConditionalTerm(mixed condTerm, ConditionalTerm ) -
-

Walks down a ConditionalTerm AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 195
-

walkDeleteClause

-public string walkDeleteClause(mixed deleteClause, DeleteClause ) -
-

Walks down a DeleteClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 187
-

walkDeleteStatement

-public string walkDeleteStatement(mixed AST, DeleteStatement ) -
-

Walks down a DeleteStatement AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 259
-

walkEmptyCollectionComparisonExpression

-public string walkEmptyCollectionComparisonExpression(mixed emptyCollCompExpr, EmptyCollectionComparisonExpression ) -
-

Walks down an EmptyCollectionComparisonExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 243
-

walkExistsExpression

-public string walkExistsExpression(mixed existsExpr, ExistsExpression ) -
-

Walks down an ExistsExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 60
-

walkFromClause

-public string walkFromClause(mixed fromClause) -
-

Walks down a FromClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 67
-

walkFunction

-public string walkFunction(mixed function) -
-

Walks down a FunctionNode AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 163
-

walkGroupByClause

-public string walkGroupByClause(mixed groupByClause, GroupByClause ) -
-

Walks down a GroupByClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 171
-

walkGroupByItem

-public string walkGroupByItem(mixed pathExpr, GroupByItem ) -
-

Walks down a GroupByItem AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 91
-

walkHavingClause

-public string walkHavingClause(mixed havingClause, HavingClause ) -
-

Walks down a HavingClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 275
-

walkInExpression

-public string walkInExpression(mixed inExpr, InExpression ) -
-

Walks down an InExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 323
-

walkInputParameter

-public string walkInputParameter(mixed inputParam, InputParameter ) -
-

Walks down an InputParameter AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 99
-

walkJoinVariableDeclaration

-public string walkJoinVariableDeclaration(JoinVariableDeclaration joinVarDecl) -
-

Walks down a JoinVariableDeclaration AST node and creates the corresponding SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 299
-

walkLikeExpression

-public string walkLikeExpression(mixed likeExpr, LikeExpression ) -
-

Walks down a LikeExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 283
-

walkLiteral

-public string walkLiteral(mixed literal, mixed ) -
-

Walks down a literal that represents an AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 267
-

walkNullComparisonExpression

-public string walkNullComparisonExpression(mixed nullCompExpr, NullComparisonExpression ) -
-

Walks down a NullComparisonExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 75
-

walkOrderByClause

-public string walkOrderByClause(mixed orderByClause, OrderByClause ) -
-

Walks down an OrderByClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 83
-

walkOrderByItem

-public string walkOrderByItem(mixed orderByItem, OrderByItem ) -
-

Walks down an OrderByItem AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 371
-

walkPathExpression

-public string walkPathExpression(mixed pathExpr, mixed ) -
-

Walks down an PathExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 115
-

walkQuantifiedExpression

-public string walkQuantifiedExpression(mixed qExpr, QuantifiedExpression ) -
-

Walks down a QuantifiedExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 53
-

walkSelectClause

-public string walkSelectClause(mixed selectClause) -
-

Walks down a SelectClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 107
-

walkSelectExpression

-public string walkSelectExpression(SelectExpression selectExpression) -
-

Walks down a SelectExpression AST node and generates the corresponding SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 46
-

walkSelectStatement

-public string walkSelectStatement(mixed AST) -
-

Walks down a SelectStatement AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 363
-

walkSimpleArithmeticExpression

-public string walkSimpleArithmeticExpression(mixed simpleArithmeticExpr, SimpleArithmeticExpression ) -
-

Walks down an SimpleArithmeticExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 139
-

walkSimpleSelectClause

-public string walkSimpleSelectClause(mixed simpleSelectClause, SimpleSelectClause ) -
-

Walks down a SimpleSelectClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 147
-

walkSimpleSelectExpression

-public string walkSimpleSelectExpression(mixed simpleSelectExpression, SimpleSelectExpression ) -
-

Walks down a SimpleSelectExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 307
-

walkStateFieldPathExpression

-public string walkStateFieldPathExpression(mixed stateFieldPathExpression, StateFieldPathExpression ) -
-

Walks down a StateFieldPathExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 347
-

walkStringPrimary

-public string walkStringPrimary(mixed stringPrimary, mixed ) -
-

Walks down a StringPrimary that represents an AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 123
-

walkSubselect

-public string walkSubselect(mixed subselect, Subselect ) -
-

Walks down a Subselect AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 131
-

walkSubselectFromClause

-public string walkSubselectFromClause(mixed subselectFromClause, SubselectFromClause ) -
-

Walks down a SubselectFromClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 203
-

walkUpdateClause

-public string walkUpdateClause(mixed updateClause, UpdateClause ) -
-

Walks down an UpdateClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 211
-

walkUpdateItem

-public string walkUpdateItem(mixed updateItem, UpdateItem ) -
-

Walks down an UpdateItem AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 179
-

walkUpdateStatement

-public string walkUpdateStatement(mixed AST, UpdateStatement ) -
-

Walks down an UpdateStatement AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalker.php at line 219
-

walkWhereClause

-public string walkWhereClause(mixed whereClause, WhereClause ) -
-

Walks down a WhereClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/treewalkeradapter.html b/lib/api/doctrine/orm/query/treewalkeradapter.html deleted file mode 100644 index 97948963e..000000000 --- a/lib/api/doctrine/orm/query/treewalkeradapter.html +++ /dev/null @@ -1,797 +0,0 @@ - - - - - - - - - - - -TreeWalkerAdapter (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\TreeWalkerAdapter
-
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 31
- -

Class TreeWalkerAdapter

- -
TreeWalkerAdapter
- -
-
All Implemented Interfaces:
-
TreeWalker -
- -
- -

public abstract class TreeWalkerAdapter

- -

An adapter implementation of the TreeWalker interface. The methods in this class -are empty. This class exists as convenience for creating tree walkers.

- -
-
Author:
-
Roman Borschel
-
Since:
-
2.0
-
-
- - - - - - -
Constructor Summary

TreeWalkerAdapter(mixed query, mixed parserResult, mixed queryComponents)

{@inheritdoc}

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
AbstractExecutor

getExecutor(mixed AST)

Gets an executor that can be used to execute the result of this walker.

string

walkAggregateExpression(mixed aggExpression, AggregateExpression )

Walks down an AggregateExpression AST node, thereby generating the appropriate SQL.

string

walkArithmeticExpression(mixed arithmeticExpr, ArithmeticExpression )

Walks down an ArithmeticExpression AST node, thereby generating the appropriate SQL.

string

walkArithmeticFactor(mixed factor, mixed )

Walks down an ArithmeticFactor that represents an AST node, thereby generating the appropriate SQL.

string

walkArithmeticTerm(mixed term, mixed )

Walks down an ArithmeticTerm AST node, thereby generating the appropriate SQL.

string

walkBetweenExpression(mixed betweenExpr, BetweenExpression )

Walks down a BetweenExpression AST node, thereby generating the appropriate SQL.

string

walkCollectionMemberExpression(mixed collMemberExpr, CollectionMemberExpression )

Walks down a CollectionMemberExpression AST node, thereby generating the appropriate SQL.

string

walkComparisonExpression(mixed compExpr, ComparisonExpression )

Walks down a ComparisonExpression AST node, thereby generating the appropriate SQL.

string

walkConditionalFactor(mixed factor, ConditionalFactor )

Walks down a ConditionalFactor AST node, thereby generating the appropriate SQL.

string

walkConditionalTerm(mixed condTerm, ConditionalTerm )

Walks down a ConditionalTerm AST node, thereby generating the appropriate SQL.

string

walkDeleteClause(mixed deleteClause, DeleteClause )

Walks down a DeleteClause AST node, thereby generating the appropriate SQL.

string

walkDeleteStatement(mixed AST, DeleteStatement )

Walks down a DeleteStatement AST node, thereby generating the appropriate SQL.

string

walkEmptyCollectionComparisonExpression(mixed emptyCollCompExpr, EmptyCollectionComparisonExpression )

Walks down an EmptyCollectionComparisonExpression AST node, thereby generating the appropriate SQL.

string

walkExistsExpression(mixed existsExpr, ExistsExpression )

Walks down an ExistsExpression AST node, thereby generating the appropriate SQL.

string

walkFromClause(mixed fromClause)

Walks down a FromClause AST node, thereby generating the appropriate SQL.

string

walkFunction(mixed function)

Walks down a FunctionNode AST node, thereby generating the appropriate SQL.

string

walkGroupByClause(mixed groupByClause, GroupByClause )

Walks down a GroupByClause AST node, thereby generating the appropriate SQL.

string

walkGroupByItem(mixed pathExpr, GroupByItem )

Walks down a GroupByItem AST node, thereby generating the appropriate SQL.

string

walkHavingClause(mixed havingClause, HavingClause )

Walks down a HavingClause AST node, thereby generating the appropriate SQL.

string

walkInExpression(mixed inExpr, InExpression )

Walks down an InExpression AST node, thereby generating the appropriate SQL.

string

walkInputParameter(mixed inputParam, InputParameter )

Walks down an InputParameter AST node, thereby generating the appropriate SQL.

string

walkJoinVariableDeclaration(JoinVariableDeclaration joinVarDecl)

Walks down a JoinVariableDeclaration AST node and creates the corresponding SQL.

string

walkLikeExpression(mixed likeExpr, LikeExpression )

Walks down a LikeExpression AST node, thereby generating the appropriate SQL.

string

walkLiteral(mixed literal, mixed )

Walks down a literal that represents an AST node, thereby generating the appropriate SQL.

string

walkNullComparisonExpression(mixed nullCompExpr, NullComparisonExpression )

Walks down a NullComparisonExpression AST node, thereby generating the appropriate SQL.

string

walkOrderByClause(mixed orderByClause, OrderByClause )

Walks down an OrderByClause AST node, thereby generating the appropriate SQL.

string

walkOrderByItem(mixed orderByItem, OrderByItem )

Walks down an OrderByItem AST node, thereby generating the appropriate SQL.

string

walkPathExpression(mixed pathExpr, mixed )

Walks down an PathExpression AST node, thereby generating the appropriate SQL.

string

walkQuantifiedExpression(mixed qExpr, QuantifiedExpression )

Walks down a QuantifiedExpression AST node, thereby generating the appropriate SQL.

string

walkSelectClause(mixed selectClause)

Walks down a SelectClause AST node, thereby generating the appropriate SQL.

string

walkSelectExpression(SelectExpression selectExpression)

Walks down a SelectExpression AST node and generates the corresponding SQL.

string

walkSelectStatement(mixed AST)

Walks down a SelectStatement AST node, thereby generating the appropriate SQL.

string

walkSimpleArithmeticExpression(mixed simpleArithmeticExpr, SimpleArithmeticExpression )

Walks down an SimpleArithmeticExpression AST node, thereby generating the appropriate SQL.

string

walkSimpleSelectClause(mixed simpleSelectClause, SimpleSelectClause )

Walks down a SimpleSelectClause AST node, thereby generating the appropriate SQL.

string

walkSimpleSelectExpression(mixed simpleSelectExpression, SimpleSelectExpression )

Walks down a SimpleSelectExpression AST node, thereby generating the appropriate SQL.

string

walkStateFieldPathExpression(mixed stateFieldPathExpression, StateFieldPathExpression )

Walks down a StateFieldPathExpression AST node, thereby generating the appropriate SQL.

string

walkStringPrimary(mixed stringPrimary, mixed )

Walks down a StringPrimary that represents an AST node, thereby generating the appropriate SQL.

string

walkSubselect(mixed subselect, Subselect )

Walks down a Subselect AST node, thereby generating the appropriate SQL.

string

walkSubselectFromClause(mixed subselectFromClause, SubselectFromClause )

Walks down a SubselectFromClause AST node, thereby generating the appropriate SQL.

string

walkUpdateClause(mixed updateClause, UpdateClause )

Walks down an UpdateClause AST node, thereby generating the appropriate SQL.

string

walkUpdateItem(mixed updateItem, UpdateItem )

Walks down an UpdateItem AST node, thereby generating the appropriate SQL.

string

walkUpdateStatement(mixed AST, UpdateStatement )

Walks down an UpdateStatement AST node, thereby generating the appropriate SQL.

string

walkWhereClause(mixed whereClause, WhereClause )

Walks down a WhereClause AST node, thereby generating the appropriate SQL.

- -

Constructor Detail

-
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 40
-

TreeWalkerAdapter

-public TreeWalkerAdapter(mixed query, mixed parserResult, mixed queryComponents) -
-

- -
- -

Method Detail

-
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 412
-

getExecutor

-public AbstractExecutor getExecutor(mixed AST) -
-

Gets an executor that can be used to execute the result of this walker.

- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 189
-

walkAggregateExpression

-public string walkAggregateExpression(mixed aggExpression, AggregateExpression ) -
-

Walks down an AggregateExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 365
-

walkArithmeticExpression

-public string walkArithmeticExpression(mixed arithmeticExpr, ArithmeticExpression ) -
-

Walks down an ArithmeticExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 389
-

walkArithmeticFactor

-public string walkArithmeticFactor(mixed factor, mixed ) -
-

Walks down an ArithmeticFactor that represents an AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 373
-

walkArithmeticTerm

-public string walkArithmeticTerm(mixed term, mixed ) -
-

Walks down an ArithmeticTerm AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 325
-

walkBetweenExpression

-public string walkBetweenExpression(mixed betweenExpr, BetweenExpression ) -
-

Walks down a BetweenExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 285
-

walkCollectionMemberExpression

-public string walkCollectionMemberExpression(mixed collMemberExpr, CollectionMemberExpression ) -
-

Walks down a CollectionMemberExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 349
-

walkComparisonExpression

-public string walkComparisonExpression(mixed compExpr, ComparisonExpression ) -
-

Walks down a ComparisonExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 269
-

walkConditionalFactor

-public string walkConditionalFactor(mixed factor, ConditionalFactor ) -
-

Walks down a ConditionalFactor AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 261
-

walkConditionalTerm

-public string walkConditionalTerm(mixed condTerm, ConditionalTerm ) -
-

Walks down a ConditionalTerm AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 229
-

walkDeleteClause

-public string walkDeleteClause(mixed deleteClause, DeleteClause ) -
-

Walks down a DeleteClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 221
-

walkDeleteStatement

-public string walkDeleteStatement(mixed AST, DeleteStatement ) -
-

Walks down a DeleteStatement AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 293
-

walkEmptyCollectionComparisonExpression

-public string walkEmptyCollectionComparisonExpression(mixed emptyCollCompExpr, EmptyCollectionComparisonExpression ) -
-

Walks down an EmptyCollectionComparisonExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 277
-

walkExistsExpression

-public string walkExistsExpression(mixed existsExpr, ExistsExpression ) -
-

Walks down an ExistsExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 94
-

walkFromClause

-public string walkFromClause(mixed fromClause) -
-

Walks down a FromClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 101
-

walkFunction

-public string walkFunction(mixed function) -
-

Walks down a FunctionNode AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 197
-

walkGroupByClause

-public string walkGroupByClause(mixed groupByClause, GroupByClause ) -
-

Walks down a GroupByClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 205
-

walkGroupByItem

-public string walkGroupByItem(mixed pathExpr, GroupByItem ) -
-

Walks down a GroupByItem AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 125
-

walkHavingClause

-public string walkHavingClause(mixed havingClause, HavingClause ) -
-

Walks down a HavingClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 309
-

walkInExpression

-public string walkInExpression(mixed inExpr, InExpression ) -
-

Walks down an InExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 357
-

walkInputParameter

-public string walkInputParameter(mixed inputParam, InputParameter ) -
-

Walks down an InputParameter AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 133
-

walkJoinVariableDeclaration

-public string walkJoinVariableDeclaration(JoinVariableDeclaration joinVarDecl) -
-

Walks down a JoinVariableDeclaration AST node and creates the corresponding SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 333
-

walkLikeExpression

-public string walkLikeExpression(mixed likeExpr, LikeExpression ) -
-

Walks down a LikeExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 317
-

walkLiteral

-public string walkLiteral(mixed literal, mixed ) -
-

Walks down a literal that represents an AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 301
-

walkNullComparisonExpression

-public string walkNullComparisonExpression(mixed nullCompExpr, NullComparisonExpression ) -
-

Walks down a NullComparisonExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 109
-

walkOrderByClause

-public string walkOrderByClause(mixed orderByClause, OrderByClause ) -
-

Walks down an OrderByClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 117
-

walkOrderByItem

-public string walkOrderByItem(mixed orderByItem, OrderByItem ) -
-

Walks down an OrderByItem AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 405
-

walkPathExpression

-public string walkPathExpression(mixed pathExpr, mixed ) -
-

Walks down an PathExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 149
-

walkQuantifiedExpression

-public string walkQuantifiedExpression(mixed qExpr, QuantifiedExpression ) -
-

Walks down a QuantifiedExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 87
-

walkSelectClause

-public string walkSelectClause(mixed selectClause) -
-

Walks down a SelectClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 141
-

walkSelectExpression

-public string walkSelectExpression(SelectExpression selectExpression) -
-

Walks down a SelectExpression AST node and generates the corresponding SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 80
-

walkSelectStatement

-public string walkSelectStatement(mixed AST) -
-

Walks down a SelectStatement AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 397
-

walkSimpleArithmeticExpression

-public string walkSimpleArithmeticExpression(mixed simpleArithmeticExpr, SimpleArithmeticExpression ) -
-

Walks down an SimpleArithmeticExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 173
-

walkSimpleSelectClause

-public string walkSimpleSelectClause(mixed simpleSelectClause, SimpleSelectClause ) -
-

Walks down a SimpleSelectClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 181
-

walkSimpleSelectExpression

-public string walkSimpleSelectExpression(mixed simpleSelectExpression, SimpleSelectExpression ) -
-

Walks down a SimpleSelectExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 341
-

walkStateFieldPathExpression

-public string walkStateFieldPathExpression(mixed stateFieldPathExpression, StateFieldPathExpression ) -
-

Walks down a StateFieldPathExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 381
-

walkStringPrimary

-public string walkStringPrimary(mixed stringPrimary, mixed ) -
-

Walks down a StringPrimary that represents an AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 157
-

walkSubselect

-public string walkSubselect(mixed subselect, Subselect ) -
-

Walks down a Subselect AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 165
-

walkSubselectFromClause

-public string walkSubselectFromClause(mixed subselectFromClause, SubselectFromClause ) -
-

Walks down a SubselectFromClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 237
-

walkUpdateClause

-public string walkUpdateClause(mixed updateClause, UpdateClause ) -
-

Walks down an UpdateClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 245
-

walkUpdateItem

-public string walkUpdateItem(mixed updateItem, UpdateItem ) -
-

Walks down an UpdateItem AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 213
-

walkUpdateStatement

-public string walkUpdateStatement(mixed AST, UpdateStatement ) -
-

Walks down an UpdateStatement AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerAdapter.php at line 253
-

walkWhereClause

-public string walkWhereClause(mixed whereClause, WhereClause ) -
-

Walks down a WhereClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/query/treewalkerchain.html b/lib/api/doctrine/orm/query/treewalkerchain.html deleted file mode 100644 index d269ecd42..000000000 --- a/lib/api/doctrine/orm/query/treewalkerchain.html +++ /dev/null @@ -1,817 +0,0 @@ - - - - - - - - - - - -TreeWalkerChain (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Query\TreeWalkerChain
-
/Doctrine/ORM/Query/TreeWalkerChain.php at line 32
- -

Class TreeWalkerChain

- -
TreeWalkerChain
- -
-
All Implemented Interfaces:
-
TreeWalker -
- -
- -

public class TreeWalkerChain

- -

Represents a chain of tree walkers that modify an AST and finally emit output. -Only the last walker in the chain can emit output. Any previous walkers can modify -the AST to influence the final output produced by the last walker.

- -
-
Author:
-
Roman Borschel
-
Since:
-
2.0
-
-
- - - - - - -
Constructor Summary

TreeWalkerChain(mixed query, mixed parserResult, mixed queryComponents)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

addTreeWalker(string walkerClass)

Adds a tree walker to the chain.

AbstractExecutor

getExecutor(mixed AST)

Gets an executor that can be used to execute the result of this walker.

string

walkAggregateExpression(mixed aggExpression, AggregateExpression )

Walks down an AggregateExpression AST node, thereby generating the appropriate SQL.

string

walkArithmeticExpression(mixed arithmeticExpr, ArithmeticExpression )

Walks down an ArithmeticExpression AST node, thereby generating the appropriate SQL.

string

walkArithmeticFactor(mixed factor, mixed )

Walks down an ArithmeticFactor that represents an AST node, thereby generating the appropriate SQL.

string

walkArithmeticTerm(mixed term, mixed )

Walks down an ArithmeticTerm AST node, thereby generating the appropriate SQL.

string

walkBetweenExpression(mixed betweenExpr, BetweenExpression )

Walks down a BetweenExpression AST node, thereby generating the appropriate SQL.

string

walkCollectionMemberExpression(mixed collMemberExpr, CollectionMemberExpression )

Walks down a CollectionMemberExpression AST node, thereby generating the appropriate SQL.

string

walkComparisonExpression(mixed compExpr, ComparisonExpression )

Walks down a ComparisonExpression AST node, thereby generating the appropriate SQL.

string

walkConditionalFactor(mixed factor, ConditionalFactor )

Walks down a ConditionalFactor AST node, thereby generating the appropriate SQL.

string

walkConditionalTerm(mixed condTerm, ConditionalTerm )

Walks down a ConditionalTerm AST node, thereby generating the appropriate SQL.

string

walkDeleteClause(mixed deleteClause, DeleteClause )

Walks down a DeleteClause AST node, thereby generating the appropriate SQL.

string

walkDeleteStatement(mixed AST, DeleteStatement )

Walks down a DeleteStatement AST node, thereby generating the appropriate SQL.

string

walkEmptyCollectionComparisonExpression(mixed emptyCollCompExpr, EmptyCollectionComparisonExpression )

Walks down an EmptyCollectionComparisonExpression AST node, thereby generating the appropriate SQL.

string

walkExistsExpression(mixed existsExpr, ExistsExpression )

Walks down an ExistsExpression AST node, thereby generating the appropriate SQL.

string

walkFromClause(mixed fromClause)

Walks down a FromClause AST node, thereby generating the appropriate SQL.

string

walkFunction(mixed function)

Walks down a FunctionNode AST node, thereby generating the appropriate SQL.

string

walkGroupByClause(mixed groupByClause, GroupByClause )

Walks down a GroupByClause AST node, thereby generating the appropriate SQL.

string

walkGroupByItem(mixed pathExpr, GroupByItem )

Walks down a GroupByItem AST node, thereby generating the appropriate SQL.

string

walkHavingClause(mixed havingClause, HavingClause )

Walks down a HavingClause AST node, thereby generating the appropriate SQL.

string

walkInExpression(mixed inExpr, InExpression )

Walks down an InExpression AST node, thereby generating the appropriate SQL.

string

walkInputParameter(mixed inputParam, InputParameter )

Walks down an InputParameter AST node, thereby generating the appropriate SQL.

string

walkJoinVariableDeclaration(JoinVariableDeclaration joinVarDecl)

Walks down a JoinVariableDeclaration AST node and creates the corresponding SQL.

string

walkLikeExpression(mixed likeExpr, LikeExpression )

Walks down a LikeExpression AST node, thereby generating the appropriate SQL.

string

walkLiteral(mixed literal, mixed )

Walks down a literal that represents an AST node, thereby generating the appropriate SQL.

string

walkNullComparisonExpression(mixed nullCompExpr, NullComparisonExpression )

Walks down a NullComparisonExpression AST node, thereby generating the appropriate SQL.

string

walkOrderByClause(mixed orderByClause, OrderByClause )

Walks down an OrderByClause AST node, thereby generating the appropriate SQL.

string

walkOrderByItem(mixed orderByItem, OrderByItem )

Walks down an OrderByItem AST node, thereby generating the appropriate SQL.

string

walkPathExpression(mixed pathExpr, mixed )

Walks down an PathExpression AST node, thereby generating the appropriate SQL.

string

walkQuantifiedExpression(mixed qExpr, QuantifiedExpression )

Walks down a QuantifiedExpression AST node, thereby generating the appropriate SQL.

string

walkSelectClause(mixed selectClause)

Walks down a SelectClause AST node, thereby generating the appropriate SQL.

string

walkSelectExpression(SelectExpression selectExpression)

Walks down a SelectExpression AST node and generates the corresponding SQL.

string

walkSelectStatement(mixed AST)

Walks down a SelectStatement AST node, thereby generating the appropriate SQL.

string

walkSimpleArithmeticExpression(mixed simpleArithmeticExpr, SimpleArithmeticExpression )

Walks down an SimpleArithmeticExpression AST node, thereby generating the appropriate SQL.

string

walkSimpleSelectClause(mixed simpleSelectClause, SimpleSelectClause )

Walks down a SimpleSelectClause AST node, thereby generating the appropriate SQL.

string

walkSimpleSelectExpression(mixed simpleSelectExpression, SimpleSelectExpression )

Walks down a SimpleSelectExpression AST node, thereby generating the appropriate SQL.

string

walkStateFieldPathExpression(mixed stateFieldPathExpression, StateFieldPathExpression )

Walks down a StateFieldPathExpression AST node, thereby generating the appropriate SQL.

string

walkStringPrimary(mixed stringPrimary, mixed )

Walks down a StringPrimary that represents an AST node, thereby generating the appropriate SQL.

string

walkSubselect(mixed subselect, Subselect )

Walks down a Subselect AST node, thereby generating the appropriate SQL.

string

walkSubselectFromClause(mixed subselectFromClause, SubselectFromClause )

Walks down a SubselectFromClause AST node, thereby generating the appropriate SQL.

string

walkUpdateClause(mixed updateClause, UpdateClause )

Walks down an UpdateClause AST node, thereby generating the appropriate SQL.

string

walkUpdateItem(mixed updateItem, UpdateItem )

Walks down an UpdateItem AST node, thereby generating the appropriate SQL.

string

walkUpdateStatement(mixed AST, UpdateStatement )

Walks down an UpdateStatement AST node, thereby generating the appropriate SQL.

string

walkWhereClause(mixed whereClause, WhereClause )

Walks down a WhereClause AST node, thereby generating the appropriate SQL.

- -

Constructor Detail

-
/Doctrine/ORM/Query/TreeWalkerChain.php at line 46
-

TreeWalkerChain

-public TreeWalkerChain(mixed query, mixed parserResult, mixed queryComponents) -
-

-
Inheritdoc.
-
-
- -
- -

Method Detail

-
/Doctrine/ORM/Query/TreeWalkerChain.php at line 58
-

addTreeWalker

-public void addTreeWalker(string walkerClass) -
-

Adds a tree walker to the chain.

-
Parameters:
-
walkerClass - The class of the walker to instantiate.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 610
-

getExecutor

-public AbstractExecutor getExecutor(mixed AST) -
-

Gets an executor that can be used to execute the result of this walker.

- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 247
-

walkAggregateExpression

-public string walkAggregateExpression(mixed aggExpression, AggregateExpression ) -
-

Walks down an AggregateExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 533
-

walkArithmeticExpression

-public string walkArithmeticExpression(mixed arithmeticExpr, ArithmeticExpression ) -
-

Walks down an ArithmeticExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 572
-

walkArithmeticFactor

-public string walkArithmeticFactor(mixed factor, mixed ) -
-

Walks down an ArithmeticFactor that represents an AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 546
-

walkArithmeticTerm

-public string walkArithmeticTerm(mixed term, mixed ) -
-

Walks down an ArithmeticTerm AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 468
-

walkBetweenExpression

-public string walkBetweenExpression(mixed betweenExpr, BetweenExpression ) -
-

Walks down a BetweenExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 403
-

walkCollectionMemberExpression

-public string walkCollectionMemberExpression(mixed collMemberExpr, CollectionMemberExpression ) -
-

Walks down a CollectionMemberExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 507
-

walkComparisonExpression

-public string walkComparisonExpression(mixed compExpr, ComparisonExpression ) -
-

Walks down a ComparisonExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 377
-

walkConditionalFactor

-public string walkConditionalFactor(mixed factor, ConditionalFactor ) -
-

Walks down a ConditionalFactor AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 364
-

walkConditionalTerm

-public string walkConditionalTerm(mixed condTerm, ConditionalTerm ) -
-

Walks down a ConditionalTerm AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 312
-

walkDeleteClause

-public string walkDeleteClause(mixed deleteClause, DeleteClause ) -
-

Walks down a DeleteClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 299
-

walkDeleteStatement

-public string walkDeleteStatement(mixed AST, DeleteStatement ) -
-

Walks down a DeleteStatement AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 416
-

walkEmptyCollectionComparisonExpression

-public string walkEmptyCollectionComparisonExpression(mixed emptyCollCompExpr, EmptyCollectionComparisonExpression ) -
-

Walks down an EmptyCollectionComparisonExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 390
-

walkExistsExpression

-public string walkExistsExpression(mixed existsExpr, ExistsExpression ) -
-

Walks down an ExistsExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 92
-

walkFromClause

-public string walkFromClause(mixed fromClause) -
-

Walks down a FromClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 104
-

walkFunction

-public string walkFunction(mixed function) -
-

Walks down a FunctionNode AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 260
-

walkGroupByClause

-public string walkGroupByClause(mixed groupByClause, GroupByClause ) -
-

Walks down a GroupByClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 273
-

walkGroupByItem

-public string walkGroupByItem(mixed pathExpr, GroupByItem ) -
-

Walks down a GroupByItem AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 143
-

walkHavingClause

-public string walkHavingClause(mixed havingClause, HavingClause ) -
-

Walks down a HavingClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 442
-

walkInExpression

-public string walkInExpression(mixed inExpr, InExpression ) -
-

Walks down an InExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 520
-

walkInputParameter

-public string walkInputParameter(mixed inputParam, InputParameter ) -
-

Walks down an InputParameter AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 156
-

walkJoinVariableDeclaration

-public string walkJoinVariableDeclaration(JoinVariableDeclaration joinVarDecl) -
-

Walks down a JoinVariableDeclaration AST node and creates the corresponding SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 481
-

walkLikeExpression

-public string walkLikeExpression(mixed likeExpr, LikeExpression ) -
-

Walks down a LikeExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 455
-

walkLiteral

-public string walkLiteral(mixed literal, mixed ) -
-

Walks down a literal that represents an AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 429
-

walkNullComparisonExpression

-public string walkNullComparisonExpression(mixed nullCompExpr, NullComparisonExpression ) -
-

Walks down a NullComparisonExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 117
-

walkOrderByClause

-public string walkOrderByClause(mixed orderByClause, OrderByClause ) -
-

Walks down an OrderByClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 130
-

walkOrderByItem

-public string walkOrderByItem(mixed orderByItem, OrderByItem ) -
-

Walks down an OrderByItem AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 598
-

walkPathExpression

-public string walkPathExpression(mixed pathExpr, mixed ) -
-

Walks down an PathExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 182
-

walkQuantifiedExpression

-public string walkQuantifiedExpression(mixed qExpr, QuantifiedExpression ) -
-

Walks down a QuantifiedExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 80
-

walkSelectClause

-public string walkSelectClause(mixed selectClause) -
-

Walks down a SelectClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 169
-

walkSelectExpression

-public string walkSelectExpression(SelectExpression selectExpression) -
-

Walks down a SelectExpression AST node and generates the corresponding SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 68
-

walkSelectStatement

-public string walkSelectStatement(mixed AST) -
-

Walks down a SelectStatement AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 585
-

walkSimpleArithmeticExpression

-public string walkSimpleArithmeticExpression(mixed simpleArithmeticExpr, SimpleArithmeticExpression ) -
-

Walks down an SimpleArithmeticExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 221
-

walkSimpleSelectClause

-public string walkSimpleSelectClause(mixed simpleSelectClause, SimpleSelectClause ) -
-

Walks down a SimpleSelectClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 234
-

walkSimpleSelectExpression

-public string walkSimpleSelectExpression(mixed simpleSelectExpression, SimpleSelectExpression ) -
-

Walks down a SimpleSelectExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 494
-

walkStateFieldPathExpression

-public string walkStateFieldPathExpression(mixed stateFieldPathExpression, StateFieldPathExpression ) -
-

Walks down a StateFieldPathExpression AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 559
-

walkStringPrimary

-public string walkStringPrimary(mixed stringPrimary, mixed ) -
-

Walks down a StringPrimary that represents an AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 195
-

walkSubselect

-public string walkSubselect(mixed subselect, Subselect ) -
-

Walks down a Subselect AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 208
-

walkSubselectFromClause

-public string walkSubselectFromClause(mixed subselectFromClause, SubselectFromClause ) -
-

Walks down a SubselectFromClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 325
-

walkUpdateClause

-public string walkUpdateClause(mixed updateClause, UpdateClause ) -
-

Walks down an UpdateClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 338
-

walkUpdateItem

-public string walkUpdateItem(mixed updateItem, UpdateItem ) -
-

Walks down an UpdateItem AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 286
-

walkUpdateStatement

-public string walkUpdateStatement(mixed AST, UpdateStatement ) -
-

Walks down an UpdateStatement AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
/Doctrine/ORM/Query/TreeWalkerChain.php at line 351
-

walkWhereClause

-public string walkWhereClause(mixed whereClause, WhereClause ) -
-

Walks down a WhereClause AST node, thereby generating the appropriate SQL.

-
Returns:
-
The SQL.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/querybuilder.html b/lib/api/doctrine/orm/querybuilder.html deleted file mode 100644 index 8aa04c93c..000000000 --- a/lib/api/doctrine/orm/querybuilder.html +++ /dev/null @@ -1,988 +0,0 @@ - - - - - - - - - - - -QueryBuilder (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\QueryBuilder
-
/Doctrine/ORM/QueryBuilder.php at line 38
- -

Class QueryBuilder

- -
QueryBuilder
- -
- -

public class QueryBuilder

- -

This class is responsible for building DQL query strings via an object oriented -PHP interface.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - - - - - -
Field Summary
final int

DELETE

final int

$SELECT

final int

STATE_CLEAN

final int

$STATE_DIRTY

final int

UPDATE

- - - - - - -
Constructor Summary

QueryBuilder(EntityManager em)

Initializes a new QueryBuilder that uses the given EntityManager.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
QueryBuilder

add(string dqlPartName, string dqlPart, string append)

Add a single DQL query part to the array of parts

QueryBuilder

addGroupBy(string groupBy)

Add to the existing GROUP BY clause[php] -$qb = $em->createQueryBuilder() -->select('u') -->from('User', 'u') -->groupBy('u.last_login'); -->addGroupBy('u.created_at')

QueryBuilder

addOrderBy(string sort, string order)

Add to the existing ORDER BY clause

QueryBuilder

addSelect(mixed select)

Add to the SELECT statement[php] -$qb = $em->createQueryBuilder() -->select('u') -->addSelect('p') -->from('User', 'u') -->leftJoin('u.Phonenumbers', 'p');

QueryBuilder

andHaving(mixed having)

Add to the existing HAVING clause with an AND

QueryBuilder

andWhere(mixed where)

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');

QueryBuilder

delete(string delete, string alias)

Construct a DQL DELETE query[php] -$qb = $em->createQueryBuilder() -->delete('User', 'u') -->where('u.id = :user_id'); -->setParameter(':user_id', 1);

Expr

expr()

Gets an ExpressionBuilder used for object-oriented construction of query expressions. -

QueryBuilder

from(string from, string alias)

Specify the FROM part when constructing a SELECT DQL query[php] -$qb = $em->createQueryBuilder() -->select('u') -->from('User', 'u')

string

getDQL()

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

mixed

getDQLPart(string queryPartName)

Get a DQL part or parts by the part name

array

getDQLParts()

Get the full DQL parts array

EntityManager

getEntityManager()

Get the associated EntityManager for this query builder.

integer

getFirstResult()

Gets the position of the first result the query object was set to retrieve (the "offset"). -

integer

getMaxResults()

Gets the maximum number of results the query object was set to retrieve (the "limit"). -

mixed

getParameter(mixed key)

Gets a query parameter.

array

getParameters(mixed params)

Get all defined parameters

Query

getQuery()

Constructs a Query instance from the current configuration of the builder. -

string

getRootAlias()

Get the root alias for the query.

integer

getState()

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'; -}

integer

getType()

Get the type of the currently built query.

QueryBuilder

groupBy(string groupBy)

Set the GROUP BY clause[php] -$qb = $em->createQueryBuilder() -->select('u') -->from('User', 'u') -->groupBy('u.id');

QueryBuilder

having(mixed having)

Set the HAVING clause

QueryBuilder

innerJoin(string join, string alias, string conditionType, string condition)

Add an INNER JOIN to an associated class. -

QueryBuilder

join(string join, string alias, string conditionType, string condition)

Add a INNER JOIN to an associated class. -

QueryBuilder

leftJoin(string join, string alias, string conditionType, string condition)

Add a LEFT JOIN[php] -$qb = $em->createQueryBuilder() -->select('u') -->from('User', 'u') -->leftJoin('u.Phonenumbers', 'p', Expr\Join::WITH, 'p.is_primary = 1');

QueryBuilder

orHaving(mixed having)

Add to the existing HAVING clause with an OR

QueryBuilder

orWhere(mixed where)

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');

QueryBuilder

orderBy(string sort, string order)

Set the ORDER BY clause

QueryBuilder

select(mixed select)

Set the SELECT statement[php] -$qb = $em->createQueryBuilder() -->select('u', 'p') -->from('User', 'u') -->leftJoin('u.Phonenumbers', 'p');

QueryBuilder

set(string key, string value)

Add a SET statement for a DQL UPDATE query[php] -$qb = $em->createQueryBuilder() -->update('User', 'u') -->set('u.password', md5('password')) -->where('u.id = ?');

QueryBuilder

setFirstResult(integer firstResult)

Sets the position of the first result to retrieve (the "offset").

QueryBuilder

setMaxResults(integer maxResults)

Sets the maximum number of results to retrieve (the "limit").

QueryBuilder

setParameter(string|integer key, mixed value)

Sets a query parameter. -

QueryBuilder

setParameters(array params)

Sets a collection of query parameters. -

QueryBuilder

update(string update, string alias)

Construct a DQL UPDATE query[php] -$qb = $em->createQueryBuilder() -->update('User', 'u') -->set('u.password', md5('password')) -->where('u.id = ?');

QueryBuilder

where(mixed predicates)

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);

- -

Field Detail

-
/Doctrine/ORM/QueryBuilder.php at line 41
-

DELETE

-public final int DELETE = 1 -
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 40
-

SELECT

-public final int $SELECT -
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 45
-

STATE_CLEAN

-public final int STATE_CLEAN = 1 -
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 44
-

STATE_DIRTY

-public final int $STATE_DIRTY -
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 42
-

UPDATE

-public final int UPDATE = 2 -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/QueryBuilder.php at line 101
-

QueryBuilder

-public QueryBuilder(EntityManager em) -
-

Initializes a new QueryBuilder that uses the given EntityManager.

-
Parameters:
-
em - The EntityManager to use.
-
-
- -
- -

Method Detail

-
/Doctrine/ORM/QueryBuilder.php at line 355
-

add

-public QueryBuilder add(string dqlPartName, string dqlPart, string append) -
-

Add a single DQL query part to the array of parts

-
Returns:
-
This QueryBuilder instance.
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 689
-

addGroupBy

-public QueryBuilder addGroupBy(string groupBy) -
-

Add to the existing GROUP BY clause

[php] -$qb = $em->createQueryBuilder() -->select('u') -->from('User', 'u') -->groupBy('u.last_login'); -->addGroupBy('u.created_at')

-
Parameters:
-
groupBy - The GROUP BY clause
-
Returns:
-
$qb
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 771
-

addOrderBy

-public QueryBuilder addOrderBy(string sort, string order) -
-

Add to the existing ORDER BY clause

-
Parameters:
-
sort - What to sort on
-
order - Optional: The order to sort the results.
-
Returns:
-
$qb
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 408
-

addSelect

-public QueryBuilder addSelect(mixed select) -
-

Add to the SELECT statement

[php] -$qb = $em->createQueryBuilder() -->select('u') -->addSelect('p') -->from('User', 'u') -->leftJoin('u.Phonenumbers', 'p');

-
Parameters:
-
select - String SELECT statement or SELECT Expr instance
-
Returns:
-
This QueryBuilder instance.
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 715
-

andHaving

-public QueryBuilder andHaving(mixed having) -
-

Add to the existing HAVING clause with an AND

-
Returns:
-
$qb
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 614
-

andWhere

-public QueryBuilder andWhere(mixed where) -
-

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');

-
Parameters:
-
where - The WHERE statement
-
Returns:
-
$qb
-
See Also:
-
where()
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 434
-

delete

-public QueryBuilder delete(string delete, string alias) -
-

Construct a DQL DELETE query

[php] -$qb = $em->createQueryBuilder() -->delete('User', 'u') -->where('u.id = :user_id'); -->setParameter(':user_id', 1);

-
Parameters:
-
delete - The model to delete
-
alias - The alias of the model
-
Returns:
-
This QueryBuilder instance.
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 118
-

expr

-public Expr expr() -
-

Gets an ExpressionBuilder used for object-oriented construction of query expressions. -Intended for convenient inline usage. Example:

[php] -$qb = $em->createQueryBuilder() -->select('u') -->from('User', 'u') -->where($qb->expr()->eq('u.id', 1));

- -
- -
/Doctrine/ORM/QueryBuilder.php at line 481
-

from

-public QueryBuilder from(string from, string alias) -
-

Specify the FROM part when constructing a SELECT DQL query

[php] -$qb = $em->createQueryBuilder() -->select('u') -->from('User', 'u')

-
Parameters:
-
from - The class name.
-
alias - The alias of the class.
-
Returns:
-
This QueryBuilder instance.
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 171
-

getDQL

-public string getDQL() -
-

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

-
Returns:
-
The DQL string
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 782
-

getDQLPart

-public mixed getDQLPart(string queryPartName) -
-

Get a DQL part or parts by the part name

-
Returns:
-
$queryPart
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 792
-

getDQLParts

-public array getDQLParts() -
-

Get the full DQL parts array

-
Returns:
-
$dqlParts
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 138
-

getEntityManager

-public EntityManager getEntityManager() -
-

Get the associated EntityManager for this query builder.

- -
- -
/Doctrine/ORM/QueryBuilder.php at line 319
-

getFirstResult

-public integer getFirstResult() -
-

Gets the position of the first result the query object was set to retrieve (the "offset"). -Returns NULL if setFirstResult was not applied to this query builder.

-
Returns:
-
The position of the first result.
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 342
-

getMaxResults

-public integer getMaxResults() -
-

Gets the maximum number of results the query object was set to retrieve (the "limit"). -Returns NULL if setMaxResults was not applied to this query builder.

-
Returns:
-
Maximum number of results.
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 296
-

getParameter

-public mixed getParameter(mixed key) -
-

Gets a query parameter.

-
Parameters:
-
key - The key (index or name) of the bound parameter.
-
Returns:
-
The value of the bound parameter.
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 285
-

getParameters

-public array getParameters(mixed params) -
-

Get all defined parameters

-
Returns:
-
Defined parameters
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 212
-

getQuery

-public Query getQuery() -
-

Constructs a Query instance from the current configuration of the builder.

[php] -$qb = $em->createQueryBuilder() -->select('u') -->from('User', 'u'); -$q = $qb->getQuery(); -$results = $q->execute();

- -
- -
/Doctrine/ORM/QueryBuilder.php at line 233
-

getRootAlias

-public string getRootAlias() -
-

Get the root alias for the query. This is the first entity alias involved -in the construction of the query

[php] -$qb = $em->createQueryBuilder() -->select('u') -->from('User', 'u');

echo $qb->getRootAlias(); // u

-
Returns:
-
$rootAlias
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 155
-

getState

-public integer getState() -
-

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'; -}

- -
- -
/Doctrine/ORM/QueryBuilder.php at line 128
-

getType

-public integer getType() -
-

Get the type of the currently built query.

- -
- -
/Doctrine/ORM/QueryBuilder.php at line 670
-

groupBy

-public QueryBuilder groupBy(string groupBy) -
-

Set the GROUP BY clause

[php] -$qb = $em->createQueryBuilder() -->select('u') -->from('User', 'u') -->groupBy('u.id');

-
Parameters:
-
groupBy - The GROUP BY clause
-
Returns:
-
$qb
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 700
-

having

-public QueryBuilder having(mixed having) -
-

Set the HAVING clause

-
Returns:
-
$qb
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 521
-

innerJoin

-public QueryBuilder innerJoin(string join, string alias, string conditionType, string condition) -
-

Add an INNER JOIN to an associated class.

[php] -$qb = $em->createQueryBuilder() -->select('u') -->from('User', 'u') -->innerJoin('u.Phonenumbers', 'p', Expr\Join::WITH, 'p.is_primary = 1');

-
Parameters:
-
join - The relationship to join
-
alias - The alias of the join
-
conditionType - The condition type constant. Either ON or WITH.
-
condition - The condition for the join
-
Returns:
-
This QueryBuilder instance.
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 501
-

join

-public QueryBuilder join(string join, string alias, string conditionType, string condition) -
-

Add a INNER JOIN to an associated class.

[php] -$qb = $em->createQueryBuilder() -->select('u') -->from('User', 'u') -->innerJoin('u.Phonenumbers', 'p', Expr\Join::WITH, 'p.is_primary = 1');

-
Parameters:
-
join - The relationship to join
-
alias - The alias of the join
-
conditionType - The condition type constant. Either ON or WITH.
-
condition - The condition for the join
-
Returns:
-
This QueryBuilder instance.
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 543
-

leftJoin

-public QueryBuilder leftJoin(string join, string alias, string conditionType, string condition) -
-

Add a LEFT JOIN

[php] -$qb = $em->createQueryBuilder() -->select('u') -->from('User', 'u') -->leftJoin('u.Phonenumbers', 'p', Expr\Join::WITH, 'p.is_primary = 1');

-
Parameters:
-
join - The relationship to join
-
alias - The alias of the join
-
conditionType - The condition type constant. Either ON or WITH.
-
condition - The condition for the join
-
Returns:
-
$qb
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 736
-

orHaving

-public QueryBuilder orHaving(mixed having) -
-

Add to the existing HAVING clause with an OR

-
Returns:
-
$qb
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 643
-

orWhere

-public QueryBuilder orWhere(mixed where) -
-

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');

-
Parameters:
-
where - The WHERE statement
-
Returns:
-
$qb
-
See Also:
-
where()
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 758
-

orderBy

-public QueryBuilder orderBy(string sort, string order) -
-

Set the ORDER BY clause

-
Parameters:
-
sort - What to sort on
-
order - Optional: The order to sort the results.
-
Returns:
-
$qb
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 382
-

select

-public QueryBuilder select(mixed select) -
-

Set the SELECT statement

[php] -$qb = $em->createQueryBuilder() -->select('u', 'p') -->from('User', 'u') -->leftJoin('u.Phonenumbers', 'p');

-
Parameters:
-
select - String SELECT statement or SELECT Expr instance
-
Returns:
-
This QueryBuilder instance.
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 563
-

set

-public QueryBuilder set(string key, string value) -
-

Add a SET statement for a DQL UPDATE query

[php] -$qb = $em->createQueryBuilder() -->update('User', 'u') -->set('u.password', md5('password')) -->where('u.id = ?');

-
Parameters:
-
key - The key/field to set
-
value - The value, expression, placeholder, etc. to use in the SET
-
Returns:
-
$qb
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 307
-

setFirstResult

-public QueryBuilder setFirstResult(integer firstResult) -
-

Sets the position of the first result to retrieve (the "offset").

-
Parameters:
-
firstResult - The first result to return.
-
Returns:
-
This QueryBuilder instance.
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 330
-

setMaxResults

-public QueryBuilder setMaxResults(integer maxResults) -
-

Sets the maximum number of results to retrieve (the "limit").

-
Returns:
-
This QueryBuilder instance.
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 252
-

setParameter

-public QueryBuilder setParameter(string|integer key, mixed value) -
-

Sets a query parameter.

[php] -$qb = $em->createQueryBuilder() -->select('u') -->from('User', 'u') -->where('u.id = :user_id') -->setParameter(':user_id', 1);

-
Parameters:
-
key - The parameter position or name.
-
value - The parameter value.
-
Returns:
-
This QueryBuilder instance.
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 274
-

setParameters

-public QueryBuilder setParameters(array params) -
-

Sets a collection of query parameters.

[php] -$qb = $em->createQueryBuilder() -->select('u') -->from('User', 'u') -->where('u.id = :user_id1 OR u.id = :user_id2') -->setParameters(array( -':user_id1' => 1, -':user_id2' => 2 -));

-
Returns:
-
This QueryBuilder instance.
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 458
-

update

-public QueryBuilder update(string update, string alias) -
-

Construct a DQL UPDATE query

[php] -$qb = $em->createQueryBuilder() -->update('User', 'u') -->set('u.password', md5('password')) -->where('u.id = ?');

-
Parameters:
-
update - The model to update
-
alias - The alias of the model
-
Returns:
-
This QueryBuilder instance.
-
-
- -
- -
/Doctrine/ORM/QueryBuilder.php at line 591
-

where

-public QueryBuilder where(mixed predicates) -
-

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);

-
Parameters:
-
predicates - The predicates.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/classmetadatareader.html b/lib/api/doctrine/orm/tools/classmetadatareader.html deleted file mode 100644 index 91e1109aa..000000000 --- a/lib/api/doctrine/orm/tools/classmetadatareader.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - - - - - - -ClassMetadataReader (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\ClassMetadataReader
-
/Doctrine/ORM/Tools/ClassMetadataReader.php at line 54
- -

Class ClassMetadataReader

- -
ClassMetadataReader
- -
- -

public class ClassMetadataReader

- -

Class to read metadata mapping information from multiple sources into an array -of ClassMetadataInfo instances.

The difference between this class and the ClassMetadataFactory is that this -is just a tool for reading in the mapping information from files without -having it bound to the actual ORM and the mapping information referenced by -the EntityManager. This allows us to read any source of mapping information -and return a single array of aggregated ClassMetadataInfo instances.

These arrays are used for exporting the mapping information to the supported -mapping drivers, generating entities, generating repositories, etc.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - -
Method Summary
void

addMappingSource(string source, string type)

Add a new mapping directory to the array of directories to convert and export -to another format

array

getMetadatas(bool autoload)

Get an array of ClassMetadataInfo instances for all the configured mapping -directories.

static void

registerMappingDriver(string name, string class)

Register a new mapping driver class under a specified name

void

setEntityManager(EntityManager em)

Optionally set the EntityManager instance to get the AnnotationDriver -from instead of creating a new instance of the AnnotationDriver

- -

Method Detail

-
/Doctrine/ORM/Tools/ClassMetadataReader.php at line 139
-

addMappingSource

-public void addMappingSource(string source, string type) -
-

Add a new mapping directory to the array of directories to convert and export -to another format

-
Parameters:
-
source - The source for the mapping
-
type - The type of mapping files (yml, xml, etc.)
-
-
- -
- -
/Doctrine/ORM/Tools/ClassMetadataReader.php at line 104
-

getMetadatas

-public array getMetadatas(bool autoload) -
-

Get an array of ClassMetadataInfo instances for all the configured mapping -directories. Reads the mapping directories and populates ClassMetadataInfo -instances.

If you specify $autoload = true then this method will return ClassMetadata -instances instead of ClassMetadataInfo instances. Keep in mind that if you -specify it to autoload and it doesn't find the class your autoloader may -throw an error.

-
Parameters:
-
autoload - Whether or to try and autoload the classes
-
Returns:
-
$classes
-
-
- -
- -
/Doctrine/ORM/Tools/ClassMetadataReader.php at line 74
-

registerMappingDriver

-public static void registerMappingDriver(string name, string class) -
-

Register a new mapping driver class under a specified name

- -
- -
/Doctrine/ORM/Tools/ClassMetadataReader.php at line 86
-

setEntityManager

-public void setEntityManager(EntityManager em) -
-

Optionally set the EntityManager instance to get the AnnotationDriver -from instead of creating a new instance of the AnnotationDriver

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/clearcache/metadatacommand.html b/lib/api/doctrine/orm/tools/console/command/clearcache/metadatacommand.html deleted file mode 100644 index 8243395bd..000000000 --- a/lib/api/doctrine/orm/tools/console/command/clearcache/metadatacommand.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - -MetadataCommand (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
-
/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php at line 40
- -

Class MetadataCommand

- -
Class:MetadataCommand - Superclass: Console
-Console
⌊ MetadataCommand
- -
- -

public class MetadataCommand
extends Console - -

- -

Command to clear the metadata cache of the various cache drivers.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Method Summary
protected void

configure()

protected void

execute(mixed input, mixed output)

- -

Method Detail

-
/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php at line 45
-

configure

-protected void configure() -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php at line 60
-

execute

-protected void execute(mixed input, mixed output) -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/clearcache/package-frame.html b/lib/api/doctrine/orm/tools/console/command/clearcache/package-frame.html deleted file mode 100644 index 5de004747..000000000 --- a/lib/api/doctrine/orm/tools/console/command/clearcache/package-frame.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Console\Command\ClearCache (Doctrine) - - - - -

Doctrine\ORM\Tools\Console\Command\ClearCache

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/clearcache/package-functions.html b/lib/api/doctrine/orm/tools/console/command/clearcache/package-functions.html deleted file mode 100644 index a0cc5ae81..000000000 --- a/lib/api/doctrine/orm/tools/console/command/clearcache/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/clearcache/package-globals.html b/lib/api/doctrine/orm/tools/console/command/clearcache/package-globals.html deleted file mode 100644 index a9a6b0f89..000000000 --- a/lib/api/doctrine/orm/tools/console/command/clearcache/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/clearcache/package-summary.html b/lib/api/doctrine/orm/tools/console/command/clearcache/package-summary.html deleted file mode 100644 index f14cce2c9..000000000 --- a/lib/api/doctrine/orm/tools/console/command/clearcache/package-summary.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Console\Command\ClearCache (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\ORM\Tools\Console\Command\ClearCache

- - - - - - -
Class Summary
MetadataCommandCommand to clear the metadata cache of the various cache drivers.
QueryCommandCommand to clear the query cache of the various cache drivers.
ResultCommandCommand to clear the result cache of the various cache drivers.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/clearcache/package-tree.html b/lib/api/doctrine/orm/tools/console/command/clearcache/package-tree.html deleted file mode 100644 index ec149d345..000000000 --- a/lib/api/doctrine/orm/tools/console/command/clearcache/package-tree.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Console\Command\ClearCache (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\ORM\Tools\Console\Command\ClearCache

-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/clearcache/querycommand.html b/lib/api/doctrine/orm/tools/console/command/clearcache/querycommand.html deleted file mode 100644 index 3b3d9b3ec..000000000 --- a/lib/api/doctrine/orm/tools/console/command/clearcache/querycommand.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - -QueryCommand (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
-
/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php at line 40
- -

Class QueryCommand

- -
Class:QueryCommand - Superclass: Console
-Console
⌊ QueryCommand
- -
- -

public class QueryCommand
extends Console - -

- -

Command to clear the query cache of the various cache drivers.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Method Summary
protected void

configure()

protected void

execute(mixed input, mixed output)

- -

Method Detail

-
/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php at line 45
-

configure

-protected void configure() -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php at line 60
-

execute

-protected void execute(mixed input, mixed output) -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/clearcache/resultcommand.html b/lib/api/doctrine/orm/tools/console/command/clearcache/resultcommand.html deleted file mode 100644 index e75373f9c..000000000 --- a/lib/api/doctrine/orm/tools/console/command/clearcache/resultcommand.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - -ResultCommand (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
-
/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php at line 40
- -

Class ResultCommand

- -
Class:ResultCommand - Superclass: Console
-Console
⌊ ResultCommand
- -
- -

public class ResultCommand
extends Console - -

- -

Command to clear the result cache of the various cache drivers.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Method Summary
protected void

configure()

protected void

execute(mixed input, mixed output)

- -

Method Detail

-
/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php at line 45
-

configure

-protected void configure() -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php at line 78
-

execute

-protected void execute(mixed input, mixed output) -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/convertdoctrine1schemacommand.html b/lib/api/doctrine/orm/tools/console/command/convertdoctrine1schemacommand.html deleted file mode 100644 index faf8f535b..000000000 --- a/lib/api/doctrine/orm/tools/console/command/convertdoctrine1schemacommand.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - -ConvertDoctrine1SchemaCommand (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Console\Command\ConvertDoctrine1SchemaCommand
-
/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php at line 42
- -

Class ConvertDoctrine1SchemaCommand

- -
Class:ConvertDoctrine1SchemaCommand - Superclass: Console
-Console
⌊ ConvertDoctrine1SchemaCommand
- -
- -

public class ConvertDoctrine1SchemaCommand
extends Console - -

- -

Command to convert a Doctrine 1 schema to a Doctrine 2 mapping file.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Method Summary
protected void

configure()

protected void

execute(mixed input, mixed output)

- -

Method Detail

-
/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php at line 47
-

configure

-protected void configure() -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php at line 86
-

execute

-protected void execute(mixed input, mixed output) -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/convertmappingcommand.html b/lib/api/doctrine/orm/tools/console/command/convertmappingcommand.html deleted file mode 100644 index 955a61fe3..000000000 --- a/lib/api/doctrine/orm/tools/console/command/convertmappingcommand.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - -ConvertMappingCommand (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
-
/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php at line 42
- -

Class ConvertMappingCommand

- -
Class:ConvertMappingCommand - Superclass: Console
-Console
⌊ ConvertMappingCommand
- -
- -

public class ConvertMappingCommand
extends Console - -

- -

Command to convert your mapping information between the various formats.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Method Summary
protected void

configure()

protected void

execute(mixed input, mixed output)

- -

Method Detail

-
/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php at line 47
-

configure

-protected void configure() -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php at line 85
-

execute

-protected void execute(mixed input, mixed output) -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/ensureproductionsettingscommand.html b/lib/api/doctrine/orm/tools/console/command/ensureproductionsettingscommand.html deleted file mode 100644 index 1dd324b2e..000000000 --- a/lib/api/doctrine/orm/tools/console/command/ensureproductionsettingscommand.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - -EnsureProductionSettingsCommand (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
-
/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php at line 40
- -

Class EnsureProductionSettingsCommand

- -
Class:EnsureProductionSettingsCommand - Superclass: Console
-Console
⌊ EnsureProductionSettingsCommand
- -
- -

public class EnsureProductionSettingsCommand
extends Console - -

- -

Command to ensure that Doctrine is properly configured for a production environment.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Method Summary
protected void

configure()

protected void

execute(mixed input, mixed output)

- -

Method Detail

-
/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php at line 45
-

configure

-protected void configure() -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php at line 65
-

execute

-protected void execute(mixed input, mixed output) -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/generateentitiescommand.html b/lib/api/doctrine/orm/tools/console/command/generateentitiescommand.html deleted file mode 100644 index c78ffacac..000000000 --- a/lib/api/doctrine/orm/tools/console/command/generateentitiescommand.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - -GenerateEntitiesCommand (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Console\Command\GenerateEntitiesCommand
-
/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php at line 42
- -

Class GenerateEntitiesCommand

- -
Class:GenerateEntitiesCommand - Superclass: Console
-Console
⌊ GenerateEntitiesCommand
- -
- -

public class GenerateEntitiesCommand
extends Console - -

- -

Command to generate entity classes and method stubs from your mapping information.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Method Summary
protected void

configure()

protected void

execute(mixed input, mixed output)

- -

Method Detail

-
/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php at line 47
-

configure

-protected void configure() -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php at line 94
-

execute

-protected void execute(mixed input, mixed output) -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/generateproxiescommand.html b/lib/api/doctrine/orm/tools/console/command/generateproxiescommand.html deleted file mode 100644 index 24ede87c1..000000000 --- a/lib/api/doctrine/orm/tools/console/command/generateproxiescommand.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - -GenerateProxiesCommand (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Console\Command\GenerateProxiesCommand
-
/Doctrine/ORM/Tools/Console/Command/GenerateProxiesCommand.php at line 41
- -

Class GenerateProxiesCommand

- -
Class:GenerateProxiesCommand - Superclass: Console
-Console
⌊ GenerateProxiesCommand
- -
- -

public class GenerateProxiesCommand
extends Console - -

- -

Command to (re)generate the proxy classes used by doctrine.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Method Summary
protected void

configure()

protected void

execute(mixed input, mixed output)

- -

Method Detail

-
/Doctrine/ORM/Tools/Console/Command/GenerateProxiesCommand.php at line 46
-

configure

-protected void configure() -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
/Doctrine/ORM/Tools/Console/Command/GenerateProxiesCommand.php at line 70
-

execute

-protected void execute(mixed input, mixed output) -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/generaterepositoriescommand.html b/lib/api/doctrine/orm/tools/console/command/generaterepositoriescommand.html deleted file mode 100644 index 3ad79123f..000000000 --- a/lib/api/doctrine/orm/tools/console/command/generaterepositoriescommand.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - -GenerateRepositoriesCommand (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Console\Command\GenerateRepositoriesCommand
-
/Doctrine/ORM/Tools/Console/Command/GenerateRepositoriesCommand.php at line 41
- -

Class GenerateRepositoriesCommand

- -
Class:GenerateRepositoriesCommand - Superclass: Console
-Console
⌊ GenerateRepositoriesCommand
- -
- -

public class GenerateRepositoriesCommand
extends Console - -

- -

Command to generate repository classes for mapping information.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Method Summary
protected void

configure()

protected void

execute(mixed input, mixed output)

- -

Method Detail

-
/Doctrine/ORM/Tools/Console/Command/GenerateRepositoriesCommand.php at line 63
-

configure

-protected void configure() -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
/Doctrine/ORM/Tools/Console/Command/GenerateRepositoriesCommand.php at line 86
-

execute

-protected void execute(mixed input, mixed output) -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/package-frame.html b/lib/api/doctrine/orm/tools/console/command/package-frame.html deleted file mode 100644 index 9afb44962..000000000 --- a/lib/api/doctrine/orm/tools/console/command/package-frame.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Console\Command (Doctrine) - - - - -

Doctrine\ORM\Tools\Console\Command

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/package-functions.html b/lib/api/doctrine/orm/tools/console/command/package-functions.html deleted file mode 100644 index a44031213..000000000 --- a/lib/api/doctrine/orm/tools/console/command/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/package-globals.html b/lib/api/doctrine/orm/tools/console/command/package-globals.html deleted file mode 100644 index 8639c6cfc..000000000 --- a/lib/api/doctrine/orm/tools/console/command/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/package-summary.html b/lib/api/doctrine/orm/tools/console/command/package-summary.html deleted file mode 100644 index e95708f8b..000000000 --- a/lib/api/doctrine/orm/tools/console/command/package-summary.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Console\Command (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\ORM\Tools\Console\Command

- - - - - - - - - - -
Class Summary
ConvertDoctrine1SchemaCommandCommand to convert a Doctrine 1 schema to a Doctrine 2 mapping file.
ConvertMappingCommandCommand to convert your mapping information between the various formats.
EnsureProductionSettingsCommandCommand to ensure that Doctrine is properly configured for a production environment.
GenerateEntitiesCommandCommand to generate entity classes and method stubs from your mapping information.
GenerateProxiesCommandCommand to (re)generate the proxy classes used by doctrine.
GenerateRepositoriesCommandCommand to generate repository classes for mapping information.
RunDqlCommandCommand to execute DQL queries in a given EntityManager.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/package-tree.html b/lib/api/doctrine/orm/tools/console/command/package-tree.html deleted file mode 100644 index cb6985d8a..000000000 --- a/lib/api/doctrine/orm/tools/console/command/package-tree.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Console\Command (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\ORM\Tools\Console\Command

-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/rundqlcommand.html b/lib/api/doctrine/orm/tools/console/command/rundqlcommand.html deleted file mode 100644 index dda9d8cf9..000000000 --- a/lib/api/doctrine/orm/tools/console/command/rundqlcommand.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - -RunDqlCommand (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Console\Command\RunDqlCommand
-
/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php at line 40
- -

Class RunDqlCommand

- -
Class:RunDqlCommand - Superclass: Console
-Console
⌊ RunDqlCommand
- -
- -

public class RunDqlCommand
extends Console - -

- -

Command to execute DQL queries in a given EntityManager.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Method Summary
protected void

configure()

protected void

execute(mixed input, mixed output)

- -

Method Detail

-
/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php at line 45
-

configure

-protected void configure() -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php at line 79
-

execute

-protected void execute(mixed input, mixed output) -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/schematool/abstractcommand.html b/lib/api/doctrine/orm/tools/console/command/schematool/abstractcommand.html deleted file mode 100644 index a53cf72ac..000000000 --- a/lib/api/doctrine/orm/tools/console/command/schematool/abstractcommand.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - - - - - -AbstractCommand (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Console\Command\SchemaTool\AbstractCommand
-
/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php at line 33
- -

Class AbstractCommand

- -
Class:AbstractCommand - Superclass: Command
-Command
⌊ AbstractCommand
- -
- -

public abstract class AbstractCommand
extends Command - -

- -
- - - - - - - - - - - -
Method Summary
protected void

execute(mixed input, mixed output)

protected abstract void

executeSchemaCommand(InputInterface input, OutputInterface output, SchemaTool schemaTool, array metadatas)

- -

Method Detail

-
/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php at line 46
-

execute

-protected void execute(mixed input, mixed output) -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php at line 41
-

executeSchemaCommand

-protected abstract void executeSchemaCommand(InputInterface input, OutputInterface output, SchemaTool schemaTool, array metadatas) -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/schematool/createcommand.html b/lib/api/doctrine/orm/tools/console/command/schematool/createcommand.html deleted file mode 100644 index ad295dc03..000000000 --- a/lib/api/doctrine/orm/tools/console/command/schematool/createcommand.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - - -CreateCommand (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
-
/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php at line 42
- -

Class CreateCommand

- -
Class:CreateCommand - Superclass: AbstractCommand
-Class:AbstractCommand - Superclass: Command
-Command
⌊ AbstractCommand
⌊ CreateCommand
- -
- -

public class CreateCommand
extends AbstractCommand - -

- -

Command to create the database schema for a set of classes based on their mappings.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Method Summary
protected void

configure()

protected void

executeSchemaCommand(mixed input, mixed output, mixed schemaTool, mixed metadatas)

- - - -
Methods inherited from Doctrine\ORM\Tools\Console\Command\SchemaTool\AbstractCommand
execute, executeSchemaCommand
- -

Method Detail

-
/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php at line 47
-

configure

-protected void configure() -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php at line 66
-

executeSchemaCommand

-protected void executeSchemaCommand(mixed input, mixed output, mixed schemaTool, mixed metadatas) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/schematool/dropcommand.html b/lib/api/doctrine/orm/tools/console/command/schematool/dropcommand.html deleted file mode 100644 index 75af21e92..000000000 --- a/lib/api/doctrine/orm/tools/console/command/schematool/dropcommand.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - - -DropCommand (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
-
/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php at line 42
- -

Class DropCommand

- -
Class:DropCommand - Superclass: AbstractCommand
-Class:AbstractCommand - Superclass: Command
-Command
⌊ AbstractCommand
⌊ DropCommand
- -
- -

public class DropCommand
extends AbstractCommand - -

- -

Command to drop the database schema for a set of classes based on their mappings.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Method Summary
protected void

configure()

protected void

executeSchemaCommand(mixed input, mixed output, mixed schemaTool, mixed metadatas)

- - - -
Methods inherited from Doctrine\ORM\Tools\Console\Command\SchemaTool\AbstractCommand
execute, executeSchemaCommand
- -

Method Detail

-
/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php at line 47
-

configure

-protected void configure() -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php at line 67
-

executeSchemaCommand

-protected void executeSchemaCommand(mixed input, mixed output, mixed schemaTool, mixed metadatas) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/schematool/package-frame.html b/lib/api/doctrine/orm/tools/console/command/schematool/package-frame.html deleted file mode 100644 index 759d917da..000000000 --- a/lib/api/doctrine/orm/tools/console/command/schematool/package-frame.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Console\Command\SchemaTool (Doctrine) - - - - -

Doctrine\ORM\Tools\Console\Command\SchemaTool

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/schematool/package-functions.html b/lib/api/doctrine/orm/tools/console/command/schematool/package-functions.html deleted file mode 100644 index 60c7a97ed..000000000 --- a/lib/api/doctrine/orm/tools/console/command/schematool/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/schematool/package-globals.html b/lib/api/doctrine/orm/tools/console/command/schematool/package-globals.html deleted file mode 100644 index 292bd3dfc..000000000 --- a/lib/api/doctrine/orm/tools/console/command/schematool/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/schematool/package-summary.html b/lib/api/doctrine/orm/tools/console/command/schematool/package-summary.html deleted file mode 100644 index 65879393f..000000000 --- a/lib/api/doctrine/orm/tools/console/command/schematool/package-summary.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Console\Command\SchemaTool (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\ORM\Tools\Console\Command\SchemaTool

- - - - - - - -
Class Summary
AbstractCommand
CreateCommandCommand to create the database schema for a set of classes based on their mappings.
DropCommandCommand to drop the database schema for a set of classes based on their mappings.
UpdateCommandCommand to update the database schema for a set of classes based on their mappings.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/schematool/package-tree.html b/lib/api/doctrine/orm/tools/console/command/schematool/package-tree.html deleted file mode 100644 index 2012e4935..000000000 --- a/lib/api/doctrine/orm/tools/console/command/schematool/package-tree.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Console\Command\SchemaTool (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\ORM\Tools\Console\Command\SchemaTool

-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/command/schematool/updatecommand.html b/lib/api/doctrine/orm/tools/console/command/schematool/updatecommand.html deleted file mode 100644 index a96827726..000000000 --- a/lib/api/doctrine/orm/tools/console/command/schematool/updatecommand.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - - - - - -UpdateCommand (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
-
/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php at line 42
- -

Class UpdateCommand

- -
Class:UpdateCommand - Superclass: AbstractCommand
-Class:AbstractCommand - Superclass: Command
-Command
⌊ AbstractCommand
⌊ UpdateCommand
- -
- -

public class UpdateCommand
extends AbstractCommand - -

- -

Command to update the database schema for a set of classes based on their mappings.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - -
Method Summary
protected void

configure()

protected void

executeSchemaCommand(mixed input, mixed output, mixed schemaTool, mixed metadatas)

- - - -
Methods inherited from Doctrine\ORM\Tools\Console\Command\SchemaTool\AbstractCommand
execute, executeSchemaCommand
- -

Method Detail

-
/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php at line 47
-

configure

-protected void configure() -
-

-
See Also:
-
Console\Command\Command
-
-
- -
- -
/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php at line 72
-

executeSchemaCommand

-protected void executeSchemaCommand(mixed input, mixed output, mixed schemaTool, mixed metadatas) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/helper/entitymanagerhelper.html b/lib/api/doctrine/orm/tools/console/helper/entitymanagerhelper.html deleted file mode 100644 index ba80e531d..000000000 --- a/lib/api/doctrine/orm/tools/console/helper/entitymanagerhelper.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - - - -EntityManagerHelper (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper
-
/Doctrine/ORM/Tools/Console/Helper/EntityManagerHelper.php at line 39
- -

Class EntityManagerHelper

- -
Class:EntityManagerHelper - Superclass: Helper
-Helper
⌊ EntityManagerHelper
- -
- -

public class EntityManagerHelper
extends Helper - -

- -

Doctrine CLI Connection Helper.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - -
Field Summary
protected EntityManager

$_em

Doctrine ORM EntityManager

- - - - - - -
Constructor Summary

EntityManagerHelper(mixed em, Connection connection)

Constructor

- - - - - - - - - - - -
Method Summary
EntityManager

getEntityManager()

Retrieves Doctrine ORM EntityManager

void

getName()

- -

Field Detail

-
/Doctrine/ORM/Tools/Console/Helper/EntityManagerHelper.php at line 45
-

_em

-protected EntityManager $_em -
-

Doctrine ORM EntityManager

- -
- -

Constructor Detail

-
/Doctrine/ORM/Tools/Console/Helper/EntityManagerHelper.php at line 52
-

EntityManagerHelper

-public EntityManagerHelper(mixed em, Connection connection) -
-

Constructor

-
Parameters:
-
connection - Doctrine Database Connection
-
-
- -
- -

Method Detail

-
/Doctrine/ORM/Tools/Console/Helper/EntityManagerHelper.php at line 62
-

getEntityManager

-public EntityManager getEntityManager() -
-

Retrieves Doctrine ORM EntityManager

- -
- -
/Doctrine/ORM/Tools/Console/Helper/EntityManagerHelper.php at line 70
-

getName

-public void getName() -
-

-
See Also:
-
Helper
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/helper/package-frame.html b/lib/api/doctrine/orm/tools/console/helper/package-frame.html deleted file mode 100644 index 7242bcfad..000000000 --- a/lib/api/doctrine/orm/tools/console/helper/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Console\Helper (Doctrine) - - - - -

Doctrine\ORM\Tools\Console\Helper

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/helper/package-functions.html b/lib/api/doctrine/orm/tools/console/helper/package-functions.html deleted file mode 100644 index 108aa13d2..000000000 --- a/lib/api/doctrine/orm/tools/console/helper/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/helper/package-globals.html b/lib/api/doctrine/orm/tools/console/helper/package-globals.html deleted file mode 100644 index 7a9dd2a61..000000000 --- a/lib/api/doctrine/orm/tools/console/helper/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/helper/package-summary.html b/lib/api/doctrine/orm/tools/console/helper/package-summary.html deleted file mode 100644 index 2ce0426bc..000000000 --- a/lib/api/doctrine/orm/tools/console/helper/package-summary.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Console\Helper (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\ORM\Tools\Console\Helper

- - - - -
Class Summary
EntityManagerHelperDoctrine CLI Connection Helper.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/helper/package-tree.html b/lib/api/doctrine/orm/tools/console/helper/package-tree.html deleted file mode 100644 index a7adf455f..000000000 --- a/lib/api/doctrine/orm/tools/console/helper/package-tree.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Console\Helper (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\ORM\Tools\Console\Helper

-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/metadatafilter.html b/lib/api/doctrine/orm/tools/console/metadatafilter.html deleted file mode 100644 index 734448192..000000000 --- a/lib/api/doctrine/orm/tools/console/metadatafilter.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - - - -MetadataFilter (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Console\MetadataFilter
-
/Doctrine/ORM/Tools/Console/MetadataFilter.php at line 36
- -

Class MetadataFilter

- -
Class:MetadataFilter - Superclass: FilterIterator
-FilterIterator
⌊ MetadataFilter
- -
- -

public class MetadataFilter
extends FilterIterator - -

- -

Used by CLI Tools to restrict entity-based commands to given patterns.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.com
-
Since:
-
1.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - -
Constructor Summary

MetadataFilter(mixed metadata, mixed filter)

- - - - - - - - - - - - - - - -
Method Summary
void

accept()

void

count()

static array

filter(array metadatas, array|string filter)

Filter Metadatas by one or more filter options.

- -

Constructor Detail

-
/Doctrine/ORM/Tools/Console/MetadataFilter.php at line 53
-

MetadataFilter

-public MetadataFilter(mixed metadata, mixed filter) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Tools/Console/MetadataFilter.php at line 59
-

accept

-public void accept() -
-
- -
- -
/Doctrine/ORM/Tools/Console/MetadataFilter.php at line 76
-

count

-public void count() -
-
- -
- -
/Doctrine/ORM/Tools/Console/MetadataFilter.php at line 45
-

filter

-public static array filter(array metadatas, array|string filter) -
-

Filter Metadatas by one or more filter options.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/package-frame.html b/lib/api/doctrine/orm/tools/console/package-frame.html deleted file mode 100644 index 03b914e07..000000000 --- a/lib/api/doctrine/orm/tools/console/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Console (Doctrine) - - - - -

Doctrine\ORM\Tools\Console

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/package-functions.html b/lib/api/doctrine/orm/tools/console/package-functions.html deleted file mode 100644 index e6fd6538b..000000000 --- a/lib/api/doctrine/orm/tools/console/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/package-globals.html b/lib/api/doctrine/orm/tools/console/package-globals.html deleted file mode 100644 index aa4ca7d61..000000000 --- a/lib/api/doctrine/orm/tools/console/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/package-summary.html b/lib/api/doctrine/orm/tools/console/package-summary.html deleted file mode 100644 index ed295f30b..000000000 --- a/lib/api/doctrine/orm/tools/console/package-summary.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Console (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\ORM\Tools\Console

- - - - -
Class Summary
MetadataFilterUsed by CLI Tools to restrict entity-based commands to given patterns.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/console/package-tree.html b/lib/api/doctrine/orm/tools/console/package-tree.html deleted file mode 100644 index c4d628559..000000000 --- a/lib/api/doctrine/orm/tools/console/package-tree.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Console (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\ORM\Tools\Console

-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/convertdoctrine1schema.html b/lib/api/doctrine/orm/tools/convertdoctrine1schema.html deleted file mode 100644 index 2dcacc7c1..000000000 --- a/lib/api/doctrine/orm/tools/convertdoctrine1schema.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - - - - -ConvertDoctrine1Schema (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\ConvertDoctrine1Schema
-
/Doctrine/ORM/Tools/ConvertDoctrine1Schema.php at line 39
- -

Class ConvertDoctrine1Schema

- -
ConvertDoctrine1Schema
- -
- -

public class ConvertDoctrine1Schema

- -

Class to help with converting Doctrine 1 schema files to Doctrine 2 mapping files

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - -
Constructor Summary

ConvertDoctrine1Schema(array from)

Constructor passes the directory or array of directories -to convert the Doctrine 1 schema files from

- - - - - - - -
Method Summary
array

getMetadatas()

Get an array of ClassMetadataInfo instances from the passed -Doctrine 1 schema

- -

Constructor Detail

-
/Doctrine/ORM/Tools/ConvertDoctrine1Schema.php at line 54
-

ConvertDoctrine1Schema

-public ConvertDoctrine1Schema(array from) -
-

Constructor passes the directory or array of directories -to convert the Doctrine 1 schema files from

-
Author:
-
Jonathan Wage
-
-
- -
- -

Method Detail

-
/Doctrine/ORM/Tools/ConvertDoctrine1Schema.php at line 65
-

getMetadatas

-public array getMetadatas() -
-

Get an array of ClassMetadataInfo instances from the passed -Doctrine 1 schema

-
Returns:
-
$metadatas An array of ClassMetadataInfo instances
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/entitygenerator.html b/lib/api/doctrine/orm/tools/entitygenerator.html deleted file mode 100644 index 16c0fd118..000000000 --- a/lib/api/doctrine/orm/tools/entitygenerator.html +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - - - - - - -EntityGenerator (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\EntityGenerator
-
/Doctrine/ORM/Tools/EntityGenerator.php at line 50
- -

Class EntityGenerator

- -
EntityGenerator
- -
- -

public class EntityGenerator

- -

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');

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

generate(array metadatas, string outputDirectory)

Generate and write entity classes for the given array of ClassMetadataInfo instances

string

generateEntityClass(ClassMetadataInfo metadata)

Generate a PHP5 Doctrine 2 entity class from the given ClassMetadataInfo instance

string

generateUpdatedEntityClass(ClassMetadataInfo metadata, string path)

Generate the updated code for the given ClassMetadataInfo and entity at path

void

setClassToExtend(mixed classToExtend)

Set the name of the class the generated classes should extend from

void

setExtension(string extension)

Set the extension to use when writing php files to disk

void

setGenerateAnnotations(bool bool)

Set whether or not to generate annotations for the entity

void

setGenerateStubMethods(bool bool)

Set whether or not to generate stub methods for the entity

void

setNumSpaces(integer numSpaces)

Set the number of spaces the exported class should have

void

setRegenerateEntityIfExists(bool bool)

Set whether or not to regenerate the entity if it exists

void

setUpdateEntityIfExists(bool bool)

Set whether or not to try and update the entity if it already exists

void

writeEntityClass(ClassMetadataInfo metadata, string outputDirectory)

Generated and write entity class to disk for the given ClassMetadataInfo instance

- -

Method Detail

-
/Doctrine/ORM/Tools/EntityGenerator.php at line 142
-

generate

-public void generate(array metadatas, string outputDirectory) -
-

Generate and write entity classes for the given array of ClassMetadataInfo instances

- -
- -
/Doctrine/ORM/Tools/EntityGenerator.php at line 188
-

generateEntityClass

-public string generateEntityClass(ClassMetadataInfo metadata) -
-

Generate a PHP5 Doctrine 2 entity class from the given ClassMetadataInfo instance

-
Returns:
-
$code
-
-
- -
- -
/Doctrine/ORM/Tools/EntityGenerator.php at line 216
-

generateUpdatedEntityClass

-public string generateUpdatedEntityClass(ClassMetadataInfo metadata, string path) -
-

Generate the updated code for the given ClassMetadataInfo and entity at path

-
Returns:
-
$code;
-
-
- -
- -
/Doctrine/ORM/Tools/EntityGenerator.php at line 254
-

setClassToExtend

-public void setClassToExtend(mixed classToExtend) -
-

Set the name of the class the generated classes should extend from

- -
- -
/Doctrine/ORM/Tools/EntityGenerator.php at line 244
-

setExtension

-public void setExtension(string extension) -
-

Set the extension to use when writing php files to disk

- -
- -
/Doctrine/ORM/Tools/EntityGenerator.php at line 265
-

setGenerateAnnotations

-public void setGenerateAnnotations(bool bool) -
-

Set whether or not to generate annotations for the entity

- -
- -
/Doctrine/ORM/Tools/EntityGenerator.php at line 298
-

setGenerateStubMethods

-public void setGenerateStubMethods(bool bool) -
-

Set whether or not to generate stub methods for the entity

- -
- -
/Doctrine/ORM/Tools/EntityGenerator.php at line 232
-

setNumSpaces

-public void setNumSpaces(integer numSpaces) -
-

Set the number of spaces the exported class should have

- -
- -
/Doctrine/ORM/Tools/EntityGenerator.php at line 287
-

setRegenerateEntityIfExists

-public void setRegenerateEntityIfExists(bool bool) -
-

Set whether or not to regenerate the entity if it exists

- -
- -
/Doctrine/ORM/Tools/EntityGenerator.php at line 276
-

setUpdateEntityIfExists

-public void setUpdateEntityIfExists(bool bool) -
-

Set whether or not to try and update the entity if it already exists

- -
- -
/Doctrine/ORM/Tools/EntityGenerator.php at line 156
-

writeEntityClass

-public void writeEntityClass(ClassMetadataInfo metadata, string outputDirectory) -
-

Generated and write entity class to disk for the given ClassMetadataInfo instance

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/event/generateschemaeventargs.html b/lib/api/doctrine/orm/tools/event/generateschemaeventargs.html deleted file mode 100644 index ac49c6b37..000000000 --- a/lib/api/doctrine/orm/tools/event/generateschemaeventargs.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - - - -GenerateSchemaEventArgs (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Event\GenerateSchemaEventArgs
-
/Doctrine/ORM/Tools/Event/GenerateSchemaEventArgs.php at line 36
- -

Class GenerateSchemaEventArgs

- -
Class:GenerateSchemaEventArgs - Superclass: Doctrine
-Doctrine
⌊ GenerateSchemaEventArgs
- -
- -

public class GenerateSchemaEventArgs
extends Doctrine - -

- -

Event Args used for the Events::postGenerateSchema event.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.com
-
Since:
-
1.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
-
- - - - - - -
Constructor Summary

GenerateSchemaEventArgs(mixed em, Schema schema, ClassMetadata classMetadata, Table classTable)

- - - - - - - - - - - -
Method Summary
EntityManager

getEntityManager()

Schema

getSchema()

- -

Constructor Detail

-
/Doctrine/ORM/Tools/Event/GenerateSchemaEventArgs.php at line 46
-

GenerateSchemaEventArgs

-public GenerateSchemaEventArgs(mixed em, Schema schema, ClassMetadata classMetadata, Table classTable) -
-

- -
- -

Method Detail

-
/Doctrine/ORM/Tools/Event/GenerateSchemaEventArgs.php at line 55
-

getEntityManager

-public EntityManager getEntityManager() -
-

- -
- -
/Doctrine/ORM/Tools/Event/GenerateSchemaEventArgs.php at line 62
-

getSchema

-public Schema getSchema() -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/event/generateschematableeventargs.html b/lib/api/doctrine/orm/tools/event/generateschematableeventargs.html deleted file mode 100644 index 0481fa212..000000000 --- a/lib/api/doctrine/orm/tools/event/generateschematableeventargs.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - -GenerateSchemaTableEventArgs (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Event\GenerateSchemaTableEventArgs
-
/Doctrine/ORM/Tools/Event/GenerateSchemaTableEventArgs.php at line 37
- -

Class GenerateSchemaTableEventArgs

- -
Class:GenerateSchemaTableEventArgs - Superclass: Doctrine
-Doctrine
⌊ GenerateSchemaTableEventArgs
- -
- -

public class GenerateSchemaTableEventArgs
extends Doctrine - -

- -

Event Args used for the Events::postGenerateSchemaTable event.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.com
-
Since:
-
1.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
-
- - - - - - -
Constructor Summary

GenerateSchemaTableEventArgs(ClassMetadata classMetadata, Schema schema, Table classTable)

- - - - - - - - - - - - - - - -
Method Summary
ClassMetadata

getClassMetadata()

Table

getClassTable()

Schema

getSchema()

- -

Constructor Detail

-
/Doctrine/ORM/Tools/Event/GenerateSchemaTableEventArgs.php at line 48
-

GenerateSchemaTableEventArgs

-public GenerateSchemaTableEventArgs(ClassMetadata classMetadata, Schema schema, Table classTable) -
-

- -
- -

Method Detail

-
/Doctrine/ORM/Tools/Event/GenerateSchemaTableEventArgs.php at line 58
-

getClassMetadata

-public ClassMetadata getClassMetadata() -
-

- -
- -
/Doctrine/ORM/Tools/Event/GenerateSchemaTableEventArgs.php at line 72
-

getClassTable

-public Table getClassTable() -
-

- -
- -
/Doctrine/ORM/Tools/Event/GenerateSchemaTableEventArgs.php at line 65
-

getSchema

-public Schema getSchema() -
-

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/event/package-frame.html b/lib/api/doctrine/orm/tools/event/package-frame.html deleted file mode 100644 index 3307308f9..000000000 --- a/lib/api/doctrine/orm/tools/event/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Event (Doctrine) - - - - -

Doctrine\ORM\Tools\Event

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/event/package-functions.html b/lib/api/doctrine/orm/tools/event/package-functions.html deleted file mode 100644 index 6d449ca99..000000000 --- a/lib/api/doctrine/orm/tools/event/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/event/package-globals.html b/lib/api/doctrine/orm/tools/event/package-globals.html deleted file mode 100644 index 9d9c8eec9..000000000 --- a/lib/api/doctrine/orm/tools/event/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/event/package-summary.html b/lib/api/doctrine/orm/tools/event/package-summary.html deleted file mode 100644 index 715b9a2de..000000000 --- a/lib/api/doctrine/orm/tools/event/package-summary.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Event (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\ORM\Tools\Event

- - - - - -
Class Summary
GenerateSchemaEventArgsEvent Args used for the Events::postGenerateSchema event.
GenerateSchemaTableEventArgsEvent Args used for the Events::postGenerateSchemaTable event.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/event/package-tree.html b/lib/api/doctrine/orm/tools/event/package-tree.html deleted file mode 100644 index a00f0eb9b..000000000 --- a/lib/api/doctrine/orm/tools/event/package-tree.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Event (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\ORM\Tools\Event

-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/export/classmetadataexporter.html b/lib/api/doctrine/orm/tools/export/classmetadataexporter.html deleted file mode 100644 index 54f26f2f6..000000000 --- a/lib/api/doctrine/orm/tools/export/classmetadataexporter.html +++ /dev/null @@ -1,209 +0,0 @@ - - - - - - - - - - - -ClassMetadataExporter (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Export\ClassMetadataExporter
-
/Doctrine/ORM/Tools/Export/ClassMetadataExporter.php at line 54
- -

Class ClassMetadataExporter

- -
ClassMetadataExporter
- -
- -

public class ClassMetadataExporter

- -

Class used for converting your mapping information between the -supported formats: yaml, xml, and php/annotation.

[php] -Unify all your mapping information which is written in php, xml, yml -and convert it to a single set of yaml files.

$cme = new Doctrine\ORM\Tools\Export\ClassMetadataExporter(); -$cme->addMappingSource(__DIR__ . '/Entities'); -$cme->addMappingSource(__DIR__ . '/xml'); -$cme->addMappingSource(__DIR__ . '/yaml');

$exporter = $cme->getExporter('yaml'); -$exporter->setOutputDir(__DIR__ . '/new_yaml');

$exporter->setMetadatas($cme->getMetadatas()); -$exporter->export();

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Jonathan Wage
-
-
- - - - - - -
Constructor Summary

ClassMetadataExporter()

- - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

addMappingSource(string source, string type)

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__ .

AbstractExporter

getExporter(string type, string source)

Get a exporter driver instance

array

getMetadatas()

Get an array of ClassMetadataInfo instances for all the configured mapping -directories.

static void

registerExportDriver(string name, string class)

Register a new exporter driver class under a specified name

void

setEntityManager(EntityManager em)

Optionally set the EntityManager instance to get the AnnotationDriver -from instead of creating a new instance of the AnnotationDriver

- -

Constructor Detail

-
/Doctrine/ORM/Tools/Export/ClassMetadataExporter.php at line 64
-

ClassMetadataExporter

-public ClassMetadataExporter() -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Tools/Export/ClassMetadataExporter.php at line 123
-

addMappingSource

-public void addMappingSource(string source, string type) -
-

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__ . '/yaml'); -$cme->addMappingSource($schemaManager);

-
Parameters:
-
source - The source for the mapping files
-
type - The type of mapping files (yml, xml, etc.)
-
-
- -
- -
/Doctrine/ORM/Tools/Export/ClassMetadataExporter.php at line 99
-

getExporter

-public AbstractExporter getExporter(string type, string source) -
-

Get a exporter driver instance

-
Parameters:
-
type - The type to get (yml, xml, etc.)
-
source - The directory where the exporter will export to
-
Returns:
-
$exporter
-
-
- -
- -
/Doctrine/ORM/Tools/Export/ClassMetadataExporter.php at line 135
-

getMetadatas

-public array getMetadatas() -
-

Get an array of ClassMetadataInfo instances for all the configured mapping -directories. Reads the mapping directories and populates ClassMetadataInfo -instances.

-
Returns:
-
$classes
-
-
- -
- -
/Doctrine/ORM/Tools/Export/ClassMetadataExporter.php at line 75
-

registerExportDriver

-public static void registerExportDriver(string name, string class) -
-

Register a new exporter driver class under a specified name

- -
- -
/Doctrine/ORM/Tools/Export/ClassMetadataExporter.php at line 87
-

setEntityManager

-public void setEntityManager(EntityManager em) -
-

Optionally set the EntityManager instance to get the AnnotationDriver -from instead of creating a new instance of the AnnotationDriver

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/export/driver/abstractexporter.html b/lib/api/doctrine/orm/tools/export/driver/abstractexporter.html deleted file mode 100644 index 076d46d65..000000000 --- a/lib/api/doctrine/orm/tools/export/driver/abstractexporter.html +++ /dev/null @@ -1,248 +0,0 @@ - - - - - - - - - - - -AbstractExporter (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Export\Driver\AbstractExporter
-
/Doctrine/ORM/Tools/Export/Driver/AbstractExporter.php at line 37
- -

Class AbstractExporter

- -
AbstractExporter
- -
- -

public abstract class AbstractExporter

- -

Abstract base class which is to be used for the Exporter drivers -which can be found in Doctrine\ORM\Tools\Export\Driver

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Jonathan Wage
-
-
- - - - - - - - - - - - - - - -
Field Summary
protected mixed

$_extension

protected mixed

$_metadatas

protected mixed

$_outputDir

- - - - - - -
Constructor Summary

AbstractExporter(mixed dir)

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

export()

Export each ClassMetadata instance to a single Doctrine Mapping file -named after the entity

abstract mixed

exportClassMetadata(ClassMetadataInfo metadata)

Converts a single ClassMetadata instance to the exported format -and returns it

string

getExtension()

Get the extension used to generated the path to a class

void

setExtension(string extension)

Set the directory to output the mapping files to[php] -$exporter = new YamlExporter($metadatas, __DIR__ .

void

setMetadatas(array metadatas)

Set the array of ClassMetadataInfo instances to export

void

setOutputDir(string dir)

Set the directory to output the mapping files to[php] -$exporter = new YamlExporter($metadatas); -$exporter->setOutputDir(__DIR__ .

- -

Field Detail

-
/Doctrine/ORM/Tools/Export/Driver/AbstractExporter.php at line 41
-

_extension

-protected mixed $_extension -
-
- -
- -
/Doctrine/ORM/Tools/Export/Driver/AbstractExporter.php at line 39
-

_metadatas

-protected mixed $_metadatas = array() -
-
- -
- -
/Doctrine/ORM/Tools/Export/Driver/AbstractExporter.php at line 40
-

_outputDir

-protected mixed $_outputDir -
-
- -
- -

Constructor Detail

-
/Doctrine/ORM/Tools/Export/Driver/AbstractExporter.php at line 43
-

AbstractExporter

-public AbstractExporter(mixed dir) -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Tools/Export/Driver/AbstractExporter.php at line 100
-

export

-public void export() -
-

Export each ClassMetadata instance to a single Doctrine Mapping file -named after the entity

- -
- -
/Doctrine/ORM/Tools/Export/Driver/AbstractExporter.php at line 55
-

exportClassMetadata

-public abstract mixed exportClassMetadata(ClassMetadataInfo metadata) -
-

Converts a single ClassMetadata instance to the exported format -and returns it

-
Returns:
-
$exported
-
-
- -
- -
/Doctrine/ORM/Tools/Export/Driver/AbstractExporter.php at line 73
-

getExtension

-public string getExtension() -
-

Get the extension used to generated the path to a class

-
Returns:
-
$extension
-
-
- -
- -
/Doctrine/ORM/Tools/Export/Driver/AbstractExporter.php at line 139
-

setExtension

-public void setExtension(string extension) -
-

Set the directory to output the mapping files to

[php] -$exporter = new YamlExporter($metadatas, __DIR__ . '/yaml'); -$exporter->setExtension('.yml'); -$exporter->export();

- -
- -
/Doctrine/ORM/Tools/Export/Driver/AbstractExporter.php at line 63
-

setMetadatas

-public void setMetadatas(array metadatas) -
-

Set the array of ClassMetadataInfo instances to export

- -
- -
/Doctrine/ORM/Tools/Export/Driver/AbstractExporter.php at line 89
-

setOutputDir

-public void setOutputDir(string dir) -
-

Set the directory to output the mapping files to

[php] -$exporter = new YamlExporter($metadatas); -$exporter->setOutputDir(__DIR__ . '/yaml'); -$exporter->export();

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/export/driver/annotationexporter.html b/lib/api/doctrine/orm/tools/export/driver/annotationexporter.html deleted file mode 100644 index 88a42057e..000000000 --- a/lib/api/doctrine/orm/tools/export/driver/annotationexporter.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - - - -AnnotationExporter (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Export\Driver\AnnotationExporter
-
/Doctrine/ORM/Tools/Export/Driver/AnnotationExporter.php at line 38
- -

Class AnnotationExporter

- -
Class:AnnotationExporter - Superclass: AbstractExporter
-AbstractExporter
⌊ AnnotationExporter
- -
- -

public class AnnotationExporter
extends AbstractExporter - -

- -

ClassMetadata exporter for PHP classes with annotations

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Jonathan Wage
-
-
- - - - - - - -
Field Summary
protected mixed

$_extension

- - - -
Fields inherited from Doctrine\ORM\Tools\Export\Driver\AbstractExporter
_extension, _metadatas, _outputDir
- - - - - - - - - - - -
Method Summary
string

exportClassMetadata(ClassMetadataInfo metadata)

Converts a single ClassMetadata instance to the exported format -and returns it

void

setEntityGenerator(mixed entityGenerator)

- - - -
Methods inherited from Doctrine\ORM\Tools\Export\Driver\AbstractExporter
export, exportClassMetadata, getExtension, setExtension, setMetadatas, setOutputDir
- -

Field Detail

-
/Doctrine/ORM/Tools/Export/Driver/AnnotationExporter.php at line 40
-

_extension

-protected mixed $_extension = '.php' -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Tools/Export/Driver/AnnotationExporter.php at line 50
-

exportClassMetadata

-public string exportClassMetadata(ClassMetadataInfo metadata) -
-

Converts a single ClassMetadata instance to the exported format -and returns it

-
Returns:
-
$exported
-
-
- -
- -
/Doctrine/ORM/Tools/Export/Driver/AnnotationExporter.php at line 65
-

setEntityGenerator

-public void setEntityGenerator(mixed entityGenerator) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/export/driver/package-frame.html b/lib/api/doctrine/orm/tools/export/driver/package-frame.html deleted file mode 100644 index 443e2b2df..000000000 --- a/lib/api/doctrine/orm/tools/export/driver/package-frame.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Export\Driver (Doctrine) - - - - -

Doctrine\ORM\Tools\Export\Driver

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/export/driver/package-functions.html b/lib/api/doctrine/orm/tools/export/driver/package-functions.html deleted file mode 100644 index 9f90900b6..000000000 --- a/lib/api/doctrine/orm/tools/export/driver/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/export/driver/package-globals.html b/lib/api/doctrine/orm/tools/export/driver/package-globals.html deleted file mode 100644 index 845332ca7..000000000 --- a/lib/api/doctrine/orm/tools/export/driver/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/export/driver/package-summary.html b/lib/api/doctrine/orm/tools/export/driver/package-summary.html deleted file mode 100644 index fe71cb1c3..000000000 --- a/lib/api/doctrine/orm/tools/export/driver/package-summary.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Export\Driver (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\ORM\Tools\Export\Driver

- - - - - - - - -
Class Summary
AbstractExporterAbstract base class which is to be used for the Exporter drivers -which can be found in Doctrine\ORM\Tools\Export\Driver
AnnotationExporterClassMetadata exporter for PHP classes with annotations
PhpExporterClassMetadata exporter for PHP code
XmlExporterClassMetadata exporter for Doctrine XML mapping files
YamlExporterClassMetadata exporter for Doctrine YAML mapping files
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/export/driver/package-tree.html b/lib/api/doctrine/orm/tools/export/driver/package-tree.html deleted file mode 100644 index 28d6fed70..000000000 --- a/lib/api/doctrine/orm/tools/export/driver/package-tree.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Export\Driver (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\ORM\Tools\Export\Driver

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/export/driver/phpexporter.html b/lib/api/doctrine/orm/tools/export/driver/phpexporter.html deleted file mode 100644 index 22aa8411a..000000000 --- a/lib/api/doctrine/orm/tools/export/driver/phpexporter.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - - - - -PhpExporter (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Export\Driver\PhpExporter
-
/Doctrine/ORM/Tools/Export/Driver/PhpExporter.php at line 36
- -

Class PhpExporter

- -
Class:PhpExporter - Superclass: AbstractExporter
-AbstractExporter
⌊ PhpExporter
- -
- -

public class PhpExporter
extends AbstractExporter - -

- -

ClassMetadata exporter for PHP code

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Jonathan Wage
-
-
- - - - - - - -
Field Summary
protected mixed

$_extension

- - - -
Fields inherited from Doctrine\ORM\Tools\Export\Driver\AbstractExporter
_extension, _metadatas, _outputDir
- - - - - - - -
Method Summary
mixed

exportClassMetadata(ClassMetadataInfo metadata)

Converts a single ClassMetadata instance to the exported format -and returns it

- - - -
Methods inherited from Doctrine\ORM\Tools\Export\Driver\AbstractExporter
export, exportClassMetadata, getExtension, setExtension, setMetadatas, setOutputDir
- -

Field Detail

-
/Doctrine/ORM/Tools/Export/Driver/PhpExporter.php at line 38
-

_extension

-protected mixed $_extension = '.php' -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Tools/Export/Driver/PhpExporter.php at line 47
-

exportClassMetadata

-public mixed exportClassMetadata(ClassMetadataInfo metadata) -
-

Converts a single ClassMetadata instance to the exported format -and returns it

-
Returns:
-
$exported
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/export/driver/xmlexporter.html b/lib/api/doctrine/orm/tools/export/driver/xmlexporter.html deleted file mode 100644 index 905c4223b..000000000 --- a/lib/api/doctrine/orm/tools/export/driver/xmlexporter.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - - - - -XmlExporter (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Export\Driver\XmlExporter
-
/Doctrine/ORM/Tools/Export/Driver/XmlExporter.php at line 39
- -

Class XmlExporter

- -
Class:XmlExporter - Superclass: AbstractExporter
-AbstractExporter
⌊ XmlExporter
- -
- -

public class XmlExporter
extends AbstractExporter - -

- -

ClassMetadata exporter for Doctrine XML mapping files

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Jonathan Wage
-
-
- - - - - - - -
Field Summary
protected mixed

$_extension

- - - -
Fields inherited from Doctrine\ORM\Tools\Export\Driver\AbstractExporter
_extension, _metadatas, _outputDir
- - - - - - - -
Method Summary
mixed

exportClassMetadata(ClassMetadataInfo metadata)

Converts a single ClassMetadata instance to the exported format -and returns it

- - - -
Methods inherited from Doctrine\ORM\Tools\Export\Driver\AbstractExporter
export, exportClassMetadata, getExtension, setExtension, setMetadatas, setOutputDir
- -

Field Detail

-
/Doctrine/ORM/Tools/Export/Driver/XmlExporter.php at line 41
-

_extension

-protected mixed $_extension = '.dcm.xml' -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Tools/Export/Driver/XmlExporter.php at line 50
-

exportClassMetadata

-public mixed exportClassMetadata(ClassMetadataInfo metadata) -
-

Converts a single ClassMetadata instance to the exported format -and returns it

-
Returns:
-
$exported
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/export/driver/yamlexporter.html b/lib/api/doctrine/orm/tools/export/driver/yamlexporter.html deleted file mode 100644 index d20d34f07..000000000 --- a/lib/api/doctrine/orm/tools/export/driver/yamlexporter.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - - - - -YamlExporter (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Export\Driver\YamlExporter
-
/Doctrine/ORM/Tools/Export/Driver/YamlExporter.php at line 39
- -

Class YamlExporter

- -
Class:YamlExporter - Superclass: AbstractExporter
-AbstractExporter
⌊ YamlExporter
- -
- -

public class YamlExporter
extends AbstractExporter - -

- -

ClassMetadata exporter for Doctrine YAML mapping files

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Jonathan Wage
-
-
- - - - - - - -
Field Summary
protected mixed

$_extension

- - - -
Fields inherited from Doctrine\ORM\Tools\Export\Driver\AbstractExporter
_extension, _metadatas, _outputDir
- - - - - - - -
Method Summary
mixed

exportClassMetadata(ClassMetadataInfo metadata)

Converts a single ClassMetadata instance to the exported format -and returns itTODO: Should this code be pulled out in to a toArray() method in ClassMetadata

- - - -
Methods inherited from Doctrine\ORM\Tools\Export\Driver\AbstractExporter
export, exportClassMetadata, getExtension, setExtension, setMetadatas, setOutputDir
- -

Field Detail

-
/Doctrine/ORM/Tools/Export/Driver/YamlExporter.php at line 41
-

_extension

-protected mixed $_extension = '.dcm.yml' -
-
- -
- -

Method Detail

-
/Doctrine/ORM/Tools/Export/Driver/YamlExporter.php at line 52
-

exportClassMetadata

-public mixed exportClassMetadata(ClassMetadataInfo metadata) -
-

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

-
Returns:
-
$exported
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/export/exportexception.html b/lib/api/doctrine/orm/tools/export/exportexception.html deleted file mode 100644 index 18123e814..000000000 --- a/lib/api/doctrine/orm/tools/export/exportexception.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - -ExportException (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\Export\ExportException
-
/Doctrine/ORM/Tools/Export/ExportException.php at line 7
- -

Class ExportException

- -
Class:ExportException - Superclass: ORMException
-Class:ORMException - Superclass: Exception
-Exception
⌊ ORMException
⌊ ExportException
- -
- -

public class ExportException
extends ORMException - -

- -

Base exception class for all ORM exceptions.

- -
- - - - - - - - - - - -
Method Summary
static void

invalidExporterDriverType(mixed type)

static void

invalidMappingDriverType(mixed type)

- - - -
Methods inherited from Doctrine\ORM\ORMException
detachedEntityCannotBeRemoved, entityManagerClosed, entityMissingAssignedId, findByRequiresParameter, invalidEntityState, invalidFindByCall, invalidFlushMode, invalidHydrationMode, invalidResultCacheDriver, metadataCacheNotConfigured, mismatchedEventManager, missingMappingDriverImpl, notSupported, proxyClassesAlwaysRegenerating, queryCacheNotConfigured, removedEntityInCollectionDetected, unknownEntityNamespace, unrecognizedField
- -

Method Detail

-
/Doctrine/ORM/Tools/Export/ExportException.php at line 9
-

invalidExporterDriverType

-public static void invalidExporterDriverType(mixed type) -
-
- -
- -
/Doctrine/ORM/Tools/Export/ExportException.php at line 14
-

invalidMappingDriverType

-public static void invalidMappingDriverType(mixed type) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/export/package-frame.html b/lib/api/doctrine/orm/tools/export/package-frame.html deleted file mode 100644 index 8ee098e5b..000000000 --- a/lib/api/doctrine/orm/tools/export/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Export (Doctrine) - - - - -

Doctrine\ORM\Tools\Export

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/export/package-functions.html b/lib/api/doctrine/orm/tools/export/package-functions.html deleted file mode 100644 index 164a54626..000000000 --- a/lib/api/doctrine/orm/tools/export/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/export/package-globals.html b/lib/api/doctrine/orm/tools/export/package-globals.html deleted file mode 100644 index 27523de4e..000000000 --- a/lib/api/doctrine/orm/tools/export/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/export/package-summary.html b/lib/api/doctrine/orm/tools/export/package-summary.html deleted file mode 100644 index b10bba711..000000000 --- a/lib/api/doctrine/orm/tools/export/package-summary.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Export (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\ORM\Tools\Export

- - - - - -
Class Summary
ClassMetadataExporterClass used for converting your mapping information between the -supported formats: yaml, xml, and php/annotation. -
ExportExceptionBase exception class for all ORM exceptions.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/export/package-tree.html b/lib/api/doctrine/orm/tools/export/package-tree.html deleted file mode 100644 index e3fb4fa1f..000000000 --- a/lib/api/doctrine/orm/tools/export/package-tree.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools\Export (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\ORM\Tools\Export

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/package-frame.html b/lib/api/doctrine/orm/tools/package-frame.html deleted file mode 100644 index 81f9ad7fc..000000000 --- a/lib/api/doctrine/orm/tools/package-frame.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools (Doctrine) - - - - -

Doctrine\ORM\Tools

- -

Classes

- - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/package-functions.html b/lib/api/doctrine/orm/tools/package-functions.html deleted file mode 100644 index 18170416d..000000000 --- a/lib/api/doctrine/orm/tools/package-functions.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Functions (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Functions

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/package-globals.html b/lib/api/doctrine/orm/tools/package-globals.html deleted file mode 100644 index ae7d3e28d..000000000 --- a/lib/api/doctrine/orm/tools/package-globals.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - -Globals (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -

Globals

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/package-summary.html b/lib/api/doctrine/orm/tools/package-summary.html deleted file mode 100644 index 3edd710bf..000000000 --- a/lib/api/doctrine/orm/tools/package-summary.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Namespace Doctrine\ORM\Tools

- - - - - - - - - -
Class Summary
ClassMetadataReaderClass to read metadata mapping information from multiple sources into an array -of ClassMetadataInfo instances. -
ConvertDoctrine1SchemaClass to help with converting Doctrine 1 schema files to Doctrine 2 mapping files
EntityGeneratorGeneric 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');
SchemaToolThe SchemaTool is a tool to create/drop/update database schemas based on -ClassMetadata class descriptors.
ToolEvents
ToolsExceptionBase exception class for all ORM exceptions.
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/package-tree.html b/lib/api/doctrine/orm/tools/package-tree.html deleted file mode 100644 index a7283f82d..000000000 --- a/lib/api/doctrine/orm/tools/package-tree.html +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - -Doctrine\ORM\Tools (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy for Package Doctrine\ORM\Tools

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/schematool.html b/lib/api/doctrine/orm/tools/schematool.html deleted file mode 100644 index 51e5e9888..000000000 --- a/lib/api/doctrine/orm/tools/schematool.html +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - - - - - - -SchemaTool (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\SchemaTool
-
/Doctrine/ORM/Tools/SchemaTool.php at line 44
- -

Class SchemaTool

- -
SchemaTool
- -
- -

public class SchemaTool

- -

The SchemaTool is a tool to create/drop/update database schemas based on -ClassMetadata class descriptors.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
Benjamin Eberlei
-
-
- - - - - - -
Constructor Summary

SchemaTool(Doctrine\ORM\EntityManager em)

Initializes a new SchemaTool instance that uses the connection of the -provided EntityManager.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
void

createSchema(array classes)

Creates the database schema for the given array of ClassMetadata instances.

void

dropSchema(array classes)

Drops the database schema for the given classes. -

array

getCreateSchemaSql(array classes)

Gets the list of DDL statements that are required to create the database schema for -the given list of ClassMetadata instances.

array

getDropSchemaSql(array classes)

Gets the SQL needed to drop the database schema for the given classes.

Schema

getSchemaFromMetadata(array classes)

From a given set of metadata classes this method creates a Schema instance.

array

getUpdateSchemaSql(array classes, mixed saveMode)

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.

void

updateSchema(array classes, mixed saveMode)

Updates the database schema of the given classes by comparing the ClassMetadata -instances to the current database schema that is inspected.

- -

Constructor Detail

-
/Doctrine/ORM/Tools/SchemaTool.php at line 62
-

SchemaTool

-public SchemaTool(Doctrine\ORM\EntityManager em) -
-

Initializes a new SchemaTool instance that uses the connection of the -provided EntityManager.

- -
- -

Method Detail

-
/Doctrine/ORM/Tools/SchemaTool.php at line 73
-

createSchema

-public void createSchema(array classes) -
-

Creates the database schema for the given array of ClassMetadata instances.

- -
- -
/Doctrine/ORM/Tools/SchemaTool.php at line 469
-

dropSchema

-public void dropSchema(array classes) -
-

Drops the database schema for the given classes.

In any way when an exception is thrown it is supressed since drop was -issued for all classes of the schema and some probably just don't exist.

- -
- -
/Doctrine/ORM/Tools/SchemaTool.php at line 90
-

getCreateSchemaSql

-public array getCreateSchemaSql(array classes) -
-

Gets the list of DDL statements that are required to create the database schema for -the given list of ClassMetadata instances.

-
Returns:
-
$sql The SQL statements needed to create the schema for the classes.
-
-
- -
- -
/Doctrine/ORM/Tools/SchemaTool.php at line 485
-

getDropSchemaSql

-public array getDropSchemaSql(array classes) -
-

Gets the SQL needed to drop the database schema for the given classes.

- -
- -
/Doctrine/ORM/Tools/SchemaTool.php at line 102
-

getSchemaFromMetadata

-public Schema getSchemaFromMetadata(array classes) -
-

From a given set of metadata classes this method creates a Schema instance.

- -
- -
/Doctrine/ORM/Tools/SchemaTool.php at line 573
-

getUpdateSchemaSql

-public array getUpdateSchemaSql(array classes, mixed saveMode) -
-

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.

-
Parameters:
-
classes - The classes to consider.
-
Returns:
-
The sequence of SQL statements.
-
-
- -
- -
/Doctrine/ORM/Tools/SchemaTool.php at line 556
-

updateSchema

-public void updateSchema(array classes, mixed saveMode) -
-

Updates the database schema of the given classes by comparing the ClassMetadata -instances to the current database schema that is inspected.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/toolevents.html b/lib/api/doctrine/orm/tools/toolevents.html deleted file mode 100644 index 0222b9888..000000000 --- a/lib/api/doctrine/orm/tools/toolevents.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - -ToolEvents (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\ToolEvents
-
/Doctrine/ORM/Tools/ToolEvents.php at line 24
- -

Class ToolEvents

- -
ToolEvents
- -
- -

public class ToolEvents

- -
- - - - - - - - - - - -
Field Summary
final string

postGenerateSchema

The postGenerateSchema event is triggered in SchemaTool#getSchemaFromMetadata() -after all entity classes have been transformed into the related Schema structure. -

final string

postGenerateSchemaTable

The postGenerateSchemaTable event occurs in SchemaTool#getSchemaFromMetadata() -whenever an entity class is transformed into its table representation.

- -

Field Detail

-
/Doctrine/ORM/Tools/ToolEvents.php at line 43
-

postGenerateSchema

-public final string postGenerateSchema = 'postGenerateSchema' -
-

The postGenerateSchema event is triggered in SchemaTool#getSchemaFromMetadata() -after all entity classes have been transformed into the related Schema structure. -The EventArgs contain the EntityManager and the created Schema instance.

- -
- -
/Doctrine/ORM/Tools/ToolEvents.php at line 34
-

postGenerateSchemaTable

-public final string postGenerateSchemaTable = 'postGenerateSchemaTable' -
-

The postGenerateSchemaTable event occurs in SchemaTool#getSchemaFromMetadata() -whenever an entity class is transformed into its table representation. It recieves -the current non-complete Schema instance, the Entity Metadata Class instance and -the Schema Table instance of this entity.

- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/tools/toolsexception.html b/lib/api/doctrine/orm/tools/toolsexception.html deleted file mode 100644 index 97c48e651..000000000 --- a/lib/api/doctrine/orm/tools/toolsexception.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - -ToolsException (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\Tools\ToolsException
-
/Doctrine/ORM/Tools/ToolsException.php at line 5
- -

Class ToolsException

- -
Class:ToolsException - Superclass: ORMException
-Class:ORMException - Superclass: Exception
-Exception
⌊ ORMException
⌊ ToolsException
- -
- -

public class ToolsException
extends ORMException - -

- -

Base exception class for all ORM exceptions.

- -
- - - - - - - -
Method Summary
static void

couldNotMapDoctrine1Type(mixed type)

- - - -
Methods inherited from Doctrine\ORM\ORMException
detachedEntityCannotBeRemoved, entityManagerClosed, entityMissingAssignedId, findByRequiresParameter, invalidEntityState, invalidFindByCall, invalidFlushMode, invalidHydrationMode, invalidResultCacheDriver, metadataCacheNotConfigured, mismatchedEventManager, missingMappingDriverImpl, notSupported, proxyClassesAlwaysRegenerating, queryCacheNotConfigured, removedEntityInCollectionDetected, unknownEntityNamespace, unrecognizedField
- -

Method Detail

-
/Doctrine/ORM/Tools/ToolsException.php at line 6
-

couldNotMapDoctrine1Type

-public static void couldNotMapDoctrine1Type(mixed type) -
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/doctrine/orm/unitofwork.html b/lib/api/doctrine/orm/unitofwork.html deleted file mode 100644 index 153a1fec0..000000000 --- a/lib/api/doctrine/orm/unitofwork.html +++ /dev/null @@ -1,1012 +0,0 @@ - - - - - - - - - - - -UnitOfWork (Doctrine) - - - - -
-

Doctrine

- -
- - - -
- -
Doctrine\ORM\UnitOfWork
-
/Doctrine/ORM/UnitOfWork.php at line 46
- -

Class UnitOfWork

- -
UnitOfWork
- -
-
All Implemented Interfaces:
-
PropertyChangedListener -
- -
- -

public class UnitOfWork

- -

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.

- -
-
License:
-
http://www.opensource.org/licenses/lgpl-license.php LGPL
-
See Also:
-
www.doctrine-project.org
-
Since:
-
2.0
-
Version:
-
$Revision$
-
Author:
-
Benjamin Eberlei
-
Guilherme Blanco
-
Jonathan Wage
-
Roman Borschel
-
Internal:
-
This class contains performance-critical code.
-
-
- - - - - - - - - - - - - - - - - - - -
Field Summary
final int

STATE_DETACHED

A detached entity is an instance with a persistent identity that is not -(or no longer) associated with an EntityManager (and a UnitOfWork).

final int

STATE_MANAGED

An entity is in MANAGED state when its persistence is managed by an EntityManager.

final int

STATE_NEW

An entity is new if it has just been instantiated (i.e.

final int

STATE_REMOVED

A removed entity instance is an instance with a persistent identity, -associated with an EntityManager, whose persistent state has been -deleted (or is scheduled for deletion).

- - - - - - -
Constructor Summary

UnitOfWork(Doctrine\ORM\EntityManager em)

Initializes a new UnitOfWork instance, bound to the given EntityManager.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method Summary
boolean

addToIdentityMap(object entity)

INTERNAL: -Registers an entity in the identity map. -

void

clear()

Clears the UnitOfWork.

void

clearEntityChangeSet(string oid)

INTERNAL: -Clears the property changeset of the entity with the given OID.

void

commit()

Commits the UnitOfWork, executing all operations that have been postponed -up to this point.

void

computeChangeSet(ClassMetadata class, object entity)

Computes the changes that happened to a single entity. -

void

computeChangeSets()

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.

boolean

containsIdHash(string idHash, string rootClassName)

INTERNAL: -Checks whether an identifier hash exists in the identity map.

object

createEntity(string className, array data, array hints)

INTERNAL: -Creates an entity.

void

detach(object entity)

Detaches an entity from the persistence management.

object

getByIdHash(string idHash, string rootClassName)

INTERNAL: -Gets an entity in the identity map by its identifier hash.

AbstractCollectionPersister

getCollectionPersister(AssociationMapping association)

Gets a collection persister for a collection-valued association.

Doctrine\ORM\Internal\CommitOrderCalculator

getCommitOrderCalculator()

Gets the CommitOrderCalculator used by the UnitOfWork to order commits.

array

getEntityChangeSet(mixed entity)

Gets the changeset for an entity.

array

getEntityIdentifier(object entity)

Gets the identifier of an entity. -

Doctrine\ORM\Persister\AbstractEntityPersister

getEntityPersister(string entityName)

Gets the EntityPersister for an Entity.

int

getEntityState(object entity, integer assume)

Gets the state of an entity within the current unit of work. -

array

getIdentityMap()

Gets the identity map of the UnitOfWork.

array

getOriginalEntityData(object entity)

Gets the original data of an entity.

array

getScheduledCollectionDeletions()

Get the currently scheduled complete collection deletions

array

getScheduledCollectionUpdates()

Gets the currently scheduled collection inserts, updates and deletes.

array

getScheduledEntityDeletions()

Gets the currently scheduled entity deletions in this UnitOfWork.

array

getScheduledEntityInsertions()

Gets the currently scheduled entity insertions in this UnitOfWork.

array

getScheduledEntityUpdates()

Gets the currently scheduled entity updates in this UnitOfWork.

boolean

hasPendingInsertions()

Checks whether the UnitOfWork has any pending insertions.

void

isCollectionScheduledForDeletion(mixed coll)

boolean

isEntityScheduled(mixed entity, $entity )

Checks whether an entity is scheduled for insertion, update or deletion.

boolean

isInIdentityMap(object entity)

Checks whether an entity is registered in the identity map of this UnitOfWork.

boolean

isScheduledForDelete(object entity)

Checks whether an entity is registered as removed/deleted with the unit -of work.

boolean

isScheduledForInsert(object entity)

Checks whether an entity is scheduled for insertion.

boolean

isScheduledForUpdate(object entity)

Checks whether an entity is registered as dirty in the unit of work. -

object

merge(object entity)

Merges the state of the given detached entity into this UnitOfWork.

void

persist(object entity)

Persists an entity as part of the current unit of work.

void

propertyChanged(object entity, string propertyName, mixed oldValue, mixed newValue)

Notifies this UnitOfWork of a property change in an entity.

void

recomputeSingleEntityChangeSet(ClassMetadata class, object entity)

INTERNAL: -Computes the changeset of an individual entity, independently of the -computeChangeSets() routine that is used at the beginning of a UnitOfWork#commit(). -

void

refresh(object entity)

Refreshes the state of the given entity from the database, overwriting -any local, unpersisted changes.

void

registerManaged(object entity, array id, array data)

INTERNAL: -Registers an entity as managed.

void

remove(object entity)

Deletes an entity as part of the current unit of work.

boolean

removeFromIdentityMap(object entity)

INTERNAL: -Removes an entity from the identity map.

void

scheduleCollectionDeletion(PersistentCollection coll)

INTERNAL: -Schedules a complete collection for removal when this UnitOfWork commits.

void

scheduleExtraUpdate(object entity, array changeset)

INTERNAL: -Schedules an extra update that will be executed immediately after the -regular entity updates within the currently running commit cycle. -

void

scheduleForDelete(object entity)

INTERNAL: -Schedules an entity for deletion.

void

scheduleForDirtyCheck(object entity)

Schedules an entity for dirty-checking at commit-time.

void

scheduleForInsert(object entity)

Schedules an entity for insertion into the database. -

void

scheduleForUpdate(object entity)

Schedules an entity for being updated.

void

scheduleOrphanRemoval(object entity)

INTERNAL: -Schedules an orphaned entity for removal.

void

setOriginalEntityData(mixed entity, mixed data)

void

setOriginalEntityProperty(string oid, string property, mixed value)

INTERNAL: -Sets a property value of the original data array of an entity.

integer

size()

Calculates the size of the UnitOfWork.

mixed

tryGetById(mixed id, string rootClassName)

Tries to find an entity with the given identifier in the identity map of -this UnitOfWork.

mixed

tryGetByIdHash(string idHash, string rootClassName)

INTERNAL: -Tries to get an entity by its identifier hash.

- -

Field Detail

-
/Doctrine/ORM/UnitOfWork.php at line 63
-

STATE_DETACHED

-public final int STATE_DETACHED = 3 -
-

A detached entity is an instance with a persistent identity that is not -(or no longer) associated with an EntityManager (and a UnitOfWork).

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 51
-

STATE_MANAGED

-public final int STATE_MANAGED = 1 -
-

An entity is in MANAGED state when its persistence is managed by an EntityManager.

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 57
-

STATE_NEW

-public final int STATE_NEW = 2 -
-

An entity is new if it has just been instantiated (i.e. using the "new" operator) -and is not (yet) managed by an EntityManager.

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 70
-

STATE_REMOVED

-public final int STATE_REMOVED = 4 -
-

A removed entity instance is an instance with a persistent identity, -associated with an EntityManager, whose persistent state has been -deleted (or is scheduled for deletion).

- -
- -

Constructor Detail

-
/Doctrine/ORM/UnitOfWork.php at line 236
-

UnitOfWork

-public UnitOfWork(Doctrine\ORM\EntityManager em) -
-

Initializes a new UnitOfWork instance, bound to the given EntityManager.

- -
- -

Method Detail

-
/Doctrine/ORM/UnitOfWork.php at line 1009
-

addToIdentityMap

-public boolean addToIdentityMap(object entity) -
-

INTERNAL: -Registers an entity in the identity map. -Note that entities in a hierarchy are registered with the class name of -the root entity.

-
Ignore.
-
Parameters:
-
entity - The entity to register.
-
Returns:
-
TRUE if the registration was successful, FALSE if the identity of the entity in question is already managed.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1650
-

clear

-public void clear() -
-

Clears the UnitOfWork.

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 2030
-

clearEntityChangeSet

-public void clearEntityChangeSet(string oid) -
-

INTERNAL: -Clears the property changeset of the entity with the given OID.

-
Parameters:
-
oid - The entity's OID.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 257
-

commit

-public void commit() -
-

Commits the UnitOfWork, executing all operations that have been postponed -up to this point. The state of all managed entities will be synchronized with -the database.

The operations are executed in the following order:

1) All entity insertions -2) All entity updates -3) All collection deletions -4) All collection updates -5) All entity deletions

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 404
-

computeChangeSet

-public void computeChangeSet(ClassMetadata class, object entity) -
-

Computes the changes that happened to a single entity.

Modifies/populates the following properties:

_originalEntityData -If the entity is NEW or MANAGED but not yet fully persisted (only has an id) -then it was not fetched from the database and therefore we have no original -entity data yet. All of the current entity data is stored as the original entity data.

_entityChangeSets -The changes detected on all properties of the entity are stored there. -A change is a tuple array where the first entry is the old value and the second -entry is the new value of the property. Changesets are used by persisters -to INSERT/UPDATE the persistent entity state.

_entityUpdates -If the entity is already fully MANAGED (has been fetched from the database before) -and any changes to its properties are detected, then a reference to the entity is stored -there to mark it for an update.

_collectionDeletions -If a PersistentCollection has been de-referenced in a fully MANAGED entity, -then this collection is marked for deletion.

-
Parameters:
-
class - The class descriptor of the entity.
-
entity - The entity for which to compute the changes.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 508
-

computeChangeSets

-public void computeChangeSets() -
-

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.

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1149
-

containsIdHash

-public boolean containsIdHash(string idHash, string rootClassName) -
-

INTERNAL: -Checks whether an identifier hash exists in the identity map.

-
Ignore.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1715
-

createEntity

-public object createEntity(string className, array data, array hints) -
-

INTERNAL: -Creates an entity. Used for reconstitution of entities during hydration.

-
Ignore.
-
Parameters:
-
className - The name of the entity class.
-
data - The data for the entity.
-
hints - Any hints to account for during reconstitution/lookup of the entity.
-
Returns:
-
The entity instance.
-
Internal:
-
Highly performance-sensitive method.
-
Todo:
-
Rename: getOrCreateEntity
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1415
-

detach

-public void detach(object entity) -
-

Detaches an entity from the persistence management. It's persistence will -no longer be managed by Doctrine.

-
Parameters:
-
entity - The entity to detach.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1098
-

getByIdHash

-public object getByIdHash(string idHash, string rootClassName) -
-

INTERNAL: -Gets an entity in the identity map by its identifier hash.

-
Ignore.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1993
-

getCollectionPersister

-public AbstractCollectionPersister getCollectionPersister(AssociationMapping association) -
-

Gets a collection persister for a collection-valued association.

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1639
-

getCommitOrderCalculator

-public Doctrine\ORM\Internal\CommitOrderCalculator getCommitOrderCalculator() -
-

Gets the CommitOrderCalculator used by the UnitOfWork to order commits.

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 367
-

getEntityChangeSet

-public array getEntityChangeSet(mixed entity) -
-

Gets the changeset for an entity.

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1904
-

getEntityIdentifier

-public array getEntityIdentifier(object entity) -
-

Gets the identifier of an entity. -The returned value is always an array of identifier values. If the entity -has a composite identifier then the identifier values are in the same -order as the identifier field names as returned by ClassMetadata#getIdentifierFieldNames().

-
Returns:
-
The identifier values.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1969
-

getEntityPersister

-public Doctrine\ORM\Persister\AbstractEntityPersister getEntityPersister(string entityName) -
-

Gets the EntityPersister for an Entity.

-
Parameters:
-
entityName - The name of the Entity.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1040
-

getEntityState

-public int getEntityState(object entity, integer assume) -
-

Gets the state of an entity within the current unit of work.

NOTE: This method sees entities that are not MANAGED or REMOVED and have a -populated identifier, whether it is generated or manually assigned, as -DETACHED. This can be incorrect for manually assigned identifiers.

-
Parameters:
-
-
assume - The state to assume if the state is not yet known. This is usually used to avoid costly state lookups, in the worst case with a database lookup.
-
Returns:
-
The entity state.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1852
-

getIdentityMap

-public array getIdentityMap() -
-

Gets the identity map of the UnitOfWork.

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1864
-

getOriginalEntityData

-public array getOriginalEntityData(object entity) -
-

Gets the original data of an entity. The original data is the data that was -present at the time the entity was reconstituted from the database.

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 2102
-

getScheduledCollectionDeletions

-public array getScheduledCollectionDeletions() -
-

Get the currently scheduled complete collection deletions

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 2112
-

getScheduledCollectionUpdates

-public array getScheduledCollectionUpdates() -
-

Gets the currently scheduled collection inserts, updates and deletes.

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 2092
-

getScheduledEntityDeletions

-public array getScheduledEntityDeletions() -
-

Gets the currently scheduled entity deletions in this UnitOfWork.

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 2072
-

getScheduledEntityInsertions

-public array getScheduledEntityInsertions() -
-

Gets the currently scheduled entity insertions in this UnitOfWork.

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 2082
-

getScheduledEntityUpdates

-public array getScheduledEntityUpdates() -
-

Gets the currently scheduled entity updates in this UnitOfWork.

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1943
-

hasPendingInsertions

-public boolean hasPendingInsertions() -
-

Checks whether the UnitOfWork has any pending insertions.

-
Returns:
-
TRUE if this UnitOfWork has pending insertions, FALSE otherwise.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1697
-

isCollectionScheduledForDeletion

-public void isCollectionScheduledForDeletion(mixed coll) -
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 990
-

isEntityScheduled

-public boolean isEntityScheduled(mixed entity, $entity ) -
-

Checks whether an entity is scheduled for insertion, update or deletion.

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1125
-

isInIdentityMap

-public boolean isInIdentityMap(object entity) -
-

Checks whether an entity is registered in the identity map of this UnitOfWork.

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 979
-

isScheduledForDelete

-public boolean isScheduledForDelete(object entity) -
-

Checks whether an entity is registered as removed/deleted with the unit -of work.

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 880
-

isScheduledForInsert

-public boolean isScheduledForInsert(object entity) -
-

Checks whether an entity is scheduled for insertion.

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 935
-

isScheduledForUpdate

-public boolean isScheduledForUpdate(object entity) -
-

Checks whether an entity is registered as dirty in the unit of work. -Note: Is not very useful currently as dirty entities are only registered -at commit time.

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1297
-

merge

-public object merge(object entity) -
-

Merges the state of the given detached entity into this UnitOfWork.

-
Returns:
-
The managed copy of the entity.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1159
-

persist

-public void persist(object entity) -
-

Persists an entity as part of the current unit of work.

-
Parameters:
-
entity - The entity to persist.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 2045
-

propertyChanged

-public void propertyChanged(object entity, string propertyName, mixed oldValue, mixed newValue) -
-

Notifies this UnitOfWork of a property change in an entity.

-
Parameters:
-
entity - The entity that owns the property.
-
propertyName - The name of the property that changed.
-
oldValue - The old value of the property.
-
newValue - The new value of the property.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 628
-

recomputeSingleEntityChangeSet

-public void recomputeSingleEntityChangeSet(ClassMetadata class, object entity) -
-

INTERNAL: -Computes the changeset of an individual entity, independently of the -computeChangeSets() routine that is used at the beginning of a UnitOfWork#commit().

The passed entity must be a managed entity. If the entity already has a change set -because this method is invoked during a commit cycle then the change sets are added. -whereby changes detected in this method prevail.

-
Ignore.
-
Parameters:
-
class - The class descriptor of the entity.
-
entity - The entity for which to (re)calculate the change set.
-
Throws:
-
If the passed entity is not MANAGED.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1459
-

refresh

-public void refresh(object entity) -
-

Refreshes the state of the given entity from the database, overwriting -any local, unpersisted changes.

-
Parameters:
-
entity - The entity to refresh.
-
Throws:
-
If the entity is not MANAGED.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 2015
-

registerManaged

-public void registerManaged(object entity, array id, array data) -
-

INTERNAL: -Registers an entity as managed.

-
Parameters:
-
entity - The entity.
-
id - The identifier values.
-
data - The original entity data.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1241
-

remove

-public void remove(object entity) -
-

Deletes an entity as part of the current unit of work.

-
Parameters:
-
entity - The entity to remove.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1071
-

removeFromIdentityMap

-public boolean removeFromIdentityMap(object entity) -
-

INTERNAL: -Removes an entity from the identity map. This effectively detaches the -entity from the persistence management of Doctrine.

-
Ignore.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1690
-

scheduleCollectionDeletion

-public void scheduleCollectionDeletion(PersistentCollection coll) -
-

INTERNAL: -Schedules a complete collection for removal when this UnitOfWork commits.

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 916
-

scheduleExtraUpdate

-public void scheduleExtraUpdate(object entity, array changeset) -
-

INTERNAL: -Schedules an extra update that will be executed immediately after the -regular entity updates within the currently running commit cycle.

Extra updates for entities are stored as (entity, changeset) tuples.

-
Ignore.
-
Parameters:
-
entity - The entity for which to schedule an extra update.
-
changeset - The changeset of the entity (what to update).
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 946
-

scheduleForDelete

-public void scheduleForDelete(object entity) -
-

INTERNAL: -Schedules an entity for deletion.

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1932
-

scheduleForDirtyCheck

-public void scheduleForDirtyCheck(object entity) -
-

Schedules an entity for dirty-checking at commit-time.

-
Parameters:
-
entity - The entity to schedule for dirty-checking.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 853
-

scheduleForInsert

-public void scheduleForInsert(object entity) -
-

Schedules an entity for insertion into the database. -If the entity already has an identifier, it will be added to the identity map.

-
Parameters:
-
entity - The entity to schedule for insertion.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 890
-

scheduleForUpdate

-public void scheduleForUpdate(object entity) -
-

Schedules an entity for being updated.

-
Parameters:
-
entity - The entity to schedule for being updated.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1679
-

scheduleOrphanRemoval

-public void scheduleOrphanRemoval(object entity) -
-

INTERNAL: -Schedules an orphaned entity for removal. The remove() operation will be -invoked on that entity at the beginning of the next commit of this -UnitOfWork.

-
Ignore.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1876
-

setOriginalEntityData

-public void setOriginalEntityData(mixed entity, mixed data) -
-

-
Ignore.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1890
-

setOriginalEntityProperty

-public void setOriginalEntityProperty(string oid, string property, mixed value) -
-

INTERNAL: -Sets a property value of the original data array of an entity.

-
Ignore.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1954
-

size

-public integer size() -
-

Calculates the size of the UnitOfWork. The size of the UnitOfWork is the -number of entities in the identity map.

- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1918
-

tryGetById

-public mixed tryGetById(mixed id, string rootClassName) -
-

Tries to find an entity with the given identifier in the identity map of -this UnitOfWork.

-
Parameters:
-
id - The entity identifier to look for.
-
rootClassName - The name of the root class of the mapped entity hierarchy.
-
Returns:
-
Returns the entity with the specified identifier if it exists in this UnitOfWork, FALSE otherwise.
-
-
- -
- -
/Doctrine/ORM/UnitOfWork.php at line 1113
-

tryGetByIdHash

-public mixed tryGetByIdHash(string idHash, string rootClassName) -
-

INTERNAL: -Tries to get an entity by its identifier hash. If no entity is found for -the given hash, FALSE is returned.

-
Ignore.
-
Returns:
-
The found entity or FALSE.
-
-
- -
- -
-

Doctrine

- -
- - - -
- - - - - - \ No newline at end of file diff --git a/lib/api/index-all.html b/lib/api/index-all.html deleted file mode 100644 index ae07dfadd..000000000 --- a/lib/api/index-all.html +++ /dev/null @@ -1,4857 +0,0 @@ - - - - - - - - - - - -Index (Doctrine) - - - - -
-

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

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/index.html b/lib/api/index.html deleted file mode 100644 index 81217425e..000000000 --- a/lib/api/index.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - -Doctrine - - - - - - - - - - - - - - - - <body> - <h2>Frame Alert</h2> - <p>This document is designed to be viewed using frames. If you see this message, you are using a non-frame-capable browser.<br> - Link to <a href="overview-summary.html">Non-frame version</a>.</p> - </body> - - - \ No newline at end of file diff --git a/lib/api/overview-frame.html b/lib/api/overview-frame.html deleted file mode 100644 index 9022bd93e..000000000 --- a/lib/api/overview-frame.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - -Overview (Doctrine) - - - - -

Doctrine

- - - -

Namespaces

- - - - - - \ No newline at end of file diff --git a/lib/api/overview-summary.html b/lib/api/overview-summary.html deleted file mode 100644 index 7100e957f..000000000 --- a/lib/api/overview-summary.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - - - -Overview (Doctrine) - - - - -
-

Doctrine

- -
- - -
- -

Doctrine: PHP Object-Relational Mapper

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Namespaces
Doctrine\Common
Doctrine\Common\Annotations
Doctrine\Common\Cache
Doctrine\Common\Collections
Doctrine\Common\Util
Doctrine\DBAL
Doctrine\DBAL\Driver
Doctrine\DBAL\Driver\OCI8
Doctrine\DBAL\Driver\PDOMsSql
Doctrine\DBAL\Driver\PDOMySql
Doctrine\DBAL\Driver\PDOOracle
Doctrine\DBAL\Driver\PDOPgSql
Doctrine\DBAL\Driver\PDOSqlite
Doctrine\DBAL\Event
Doctrine\DBAL\Event\Listeners
Doctrine\DBAL\Logging
Doctrine\DBAL\Platforms
Doctrine\DBAL\Schema
Doctrine\DBAL\Schema\Visitor
Doctrine\DBAL\Tools\Console\Command
Doctrine\DBAL\Tools\Console\Helper
Doctrine\DBAL\Types
Doctrine\ORM
Doctrine\ORM\Event
Doctrine\ORM\Id
Doctrine\ORM\Internal
Doctrine\ORM\Internal\Hydration
Doctrine\ORM\Mapping
Doctrine\ORM\Mapping\Driver
Doctrine\ORM\Persisters
Doctrine\ORM\Proxy
Doctrine\ORM\Query
Doctrine\ORM\Query\AST
Doctrine\ORM\Query\AST\Functions
Doctrine\ORM\Query\Exec
Doctrine\ORM\Query\Expr
Doctrine\ORM\Tools
Doctrine\ORM\Tools\Console
Doctrine\ORM\Tools\Console\Command
Doctrine\ORM\Tools\Console\Command\ClearCache
Doctrine\ORM\Tools\Console\Command\SchemaTool
Doctrine\ORM\Tools\Console\Helper
Doctrine\ORM\Tools\Event
Doctrine\ORM\Tools\Export
Doctrine\ORM\Tools\Export\Driver
- -
- -
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/overview-tree.html b/lib/api/overview-tree.html deleted file mode 100644 index f28868994..000000000 --- a/lib/api/overview-tree.html +++ /dev/null @@ -1,340 +0,0 @@ - - - - - - - - - - - -Overview (Doctrine) - - - - -
-

Doctrine

- -
- - -

Class Hierarchy

-
-

Doctrine

- -
- - -
- - - - - - \ No newline at end of file diff --git a/lib/api/stylesheet.css b/lib/api/stylesheet.css deleted file mode 100644 index ec7982d39..000000000 --- a/lib/api/stylesheet.css +++ /dev/null @@ -1,216 +0,0 @@ -* { - margin: 0; - padding: 0; -} - -body { - font-family: "Times New Roman", Times, serif; - margin: 0px; - padding: 10px; - font-size: 100%; - background-color: #fff; - color: #000; -} - -a { - color: #00f; -} - -a:visited { - color: #518; -} - -table { - width: 100%; - margin: 10px 0; - border-collapse: collapse; -} - -table, th, td { - border: 2px solid #999; -} - -th { - padding: 2px 4px; - background-color: #ccf; - text-align: left; - font-size: 140%; -} - -td { - padding: 2px 4px; -} - -td p { - padding: 0; - margin: 0; -} - -hr, p, dl, ul, ol, h1, h2, h3, h4, h5, h6 { - margin: 5px 0; -} - -dt { - font-weight: bold; -} - -dd { - margin-left: 40px; -} - -ul, ol { - margin-left: 30px; -} - -p { - margin-left: 10px; -} - -h1 { - font-size: 140%; - font-family: Arial, Helvetica, sans-serif; -} - -h2 { - font-size: 120%; - font-family: Arial, Helvetica, sans-serif; -} - -/* page header */ - -div.header { - width: 100%; - font-family: Arial, Helvetica, sans-serif; - background-color: #eef; - margin: 0 0 10px; - padding: 4px 0; -} - -div.header h1 { - float: right; - font-size: 100%; - font-style: italic; - padding: 0 4px; - margin: 0; -} - -div.header ul { - list-style: none; - margin: 0; -} - -div.header ul li { - display: inline; - font-size: 100%; - font-weight: bold; - padding: 0 4px; -} - -div.header ul li.active { - background-color: #00008c; - color: #fff; -} - -div.header ul li a:visited { - color: #000; -} - -/* small links */ - -div.small_links { - text-transform: uppercase; - font-size: 65%; - font-family: Arial, Helvetica, sans-serif; - margin: 8px; -} - -/* footer */ - -p#footer { - font-size: 80%; -} - -/* frames */ - -#frame h1 { - font-size: 120%; -} - -#frame h2 { - font-size: 100%; -} - -#frame ul { - list-style: none; - margin-left: 10px; -} - -/* definition writer */ - -div.qualifiedName { - font-size: 80%; - font-weight: bold; - margin: 10px 0 0; -} - -div.location { - font-size: 80%; - float: right; -} - -#definition h1 { - margin: 0 0 10px; - font-family: "Times New Roman", Times, serif; -} - -#definition h2 { - border: 2px solid #999; - padding: 2px; - background-color: #ccf; - text-align: left; - font-size: 140%; - font-family: "Times New Roman", Times, serif; -} - -pre.tree { - margin: 10px 0; -} - -table.inherit th { - background-color: #eef; - font-size: 120%; -} - -p.signature, div.comment { - margin: 10px 0; -} - -code.signature { - display: block; - margin: 10px 0; -} - -div.details { - margin: 10px 0 10px 20px; -} - -td.type { - text-align: right; - vertical-align: top; - font-family: monospace; -} - -td p.name { - font-family: monospace; -} - -td p.description { - margin: 2px 0 0 20px; -} - -/* tree */ - -#tree ul ul { - margin-top: 0; - margin-bottom: 0; -} \ No newline at end of file diff --git a/tests/Doctrine/Tests/DBAL/Functional/AllTests.php b/tests/Doctrine/Tests/DBAL/Functional/AllTests.php index 2132fe5b4..88574060c 100644 --- a/tests/Doctrine/Tests/DBAL/Functional/AllTests.php +++ b/tests/Doctrine/Tests/DBAL/Functional/AllTests.php @@ -27,6 +27,7 @@ class AllTests $suite->addTestSuite('Doctrine\Tests\DBAL\Functional\Schema\OracleSchemaManagerTest'); $suite->addTestSuite('Doctrine\Tests\DBAL\Functional\Schema\Db2SchemaManagerTest'); $suite->addTestSuite('Doctrine\Tests\DBAL\Functional\ConnectionTest'); + $suite->addTestSuite('Doctrine\Tests\DBAL\Functional\DataAccessTest'); return $suite; } diff --git a/tests/Doctrine/Tests/DBAL/Functional/DataAccessTest.php b/tests/Doctrine/Tests/DBAL/Functional/DataAccessTest.php index 4190025cd..7d5123d66 100644 --- a/tests/Doctrine/Tests/DBAL/Functional/DataAccessTest.php +++ b/tests/Doctrine/Tests/DBAL/Functional/DataAccessTest.php @@ -1,6 +1,8 @@ _conn->fetchRow($sql, array(1, 'foo')); + $row = $this->_conn->fetchAssoc($sql, array(1, 'foo')); $row = array_change_key_case($row, \CASE_LOWER);