public class SelectAnalyser extends KeyWordAnalyzer
syntaxQueue| Constructor and Description |
|---|
SelectAnalyser(Queue<String> tempQueue) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyseStatement()
This method analyses a queue of string tokens associated with the sql keyword SELECT, which
is produced by the Lexical Analyser and embeds the proper syntaxes correspond to each of the
tokens in the input token queue recursively.
|
getSyntaxQueuepublic void analyseStatement()
analyseStatement in class KeyWordAnalyzerCopyright © 2018 WSO2. All rights reserved.