()
| 30926 | } |
| 30927 | |
| 30928 | func (p *SQLiteParser) Column_name() (localctx IColumn_nameContext) { |
| 30929 | localctx = NewColumn_nameContext(p, p.GetParserRuleContext(), p.GetState()) |
| 30930 | p.EnterRule(localctx, 190, SQLiteParserRULE_column_name) |
| 30931 | p.EnterOuterAlt(localctx, 1) |
| 30932 | { |
| 30933 | p.SetState(2128) |
| 30934 | p.Any_name() |
| 30935 | } |
| 30936 | |
| 30937 | errorExit: |
| 30938 | if p.HasError() { |
| 30939 | v := p.GetError() |
| 30940 | localctx.SetException(v) |
| 30941 | p.GetErrorHandler().ReportError(p, v) |
| 30942 | p.GetErrorHandler().Recover(p, v) |
| 30943 | p.SetError(nil) |
| 30944 | } |
| 30945 | p.ExitRule() |
| 30946 | return localctx |
| 30947 | goto errorExit // Trick to prevent compiler error if the label is not used |
| 30948 | } |
| 30949 | |
| 30950 | // ICollation_nameContext is an interface to support dynamic dispatch. |
| 30951 | type ICollation_nameContext interface { |
no test coverage detected