SQLsmith
v1.2.1-5-gfacd7a8
A random SQL query generator
|
Public Member Functions | |
table (string name, string schema, bool insertable, bool base_table) | |
virtual string | ident () |
Public Member Functions inherited from named_relation | |
named_relation (string n) | |
Public Member Functions inherited from relation | |
virtual vector< column > & | columns () |
Public Attributes | |
string | schema |
bool | is_insertable |
bool | is_base_table |
vector< string > | constraints |
Public Attributes inherited from named_relation | |
string | name |
Public Attributes inherited from relation | |
vector< column > | cols |
Definition at line 65 of file relmodel.hh.