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

Method Column_name

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

Source from the content-addressed store, hash-verified

30926}
30927
30928func (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
30937errorExit:
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.
30951type ICollation_nameContext interface {

Callers 15

Alter_table_stmtMethod · 0.95
Indexed_columnMethod · 0.95
Column_defMethod · 0.95
Table_constraintMethod · 0.95
Foreign_key_clauseMethod · 0.95
Create_trigger_stmtMethod · 0.95
Create_view_stmtMethod · 0.95
Cte_table_nameMethod · 0.95
exprMethod · 0.95
Insert_stmtMethod · 0.95
Upsert_clauseMethod · 0.95

Calls 4

Any_nameMethod · 0.95
NewColumn_nameContextFunction · 0.85
EnterRuleMethod · 0.45
ExitRuleMethod · 0.45

Tested by

no test coverage detected