final class CreateTableRenderer
Restricted visibility: declared "@visibility ZtdQuery\Platform\MySql". Code outside that scope must not name this declaration.

Create Table Renderer.

Methods§

public function __construct(private string $tableName)

Configure the dependencies used by this operation.

Parameters

$tableNamestring
public function buildCreateTableSql(TableDefinition $definition): string

Build a CREATE TABLE SQL from a TableDefinition.

Parameters

$definitionTableDefinition

Returns

string
Test cases 2
Called from 1
Calls 4

Private surface 1§

Implementation details, listed for orientation only.

private string $tableName

Test cases 8§

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

Dedicated tests 2
Other tests reaching this symbol 6

Relations§

Instantiated in 1
Method calls 1