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

Function NewAlter_table_stmtContext

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

Source from the content-addressed store, hash-verified

2727func (*Alter_table_stmtContext) IsAlter_table_stmtContext() {}
2728
2729func NewAlter_table_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_table_stmtContext {
2730 var p = new(Alter_table_stmtContext)
2731
2732 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
2733
2734 p.parser = parser
2735 p.RuleIndex = SQLiteParserRULE_alter_table_stmt
2736
2737 return p
2738}
2739
2740func (s *Alter_table_stmtContext) GetParser() antlr.Parser { return s.parser }
2741

Callers 1

Alter_table_stmtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected