OIDTypeReference is a reference to a type directly by its stable ID.
| 203 | |
| 204 | // OIDTypeReference is a reference to a type directly by its stable ID. |
| 205 | type OIDTypeReference struct { |
| 206 | OID oid.Oid |
| 207 | } |
| 208 | |
| 209 | // SQLString implements the ResolvableTypeReference interface. |
| 210 | func (node *OIDTypeReference) SQLString() string { |
nothing calls this directly
no outgoing calls
no test coverage detected