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

Struct Qualified_table_nameContext

internal/engine/sqlite/parser/sqlite_parser.go:22501–22504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22499}
22500
22501type Qualified_table_nameContext struct {
22502 antlr.BaseParserRuleContext
22503 parser antlr.Parser
22504}
22505
22506func NewEmptyQualified_table_nameContext() *Qualified_table_nameContext {
22507 var p = new(Qualified_table_nameContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected