MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / NewUpsert_clauseContext

Function NewUpsert_clauseContext

internal/engine/sqlite/parser/sqlite_parser.go:16082–16091  ·  view source on GitHub ↗
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)

Source from the content-addressed store, hash-verified

16080func (*Upsert_clauseContext) IsUpsert_clauseContext() {}
16081
16082func 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
16093func (s *Upsert_clauseContext) GetParser() antlr.Parser { return s.parser }
16094

Callers 1

Upsert_clauseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected