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

Function NewAttach_stmtContext

internal/engine/sqlite/parser/sqlite_parser.go:3322–3331  ·  view source on GitHub ↗
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)

Source from the content-addressed store, hash-verified

3320func (*Attach_stmtContext) IsAttach_stmtContext() {}
3321
3322func NewAttach_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Attach_stmtContext {
3323 var p = new(Attach_stmtContext)
3324
3325 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
3326
3327 p.parser = parser
3328 p.RuleIndex = SQLiteParserRULE_attach_stmt
3329
3330 return p
3331}
3332
3333func (s *Attach_stmtContext) GetParser() antlr.Parser { return s.parser }
3334

Callers 1

Attach_stmtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected