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

Method modifying_stmt

grammar.cc:351–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351modifying_stmt::modifying_stmt(prod *p, struct scope *s, table *victim)
352 : prod(p), myscope(s)
353{
354 scope = &myscope;
355 scope->tables = s->tables;
356
357 if (!victim)
358 pick_victim();
359}
360
361
362delete_stmt::delete_stmt(prod *p, struct scope *s, table *v)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected