Types
in package
Default built-in types provided by Doctrine DBAL.
Table of Contents
- ARRAY = 'array'
- ASCII_STRING = 'ascii_string'
- BIGINT = 'bigint'
- BINARY = 'binary'
- BLOB = 'blob'
- BOOLEAN = 'boolean'
- DATE_IMMUTABLE = 'date_immutable'
- DATE_MUTABLE = 'date'
- DATEINTERVAL = 'dateinterval'
- DATETIME_IMMUTABLE = 'datetime_immutable'
- DATETIME_MUTABLE = 'datetime'
- DATETIMETZ_IMMUTABLE = 'datetimetz_immutable'
- DATETIMETZ_MUTABLE = 'datetimetz'
- DECIMAL = 'decimal'
- FLOAT = 'float'
- GUID = 'guid'
- INTEGER = 'integer'
- JSON = 'json'
- OBJECT = 'object'
- SIMPLE_ARRAY = 'simple_array'
- SMALLINT = 'smallint'
- STRING = 'string'
- TEXT = 'text'
- TIME_IMMUTABLE = 'time_immutable'
- TIME_MUTABLE = 'time'
- __construct() : mixed
Constants
ARRAY
public
mixed
ARRAY
= 'array'
ASCII_STRING
public
mixed
ASCII_STRING
= 'ascii_string'
BIGINT
public
mixed
BIGINT
= 'bigint'
BINARY
public
mixed
BINARY
= 'binary'
BLOB
public
mixed
BLOB
= 'blob'
BOOLEAN
public
mixed
BOOLEAN
= 'boolean'
DATE_IMMUTABLE
public
mixed
DATE_IMMUTABLE
= 'date_immutable'
DATE_MUTABLE
public
mixed
DATE_MUTABLE
= 'date'
DATEINTERVAL
public
mixed
DATEINTERVAL
= 'dateinterval'
DATETIME_IMMUTABLE
public
mixed
DATETIME_IMMUTABLE
= 'datetime_immutable'
DATETIME_MUTABLE
public
mixed
DATETIME_MUTABLE
= 'datetime'
DATETIMETZ_IMMUTABLE
public
mixed
DATETIMETZ_IMMUTABLE
= 'datetimetz_immutable'
DATETIMETZ_MUTABLE
public
mixed
DATETIMETZ_MUTABLE
= 'datetimetz'
DECIMAL
public
mixed
DECIMAL
= 'decimal'
FLOAT
public
mixed
FLOAT
= 'float'
GUID
public
mixed
GUID
= 'guid'
INTEGER
public
mixed
INTEGER
= 'integer'
JSON
public
mixed
JSON
= 'json'
OBJECT
public
mixed
OBJECT
= 'object'
SIMPLE_ARRAY
public
mixed
SIMPLE_ARRAY
= 'simple_array'
SMALLINT
public
mixed
SMALLINT
= 'smallint'
STRING
public
mixed
STRING
= 'string'
TEXT
public
mixed
TEXT
= 'text'
TIME_IMMUTABLE
public
mixed
TIME_IMMUTABLE
= 'time_immutable'
TIME_MUTABLE
public
mixed
TIME_MUTABLE
= 'time'
Methods
__construct()
private
__construct() : mixed