MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / View_name

Method View_name

internal/engine/sqlite/parser/sqlite_parser.go:31448–31468  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31446}
31447
31448func (p *SQLiteParser) View_name() (localctx IView_nameContext) {
31449 localctx = NewView_nameContext(p, p.GetParserRuleContext(), p.GetState())
31450 p.EnterRule(localctx, 200, SQLiteParserRULE_view_name)
31451 p.EnterOuterAlt(localctx, 1)
31452 {
31453 p.SetState(2138)
31454 p.Any_name()
31455 }
31456
31457errorExit:
31458 if p.HasError() {
31459 v := p.GetError()
31460 localctx.SetException(v)
31461 p.GetErrorHandler().ReportError(p, v)
31462 p.GetErrorHandler().Recover(p, v)
31463 p.SetError(nil)
31464 }
31465 p.ExitRule()
31466 return localctx
31467 goto errorExit // Trick to prevent compiler error if the label is not used
31468}
31469
31470// IModule_nameContext is an interface to support dynamic dispatch.
31471type IModule_nameContext interface {

Callers 1

Create_view_stmtMethod · 0.95

Calls 4

Any_nameMethod · 0.95
NewView_nameContextFunction · 0.85
EnterRuleMethod · 0.45
ExitRuleMethod · 0.45

Tested by

no test coverage detected