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

4 uses

	github.com/jackc/pgtype (current package)
		numeric_array.go#L477: func (dst *NumericArray) DecodeText(ci *ConnInfo, src []byte) error {
		numeric_array.go#L659: 		return dst.DecodeText(nil, nil)
		numeric_array.go#L664: 		return dst.DecodeText(nil, []byte(src))
		numeric_array.go#L668: 		return dst.DecodeText(nil, srcCopy)