- accept
void accept(Token token)
Undocumented in source. Be warned that the author may not have intended to support it.
- acceptIdentifier
void acceptIdentifier(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
- acceptInteger
int acceptInteger()
Undocumented in source. Be warned that the author may not have intended to support it.
- alias_f
string alias_f()
Undocumented in source. Be warned that the author may not have intended to support it.
- as
string as()
Undocumented in source. Be warned that the author may not have intended to support it.
- config
void config(SQLParserFeature feature, bool state)
Undocumented in source. Be warned that the author may not have intended to support it.
- getDbType
string getDbType()
Undocumented in source. Be warned that the author may not have intended to support it.
- getLexer
Lexer getLexer()
Undocumented in source. Be warned that the author may not have intended to support it.
- identifierEquals
bool identifierEquals(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
- isEnabled
bool isEnabled(SQLParserFeature feature)
Undocumented in source. Be warned that the author may not have intended to support it.
- match
void match(Token token)
Undocumented in source. Be warned that the author may not have intended to support it.
- newCreateStatement
SQLCreateTableStatement newCreateStatement()
Undocumented in source. Be warned that the author may not have intended to support it.
- printError
void printError(Token token)
Undocumented in source. Be warned that the author may not have intended to support it.
- setErrorEndPos
void setErrorEndPos(int errPos)
Undocumented in source. Be warned that the author may not have intended to support it.
- tableAlias
string tableAlias()
Undocumented in source. Be warned that the author may not have intended to support it.
- tableAlias
string tableAlias(bool must)
Undocumented in source. Be warned that the author may not have intended to support it.