DatabasePlatformName
DatabasePlatformName.php
:
16
Final
Database platform identifiers recognized by {@see DatabasePlatformResolver}.
Provided as class constants rather than an enum for PHP 7.4 compatibility.
Constants¶
MYSQL ¶
DatabasePlatformName.php
:
18
|
|
|
POSTGRESQL ¶
DatabasePlatformName.php
:
20
|
|
|
SQLITE ¶
DatabasePlatformName.php
:
22
|
|
|
Methods¶
all()
¶
DatabasePlatformName.php
:
32
|
|
|
Return values
array<string|int, string>