SQLsmith  v1.2.1-5-gfacd7a8
A random SQL query generator
Public Member Functions | Public Attributes | List of all members
when_clause_insert Struct Reference
Inheritance diagram for when_clause_insert:
Inheritance graph
Collaboration diagram for when_clause_insert:
Collaboration graph

Public Member Functions

 when_clause_insert (struct merge_stmt *p)
 
virtual void out (std::ostream &out)
 Emit SQL for this production.
 
virtual void accept (prod_visitor *v)
 Visitor pattern for walking the AST. More...
 
- Public Member Functions inherited from when_clause
 when_clause (struct merge_stmt *p)
 
- Public Member Functions inherited from prod
 prod (prod *parent)
 
virtual void indent (std::ostream &out)
 Newline and indent according to tree level.
 
virtual void match ()
 Check with the impedance matching code whether this production has been blacklisted and throw an exception.
 
virtual void fail (const char *reason)
 Report a "failed to generate" error.
 
void retry ()
 Increase the retry count and throw an exception when retry_limit is exceeded.
 

Public Attributes

vector< shared_ptr< value_expr > > exprs
 
- Public Attributes inherited from when_clause
bool matched
 
shared_ptr< bool_exprcondition
 
- Public Attributes inherited from prod
struct prodpprod
 Parent production that instanciated this one. More...
 
struct scopescope
 Scope object to model column/table reference visibility.
 
int level
 Level of this production in the AST. 0 for root node.
 
long retries = 0
 Number of retries in this production. More...
 
long retry_limit = 100
 Maximum number of retries allowed before reporting a failure to the Parent prod.
 

Additional Inherited Members

- Static Public Member Functions inherited from when_clause
static shared_ptr< when_clausefactory (struct merge_stmt *p)
 

Detailed Description

Definition at line 279 of file grammar.hh.

Member Function Documentation

◆ accept()

void when_clause_insert::accept ( prod_visitor v)
virtual

Visitor pattern for walking the AST.

Make sure you visit all child production when deriving classes.

Reimplemented from when_clause.

Definition at line 658 of file grammar.cc.

References merge_stmt::accept().


The documentation for this struct was generated from the following files: