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

6 uses

	github.com/jackc/pgtype (current package)
		bpchar.go#L18: 	return (Text)(dst).Get()
		generic_text.go#L16: 	return (Text)(dst).Get()
		name.go#L27: 	return (Text)(dst).Get()
		text.go#L52: func (dst Text) Get() interface{} {
		unknown.go#L19: 	return (Text)(dst).Get()
		varchar.go#L17: 	return (Text)(dst).Get()