type github.com/lib/pq.ArrayDelimiter

3 uses

	github.com/lib/pq (current package)
		array.go#L58: type ArrayDelimiter interface {
		array.go#L302: 	if ad, ok := reflect.Zero(rt).Interface().(ArrayDelimiter); ok {
		array.go#L594: 	if ad, ok := iv.(ArrayDelimiter); ok {