3 declare(strict_types=1);
124 $types = self::getSupportedTypes();
125 if ($with_descriptions) {
127 foreach ($types as
$type) {
128 $return [
$type] = self::describe($type);
175 return self::$descriptions[
$type];
const MYSQL_COLLATION_UTF8_SWEDISH
const MYSQL_COLLATION_UTF8_POLISH
const MYSQL_COLLATION_UTF8_DANISH
const MYSQL_COLLATION_UTF8_TURKISH
const MYSQL_COLLATION_UTF8_ICELANDIC
const MYSQL_COLLATION_UTF8MB4
static getSupportedTypes()
static array $descriptions
const MYSQL_COLLATION_UTF8_ESTONIAN
const MYSQL_COLLATION_UTF8_LATVIAN
const MYSQL_COLLATION_UTF8_PERSIAN
const TYPE_PDO_MYSQL_INNODB
static describe(string $type)
const MYSQL_COLLATION_UTF8_SLOVENIAN
const MYSQL_COLLATION_UTF8_ROMAN
const MYSQL_ENGINE_INNODB
const MYSQL_COLLATION_UTF8_SLOVAK
const TYPE_PDO_MYSQL_GALERA
const MYSQL_CHARACTER_UTF8
const MYSQL_COLLATION_UTF8
const MYSQL_COLLATION_UTF8_SPANISH
const SEQUENCE_COLUMNS_NAME
static getAvailableCollations()
const MYSQL_CHARACTER_UTF8MB4
const MYSQL_COLLATION_UTF8_LITHUANIAN
const MYSQL_COLLATION_UTF8_ROMANIAN
const MYSQL_COLLATION_UTF8_SPANISH2
const MYSQL_COLLATION_UTF8_CZECH
const SEQUENCE_COLUMNS_NAME
static getInstallableTypes()
static getAvailableTypes(bool $with_descriptions=true)