Doctrine


Namespace Doctrine\DBAL\Types

Class Summary
ArrayTypeType that maps a PHP array to a clob SQL type.
BigIntTypeType that maps a database BIGINT to a PHP string.
BooleanTypeType that maps an SQL boolean to a PHP boolean.
DateTimeTypeType that maps an SQL DATETIME/TIMESTAMP to a PHP DateTime object.
DateTypeType that maps an SQL DATE to a PHP Date object.
DecimalTypeType that maps an SQL DECIMAL to a PHP double.
IntegerTypeType that maps an SQL INT to a PHP integer.
ObjectTypeType that maps a PHP object to a clob SQL type.
SmallIntTypeType that maps a database SMALLINT to a PHP integer.
StringTypeType that maps an SQL VARCHAR to a PHP string.
TextTypeType that maps an SQL CLOB to a PHP string.
TimeTypeType that maps an SQL TIME to a PHP DateTime object.
TypeThe base class for so-called Doctrine mapping types.

Doctrine