()
| 32072 | } |
| 32073 | |
| 32074 | func (p *SQLiteParser) Transaction_name() (localctx ITransaction_nameContext) { |
| 32075 | localctx = NewTransaction_nameContext(p, p.GetParserRuleContext(), p.GetState()) |
| 32076 | p.EnterRule(localctx, 212, SQLiteParserRULE_transaction_name) |
| 32077 | p.EnterOuterAlt(localctx, 1) |
| 32078 | { |
| 32079 | p.SetState(2150) |
| 32080 | p.Any_name() |
| 32081 | } |
| 32082 | |
| 32083 | errorExit: |
| 32084 | if p.HasError() { |
| 32085 | v := p.GetError() |
| 32086 | localctx.SetException(v) |
| 32087 | p.GetErrorHandler().ReportError(p, v) |
| 32088 | p.GetErrorHandler().Recover(p, v) |
| 32089 | p.SetError(nil) |
| 32090 | } |
| 32091 | p.ExitRule() |
| 32092 | return localctx |
| 32093 | goto errorExit // Trick to prevent compiler error if the label is not used |
| 32094 | } |
| 32095 | |
| 32096 | // IWindow_nameContext is an interface to support dynamic dispatch. |
| 32097 | type IWindow_nameContext interface { |
no test coverage detected