Inherits PostgreSQLPlatform.
Definition at line 9 of file MWPostgreSqlPlatform.php.
◆ _getCreateTableSQL()
| Wikimedia\Rdbms\MWPostgreSqlPlatform::_getCreateTableSQL |
( |
| $name, |
|
|
| $columns, |
|
|
array | $options = [] ) |
|
protected |
◆ getBinaryTypeDeclarationSQL()
| Wikimedia\Rdbms\MWPostgreSqlPlatform::getBinaryTypeDeclarationSQL |
( |
array | $column | ) |
|
◆ getBlobTypeDeclarationSQL()
| Wikimedia\Rdbms\MWPostgreSqlPlatform::getBlobTypeDeclarationSQL |
( |
array | $column | ) |
|
◆ getDateTimeTzTypeDeclarationSQL()
| Wikimedia\Rdbms\MWPostgreSqlPlatform::getDateTimeTzTypeDeclarationSQL |
( |
array | $column | ) |
|
◆ getDefaultValueDeclarationSQL()
| Wikimedia\Rdbms\MWPostgreSqlPlatform::getDefaultValueDeclarationSQL |
( |
| $column | ) |
|
Handles Postgres unique timestamp format .
- Parameters
-
| mixed[] | $column | The column definition array. |
- Returns
- string Postgres specific SQL code portion needed to set a default value.
Definition at line 17 of file MWPostgreSqlPlatform.php.
◆ getFloatDeclarationSQL()
| Wikimedia\Rdbms\MWPostgreSqlPlatform::getFloatDeclarationSQL |
( |
array | $column | ) |
|
The documentation for this class was generated from the following file: