interface SchemaParserInterface

Parses CREATE TABLE text into a dialect-independent schema.

Methods§

public function parse(string $createTableSql): TableSchema

Parse a CREATE TABLE statement into a TableSchema.

Parameters

$createTableSqlstring
Called from 1

Test cases 26§

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 25

Relations§

Implemented by 4
Method calls 1
Type declarations 7