Total Complexity | 4 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
22 | class PostgreSQL extends AbstractDBHelper |
||
23 | { |
||
24 | /** |
||
25 | * Set the right enclosure |
||
26 | * @return string |
||
27 | */ |
||
28 | 7 | public function getEnclosureForCSV(): string |
|
31 | } |
||
32 | |||
33 | /** |
||
34 | * {@inheritdoc} |
||
35 | */ |
||
36 | 7 | public function loadData(string $table, string $fname, array $fields, string $mode): string |
|
54 |