github.com/jackc/pgtype.HstoreArray.setRecursive (method)

4 uses

	github.com/jackc/pgtype (current package)
		hstore_array.go#L98: 		elementCount, err := dst.setRecursive(reflectedValue, 0, 0)
		hstore_array.go#L112: 				elementCount, err = dst.setRecursive(reflectedValue, 0, 0)
		hstore_array.go#L128: func (dst *HstoreArray) setRecursive(value reflect.Value, index, dimension int) (int, error) {
		hstore_array.go#L143: 			index, err = dst.setRecursive(value.Index(i), index, dimension+1)