ArrayTypeReference represents an array of possibly unknown type references.
| 213 | |
| 214 | // ArrayTypeReference represents an array of possibly unknown type references. |
| 215 | type ArrayTypeReference struct { |
| 216 | ElementType ResolvableTypeReference |
| 217 | } |
| 218 | |
| 219 | // SQLString implements the ResolvableTypeReference interface. |
| 220 | func (node *ArrayTypeReference) SQLString() string { |
nothing calls this directly
no outgoing calls
no test coverage detected