MediaWiki REL1_37
|
Public Member Functions | |
getDateTimeTzTypeDeclarationSQL (array $column) | |
getDefaultValueDeclarationSQL ( $column) | |
Handles Postgres unique timestamp format . | |
getFloatDeclarationSQL (array $column) | |
Protected Member Functions | |
_getCreateTableSQL ( $name, $columns, array $options=[]) | |
phpcs:disable PSR2.Methods.MethodDeclaration.Underscore | |
Definition at line 12 of file MWPostgreSqlPlatform.php.
|
protected |
phpcs:disable PSR2.Methods.MethodDeclaration.Underscore
Definition at line 38 of file MWPostgreSqlPlatform.php.
Wikimedia\Rdbms\MWPostgreSqlPlatform::getDateTimeTzTypeDeclarationSQL | ( | array | $column | ) |
Definition at line 65 of file MWPostgreSqlPlatform.php.
Wikimedia\Rdbms\MWPostgreSqlPlatform::getDefaultValueDeclarationSQL | ( | $column | ) |
Handles Postgres unique timestamp format .
mixed[] | $column | The column definition array. |
Definition at line 20 of file MWPostgreSqlPlatform.php.
References $type.
Wikimedia\Rdbms\MWPostgreSqlPlatform::getFloatDeclarationSQL | ( | array | $column | ) |
Definition at line 58 of file MWPostgreSqlPlatform.php.