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

Class modifying_stmt

grammar.hh:169–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167};
168
169struct modifying_stmt : prod {
170 table *victim;
171 struct scope myscope;
172 modifying_stmt(prod *p, struct scope *s, struct table *victim = 0);
173// shared_ptr<modifying_stmt> modifying_stmt::factory(prod *p, struct scope *s);
174 virtual void pick_victim();
175};
176
177struct delete_stmt : modifying_stmt {
178 shared_ptr<bool_expr> search;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected