Parser

Table of Contents

Namespaces

AST

Classes

Lexer
Scans a MySQL CREATE TABLE statement for tokens.
Parser
An LL(*) recursive-descent parser for MySQL CREATE TABLE statements.
TableBuilder
Converts a CreateTableStatement syntax node into a Doctrine Table object that represents the table defined in the original SQL statement.

        
On this page

Search results