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

4 uses

	github.com/jackc/pgtype (current package)
		tstzrange_array.go#L262: func (dst *TstzrangeArray) DecodeText(ci *ConnInfo, src []byte) error {
		tstzrange_array.go#L444: 		return dst.DecodeText(nil, nil)
		tstzrange_array.go#L449: 		return dst.DecodeText(nil, []byte(src))
		tstzrange_array.go#L453: 		return dst.DecodeText(nil, srcCopy)