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

Function NewRelease_stmtContext

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

Source from the content-addressed store, hash-verified

4108func (*Release_stmtContext) IsRelease_stmtContext() {}
4109
4110func NewRelease_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Release_stmtContext {
4111 var p = new(Release_stmtContext)
4112
4113 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
4114
4115 p.parser = parser
4116 p.RuleIndex = SQLiteParserRULE_release_stmt
4117
4118 return p
4119}
4120
4121func (s *Release_stmtContext) GetParser() antlr.Parser { return s.parser }
4122

Callers 1

Release_stmtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected