SQLString implements the ResolvableTypeReference interface.
()
| 208 | |
| 209 | // SQLString implements the ResolvableTypeReference interface. |
| 210 | func (node *OIDTypeReference) SQLString() string { |
| 211 | return fmt.Sprintf("@%d", node.OID) |
| 212 | } |
| 213 | |
| 214 | // ArrayTypeReference represents an array of possibly unknown type references. |
| 215 | type ArrayTypeReference struct { |