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

Reads the database CREATE TABLE declaration.

Methods§

public function fetchCreateTableSql(PDO $pdo, string $tableName): string

Fetch the CREATE TABLE SQL from the database.

Parameters

$pdoPDO
$tableNamestring

Returns

string

Throws

RuntimeException
Test cases 1
Called from 1
Calls 5

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