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

3 uses

	github.com/jackc/pgtype (current package)
		line.go#L38: func (dst *Line) DecodeText(ci *ConnInfo, src []byte) error {
		line.go#L135: 		return dst.DecodeText(nil, []byte(src))
		line.go#L139: 		return dst.DecodeText(nil, srcCopy)