()
| 1519 | } |
| 1520 | |
| 1521 | func (p *SqlBaseParser) QueryTerm() (localctx IQueryTermContext) { |
| 1522 | return p.queryTerm(0) |
| 1523 | } |
| 1524 | |
| 1525 | func (p *SqlBaseParser) queryTerm(_p int) (localctx IQueryTermContext) { |
| 1526 | var _parentctx antlr.ParserRuleContext = p.GetParserRuleContext() |
no test coverage detected