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