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

Struct Update_stmtContext

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

Source from the content-addressed store, hash-verified

21247}
21248
21249type Update_stmtContext struct {
21250 antlr.BaseParserRuleContext
21251 parser antlr.Parser
21252}
21253
21254func NewEmptyUpdate_stmtContext() *Update_stmtContext {
21255 var p = new(Update_stmtContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected