()
| 31758 | } |
| 31759 | |
| 31760 | func (p *SQLiteParser) Savepoint_name() (localctx ISavepoint_nameContext) { |
| 31761 | localctx = NewSavepoint_nameContext(p, p.GetParserRuleContext(), p.GetState()) |
| 31762 | p.EnterRule(localctx, 206, SQLiteParserRULE_savepoint_name) |
| 31763 | p.EnterOuterAlt(localctx, 1) |
| 31764 | { |
| 31765 | p.SetState(2144) |
| 31766 | p.Any_name() |
| 31767 | } |
| 31768 | |
| 31769 | errorExit: |
| 31770 | if p.HasError() { |
| 31771 | v := p.GetError() |
| 31772 | localctx.SetException(v) |
| 31773 | p.GetErrorHandler().ReportError(p, v) |
| 31774 | p.GetErrorHandler().Recover(p, v) |
| 31775 | p.SetError(nil) |
| 31776 | } |
| 31777 | p.ExitRule() |
| 31778 | return localctx |
| 31779 | goto errorExit // Trick to prevent compiler error if the label is not used |
| 31780 | } |
| 31781 | |
| 31782 | // ITable_aliasContext is an interface to support dynamic dispatch. |
| 31783 | type ITable_aliasContext interface { |
no test coverage detected