MCPcopy Create free account
hub / github.com/anse1/sqlsmith / update_returning

Method update_returning

grammar.cc:445–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443}
444
445update_returning::update_returning(prod *p, struct scope *s, table *v)
446 : update_stmt(p, s, v) {
447 match();
448
449 select_list = make_shared<struct select_list>(this);
450}
451
452
453upsert_stmt::upsert_stmt(prod *p, struct scope *s, table *v)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected