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

Method column

relmodel.hh:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 string name;
39 sqltype *type;
40 column(string name) : name(name) { }
41 column(string name, sqltype *t) : name(name), type(t) {
42 assert(t);
43 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected