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

Struct Create_table_stmtContext

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

Source from the content-addressed store, hash-verified

5047}
5048
5049type Create_table_stmtContext struct {
5050 antlr.BaseParserRuleContext
5051 parser antlr.Parser
5052}
5053
5054func NewEmptyCreate_table_stmtContext() *Create_table_stmtContext {
5055 var p = new(Create_table_stmtContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected