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
- Source
- ColumnParser.scala
- 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
- Source
- DataTypeParser.scala
- Supertypes
-
trait SqlParsertrait JavaTokenParserstrait RegexParserstrait Parsersclass Objecttrait Matchableclass AnyShow all
- Known subtypes
Parser for parsing Database definitions.
Parser for parsing Database definitions.
Attributes
- Source
- DatabaseStatementParser.scala
- 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
- Source
- KeyParser.scala
- Supertypes
-
trait ColumnParsertrait DataTypeParsertrait SqlParsertrait JavaTokenParserstrait RegexParserstrait Parsersclass Objecttrait Matchableclass AnyShow all
- Known subtypes
Attributes
- Source
- Parser.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SetParsertrait DatabaseStatementParsertrait TableParsertrait KeyParsertrait ColumnParsertrait DataTypeParsertrait SqlParsertrait JavaTokenParserstrait RegexParserstrait Parsersclass Objecttrait Matchableclass AnyShow all
Parser for parsing SET definitions.
Parser for parsing SET definitions.
Attributes
- Source
- SetParser.scala
- Supertypes
-
trait SqlParsertrait JavaTokenParserstrait RegexParserstrait Parsersclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class Parser
Parser to parse common definitions in MySQL.
Parser to parse common definitions in MySQL.
Attributes
- Source
- SqlParser.scala
- 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
- Source
- TableParser.scala
- Supertypes
-
trait KeyParsertrait ColumnParsertrait DataTypeParsertrait SqlParsertrait JavaTokenParserstrait RegexParserstrait Parsersclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
trait DatabaseStatementParserclass Parser