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

Struct Create_index_stmtContext

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

Source from the content-addressed store, hash-verified

4243}
4244
4245type Create_index_stmtContext struct {
4246 antlr.BaseParserRuleContext
4247 parser antlr.Parser
4248}
4249
4250func NewEmptyCreate_index_stmtContext() *Create_index_stmtContext {
4251 var p = new(Create_index_stmtContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected