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

Method New_table_name

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

Source from the content-addressed store, hash-verified

30822}
30823
30824func (p *SQLiteParser) New_table_name() (localctx INew_table_nameContext) {
30825 localctx = NewNew_table_nameContext(p, p.GetParserRuleContext(), p.GetState())
30826 p.EnterRule(localctx, 188, SQLiteParserRULE_new_table_name)
30827 p.EnterOuterAlt(localctx, 1)
30828 {
30829 p.SetState(2126)
30830 p.Any_name()
30831 }
30832
30833errorExit:
30834 if p.HasError() {
30835 v := p.GetError()
30836 localctx.SetException(v)
30837 p.GetErrorHandler().ReportError(p, v)
30838 p.GetErrorHandler().Recover(p, v)
30839 p.SetError(nil)
30840 }
30841 p.ExitRule()
30842 return localctx
30843 goto errorExit // Trick to prevent compiler error if the label is not used
30844}
30845
30846// IColumn_nameContext is an interface to support dynamic dispatch.
30847type IColumn_nameContext interface {

Callers 1

Alter_table_stmtMethod · 0.95

Calls 4

Any_nameMethod · 0.95
NewNew_table_nameContextFunction · 0.85
EnterRuleMethod · 0.45
ExitRuleMethod · 0.45

Tested by

no test coverage detected