| 2706 | } |
| 2707 | |
| 2708 | type 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 | |
| 2715 | func NewEmptyAlter_table_stmtContext() *Alter_table_stmtContext { |
| 2716 | var p = new(Alter_table_stmtContext) |
nothing calls this directly
no outgoing calls
no test coverage detected