package
0.0.0-20201030050434-a139afbb1aba
Repository: https://github.com/blastrain/vitess-sqlparser.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

New returns a Parser object.
NewScanner returns a new scanner object.
ParseErrorWith returns "You have a syntax error near..." error message compatible with mysql.
TrimComment trim comment for special comment code of MySQL.

# Variables

ErrParse returns for sql parse error.
ErrSyntax returns for sql syntax error.
SpecFieldPattern special result field pattern.

# Structs

Parser represents a parser instance.
Pos represents the position of a token.
Scanner implements the yyLexer interface.