github.com/jackc/pgtype.BPCharArray.assignToRecursive (method)

3 uses

	github.com/jackc/pgtype (current package)
		bpchar_array.go#L246: 		elementCount, err := src.assignToRecursive(value, 0, 0)
		bpchar_array.go#L262: func (src *BPCharArray) assignToRecursive(value reflect.Value, index, dimension int) (int, error) {
		bpchar_array.go#L284: 			index, err = src.assignToRecursive(value.Index(i), index, dimension+1)