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

Method sqltype

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

Source from the content-addressed store, hash-verified

22 static map<string, struct sqltype*> typemap;
23 static struct sqltype *get(string s);
24 sqltype(string n) : name(n) { }
25
26 /** This function is used to model postgres-style pseudotypes.
27 A generic type is consistent with a more concrete type.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected