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