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

10 uses

	github.com/jackc/pgtype (current package)
		bpchar.go#L41: 	return (*Text)(dst).DecodeText(ci, src)
		generic_text.go#L24: 	return (*Text)(dst).DecodeText(ci, src)
		name.go#L35: 	return (*Text)(dst).DecodeText(ci, src)
		text.go#L91: func (dst *Text) DecodeText(ci *ConnInfo, src []byte) error {
		text.go#L102: 	return dst.DecodeText(ci, src)
		text.go#L133: 		return dst.DecodeText(nil, []byte(src))
		text.go#L137: 		return dst.DecodeText(nil, srcCopy)
		text_array.go#L331: 			err = elem.DecodeText(ci, elemSrc)
		unknown.go#L29: 	return (*Text)(dst).DecodeText(ci, src)
		varchar.go#L31: 	return (*Text)(dst).DecodeText(ci, src)