| Total Complexity | 3 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class PostgreSQL100Platform extends PostgreSQL94Platform |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * {@inheritdoc} |
||
| 17 | */ |
||
| 18 | 51 | protected function getReservedKeywordsClass() : string |
|
| 19 | { |
||
| 20 | 51 | return PostgreSQL100Keywords::class; |
|
| 21 | } |
||
| 22 | |||
| 23 | 1 | public function getSequenceMetadataSQL(string $sequenceName, string $schemaName) : string |
|
| 28 | } |
||
| 29 | |||
| 30 | 1 | private function cleanSequenceNameFromSchemaName(string $rawSequenceName, string $schemaName) : string |
|
| 35 |