ldbc.codegen.parser
Members list
Packages
Type members
Classlikes
Parser for parsing column definitions.
Parser for parsing column definitions.
Please refer to the official documentation for MySQL column definitions. SEE: https://dev.mysql.com/doc/refman/8.0/en/create-table.html
Attributes
- Supertypes
-
trait DataTypeParsertrait SqlParsertrait JavaTokenParserstrait RegexParserstrait Parsersclass Objecttrait Matchableclass AnyShow all
- Known subtypes
Parser for parsing data type definitions.
Parser for parsing data type definitions.
Please refer to the official documentation for MySQL data type definitions. SEE: https://dev.mysql.com/doc/refman/8.0/en/create-table.html
Attributes
- Supertypes
-
trait SqlParsertrait JavaTokenParserstrait RegexParserstrait Parsersclass Objecttrait Matchableclass AnyShow all
- Known subtypes
Parser for parsing Database definitions.
Parser for parsing Database definitions.
Attributes
- Supertypes
-
trait TableParsertrait KeyParsertrait ColumnParsertrait DataTypeParsertrait SqlParsertrait JavaTokenParserstrait RegexParserstrait Parsersclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class Parser
Parser for parsing create table key definitions.
Parser for parsing create table key definitions.
Attributes
- Supertypes
-
trait ColumnParsertrait DataTypeParsertrait SqlParsertrait JavaTokenParserstrait RegexParserstrait Parsersclass Objecttrait Matchableclass AnyShow all
- Known subtypes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SetParsertrait DatabaseStatementParsertrait TableParsertrait KeyParsertrait ColumnParsertrait DataTypeParsertrait SqlParsertrait JavaTokenParserstrait RegexParserstrait Parsersclass Objecttrait Matchableclass AnyShow all
Parser to parse common definitions in MySQL.
Parser to parse common definitions in MySQL.
Attributes
- Supertypes
-
trait JavaTokenParserstrait RegexParserstrait Parsersclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
trait DataTypeParsertrait ColumnParsertrait KeyParsertrait TableParsertrait DatabaseStatementParserclass Parsertrait SetParserShow all
Parser for parsing Table definitions.
Parser for parsing Table definitions.
Attributes
- Supertypes
-
trait KeyParsertrait ColumnParsertrait DataTypeParsertrait SqlParsertrait JavaTokenParserstrait RegexParserstrait Parsersclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
trait DatabaseStatementParserclass Parser