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