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

Method Transaction_name

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

Source from the content-addressed store, hash-verified

32072}
32073
32074func (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
32083errorExit:
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.
32097type IWindow_nameContext interface {

Callers 1

Begin_stmtMethod · 0.95

Calls 4

Any_nameMethod · 0.95
EnterRuleMethod · 0.45
ExitRuleMethod · 0.45

Tested by

no test coverage detected