Function
NewUpsert_clauseContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 16080 | func (*Upsert_clauseContext) IsUpsert_clauseContext() {} |
| 16081 | |
| 16082 | func NewUpsert_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Upsert_clauseContext { |
| 16083 | var p = new(Upsert_clauseContext) |
| 16084 | |
| 16085 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 16086 | |
| 16087 | p.parser = parser |
| 16088 | p.RuleIndex = SQLiteParserRULE_upsert_clause |
| 16089 | |
| 16090 | return p |
| 16091 | } |
| 16092 | |
| 16093 | func (s *Upsert_clauseContext) GetParser() antlr.Parser { return s.parser } |
| 16094 | |
Tested by
no test coverage detected