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

Struct Delete_stmtContext

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

Source from the content-addressed store, hash-verified

11236}
11237
11238type Delete_stmtContext struct {
11239 antlr.BaseParserRuleContext
11240 parser antlr.Parser
11241}
11242
11243func NewEmptyDelete_stmtContext() *Delete_stmtContext {
11244 var p = new(Delete_stmtContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected