Parser
Table of Contents
Namespaces
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.