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

6 uses

	github.com/jackc/pgtype (current package)
		bpchar.go#L62: 	return (*Text)(dst).Scan(src)
		generic_text.go#L33: 	return (*Text)(dst).Scan(src)
		name.go#L52: 	return (*Text)(dst).Scan(src)
		text.go#L125: func (dst *Text) Scan(src interface{}) error {
		unknown.go#L38: 	return (*Text)(dst).Scan(src)
		varchar.go#L52: 	return (*Text)(dst).Scan(src)