()
| 1685 | } |
| 1686 | |
| 1687 | func NewEmptyQueryPrimaryContext() *QueryPrimaryContext { |
| 1688 | var p = new(QueryPrimaryContext) |
| 1689 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(nil, -1) |
| 1690 | p.RuleIndex = SqlBaseParserRULE_queryPrimary |
| 1691 | return p |
| 1692 | } |
| 1693 | |
| 1694 | func (*QueryPrimaryContext) IsQueryPrimaryContext() {} |
| 1695 |
no outgoing calls
no test coverage detected