| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected