()
| 4686 | } |
| 4687 | |
| 4688 | func NewEmptyRelationPrimaryContext() *RelationPrimaryContext { |
| 4689 | var p = new(RelationPrimaryContext) |
| 4690 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(nil, -1) |
| 4691 | p.RuleIndex = SqlBaseParserRULE_relationPrimary |
| 4692 | return p |
| 4693 | } |
| 4694 | |
| 4695 | func (*RelationPrimaryContext) IsRelationPrimaryContext() {} |
| 4696 |
no outgoing calls
no test coverage detected