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

Function NewInsert_stmtContext

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

Source from the content-addressed store, hash-verified

15329func (*Insert_stmtContext) IsInsert_stmtContext() {}
15330
15331func NewInsert_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Insert_stmtContext {
15332 var p = new(Insert_stmtContext)
15333
15334 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
15335
15336 p.parser = parser
15337 p.RuleIndex = SQLiteParserRULE_insert_stmt
15338
15339 return p
15340}
15341
15342func (s *Insert_stmtContext) GetParser() antlr.Parser { return s.parser }
15343

Callers 1

Insert_stmtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected