MCPcopy
hub / github.com/sqlc-dev/sqlc / Alter_table_stmtContext

Struct Alter_table_stmtContext

internal/engine/sqlite/parser/sqlite_parser.go:2708–2713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2706}
2707
2708type Alter_table_stmtContext struct {
2709 antlr.BaseParserRuleContext
2710 parser antlr.Parser
2711 old_column_name IColumn_nameContext
2712 new_column_name IColumn_nameContext
2713}
2714
2715func NewEmptyAlter_table_stmtContext() *Alter_table_stmtContext {
2716 var p = new(Alter_table_stmtContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected