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

Function NewDrop_stmtContext

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

Source from the content-addressed store, hash-verified

11941func (*Drop_stmtContext) IsDrop_stmtContext() {}
11942
11943func NewDrop_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Drop_stmtContext {
11944 var p = new(Drop_stmtContext)
11945
11946 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
11947
11948 p.parser = parser
11949 p.RuleIndex = SQLiteParserRULE_drop_stmt
11950
11951 return p
11952}
11953
11954func (s *Drop_stmtContext) GetParser() antlr.Parser { return s.parser }
11955

Callers 1

Drop_stmtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected