MCPcopy
hub / github.com/sqlc-dev/sqlc / ExitRule

Method ExitRule

internal/engine/sqlite/parser/sqlite_parser.go:30152–30156  ·  view source on GitHub ↗
(listener antlr.ParseTreeListener)

Source from the content-addressed store, hash-verified

30150}
30151
30152func (s *NameContext) ExitRule(listener antlr.ParseTreeListener) {
30153 if listenerT, ok := listener.(SQLiteParserListener); ok {
30154 listenerT.ExitName(s)
30155 }
30156}
30157
30158func (p *SQLiteParser) Name() (localctx INameContext) {
30159 localctx = NewNameContext(p, p.GetParserRuleContext(), p.GetState())

Callers 15

ParseMethod · 0.45
Sql_stmt_listMethod · 0.45
Sql_stmtMethod · 0.45
Alter_table_stmtMethod · 0.45
Analyze_stmtMethod · 0.45
Attach_stmtMethod · 0.45
Begin_stmtMethod · 0.45
Commit_stmtMethod · 0.45
Rollback_stmtMethod · 0.45
Savepoint_stmtMethod · 0.45
Release_stmtMethod · 0.45
Create_index_stmtMethod · 0.45

Calls 1

ExitNameMethod · 0.65

Tested by

no test coverage detected