SQLsmith
v1.2.1-5-gfacd7a8
A random SQL query generator
|
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 scope * | parent |
vector< named_relation * > | tables |
available to table_ref productions | |
vector< named_relation * > | refs |
available to column_ref productions | |
struct schema * | schema |
shared_ptr< map< string, unsigned int > > | stmt_seq |
Counters for prefixed stmt-unique identifiers. | |
Definition at line 79 of file relmodel.hh.