classCreateTableQuery
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): ?stringFetch the CREATE TABLE SQL from sqlite_schema.
Parameters
$pdo | PDO | |
$tableName | string |
Returns
?stringTest cases 1
Called from 1
Test cases 11§
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 10
PostgreSqlEndToEndTestcallsSqliteIntegrationTestcallsDatabaseFixtureProviderTestcallsFileFixtureProviderTestcallsFixtureProviderTestcallsPlatformFactoryTestcallsSqliteSchemaFetcherTestcallsDatabaseSchemaCacheTestcallsSqlSchemaProviderTestcallsSchemaFetcherInterfaceTestcalls