MySqlLexer

Undocumented in source.

Constructors

this
this(char[] input, int inputLength, bool skipComment)
Undocumented in source.
this
this(string input)
Undocumented in source.
this
this(string input, SQLParserFeature[] features)
Undocumented in source.
this
this(string input, bool skipComment, bool keepComments)
Undocumented in source.

Members

Functions

scanComment
void scanComment()
Undocumented in source. Be warned that the author may not have intended to support it.
scanIdentifier
void scanIdentifier()
Undocumented in source. Be warned that the author may not have intended to support it.
scanNumber
void scanNumber()
Undocumented in source. Be warned that the author may not have intended to support it.
scanSharp
void scanSharp()
Undocumented in source. Be warned that the author may not have intended to support it.
scanString
void scanString()
Undocumented in source. Be warned that the author may not have intended to support it.
scanVariable
void scanVariable()
Undocumented in source. Be warned that the author may not have intended to support it.
scanVariable_at
void scanVariable_at()
Undocumented in source. Be warned that the author may not have intended to support it.
skipFirstHintsOrMultiCommentAndNextToken
void skipFirstHintsOrMultiCommentAndNextToken()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

DEFAULT_MYSQL_KEYWORDS
Keywords DEFAULT_MYSQL_KEYWORDS()
Undocumented in source. Be warned that the author may not have intended to support it.
identifierFlags
bool[] identifierFlags()
Undocumented in source. Be warned that the author may not have intended to support it.
isIdentifierChar
bool isIdentifierChar(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
quoteTable
SymbolTable quoteTable()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta