()
| 57 | } |
| 58 | |
| 59 | func (f *RoutineName) String() string { return AsString(f) } |
| 60 | |
| 61 | // FQString renders the function name in full, not omitting the prefix |
| 62 | // schema and catalog names. Suitable for logging, etc. |
nothing calls this directly
no test coverage detected