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

Method delete_returning

grammar.cc:368–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368delete_returning::delete_returning(prod *p, struct scope *s, table *victim)
369 : delete_stmt(p, s, victim) {
370 match();
371 select_list = make_shared<struct select_list>(this);
372}
373
374insert_stmt::insert_stmt(prod *p, struct scope *s, table *v)
375 : modifying_stmt(p, s, v)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected