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

4 uses

	github.com/jackc/pgtype (current package)
		hstore_array.go#L281: func (dst *HstoreArray) DecodeText(ci *ConnInfo, src []byte) error {
		hstore_array.go#L463: 		return dst.DecodeText(nil, nil)
		hstore_array.go#L468: 		return dst.DecodeText(nil, []byte(src))
		hstore_array.go#L472: 		return dst.DecodeText(nil, srcCopy)