()
| 31030 | } |
| 31031 | |
| 31032 | func (p *SQLiteParser) Collation_name() (localctx ICollation_nameContext) { |
| 31033 | localctx = NewCollation_nameContext(p, p.GetParserRuleContext(), p.GetState()) |
| 31034 | p.EnterRule(localctx, 192, SQLiteParserRULE_collation_name) |
| 31035 | p.EnterOuterAlt(localctx, 1) |
| 31036 | { |
| 31037 | p.SetState(2130) |
| 31038 | p.Any_name() |
| 31039 | } |
| 31040 | |
| 31041 | errorExit: |
| 31042 | if p.HasError() { |
| 31043 | v := p.GetError() |
| 31044 | localctx.SetException(v) |
| 31045 | p.GetErrorHandler().ReportError(p, v) |
| 31046 | p.GetErrorHandler().Recover(p, v) |
| 31047 | p.SetError(nil) |
| 31048 | } |
| 31049 | p.ExitRule() |
| 31050 | return localctx |
| 31051 | goto errorExit // Trick to prevent compiler error if the label is not used |
| 31052 | } |
| 31053 | |
| 31054 | // IForeign_tableContext is an interface to support dynamic dispatch. |
| 31055 | type IForeign_tableContext interface { |
no test coverage detected