()
| 3454 | } |
| 3455 | |
| 3456 | func NewEmptyRelationContext() *RelationContext { |
| 3457 | var p = new(RelationContext) |
| 3458 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(nil, -1) |
| 3459 | p.RuleIndex = SqlBaseParserRULE_relation |
| 3460 | return p |
| 3461 | } |
| 3462 | |
| 3463 | func (*RelationContext) IsRelationContext() {} |
| 3464 |
no outgoing calls
no test coverage detected