()
| 30822 | } |
| 30823 | |
| 30824 | func (p *SQLiteParser) New_table_name() (localctx INew_table_nameContext) { |
| 30825 | localctx = NewNew_table_nameContext(p, p.GetParserRuleContext(), p.GetState()) |
| 30826 | p.EnterRule(localctx, 188, SQLiteParserRULE_new_table_name) |
| 30827 | p.EnterOuterAlt(localctx, 1) |
| 30828 | { |
| 30829 | p.SetState(2126) |
| 30830 | p.Any_name() |
| 30831 | } |
| 30832 | |
| 30833 | errorExit: |
| 30834 | if p.HasError() { |
| 30835 | v := p.GetError() |
| 30836 | localctx.SetException(v) |
| 30837 | p.GetErrorHandler().ReportError(p, v) |
| 30838 | p.GetErrorHandler().Recover(p, v) |
| 30839 | p.SetError(nil) |
| 30840 | } |
| 30841 | p.ExitRule() |
| 30842 | return localctx |
| 30843 | goto errorExit // Trick to prevent compiler error if the label is not used |
| 30844 | } |
| 30845 | |
| 30846 | // IColumn_nameContext is an interface to support dynamic dispatch. |
| 30847 | type IColumn_nameContext interface { |
no test coverage detected