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

Public Member Functions

 scope (struct scope *parent=0)
 
vector< pair< named_relation *, column > > refs_of_type (sqltype *t)
 
string stmt_uid (const char *prefix)
 Generate unique identifier with prefix.
 
void new_stmt ()
 Reset unique identifier counters.
 

Public Attributes

struct scopeparent
 
vector< named_relation * > tables
 available to table_ref productions
 
vector< named_relation * > refs
 available to column_ref productions
 
struct schemaschema
 
shared_ptr< map< string, unsigned int > > stmt_seq
 Counters for prefixed stmt-unique identifiers.
 

Detailed Description

Definition at line 79 of file relmodel.hh.


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