package
1.0.5
Repository: https://github.com/zeromicro/ddl-parser.git
Documentation: pkg.go.dev

# Functions

NewParser creates an instance of Parser.
WithConsole is a Parser option to set console.
WithDebugMode is a Parser option to set debug mode.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EnumSetDataType describes the data type Enum and Set of column.
NormalDataType describes the data type which not contains Enum and Set of column.
Parser is the syntax entry to parse sql as AST, you can use NewParser to create an instance with options, WithDebugMode option can parse sql with debug, WithLogger option can print logs while parsing.
No description provided by the author
No description provided by the author

# Interfaces

DataType describes the data type and value of the column in table.
Token is an abstraction from each lexical element, literal, etc.

# Type aliases

Acceptor is the alias of function.
Option is the alias of function.