Doctrine\DBAL\Schema\SchemaConfig
/Doctrine/DBAL/Schema/SchemaConfig.php at line 33
Class SchemaConfig
SchemaConfig
public class SchemaConfig
- 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 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)
Configuration for a Schema