final class CatalogDdl
Restricted visibility: declared "@visibility root". Code outside that scope must not name this declaration.

Reconstructs CREATE TABLE SQL from PostgreSQL catalog columns.

Methods§

public function reconstructCreateTable(PDO $pdo, string $tableName): ?string

Reconstructs create table.

Parameters

$pdoPDO
$tableNamestring

Returns

?string
Test cases 1
Called from 1
Calls 9

Test cases 9§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 1
Other tests reaching this symbol 8

Relations§

Instantiated in 1
Method calls 1