Class

BigIntType

Package: Doctrine\DBAL\Types License: LGPL 2.1 Author: robo Version: PHPBoost 5.2 - last update: 2013 01 01 Since: PHPBoost 4.0 - 2013 01 01 Link: https://www.doctrine-project.org Located at: io/db/dbms/Doctrine/DBAL/Types/BigIntType.php

Type that maps a database BIGINT to a PHP string.

Type
Extended by BigIntType
Methods summary
public string
# getName( )

Gets the name of this type.

public
# getSqlDeclaration( array $fieldDeclaration, AbstractPlatform $platform )

Gets the SQL declaration snippet for a field of this type.

public integer
# getTypeCode( )

Gets the type code of this type.

Constants inherited from Type
CODE_BOOL, CODE_INT, CODE_LOB, CODE_NULL, CODE_STR
Properties inherited from Type
$_typeObjects