type github.com/jackc/pgx/v5/pgtype.TextValuer

11 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		enum_codec.go#L31: 		case TextValuer:
		ltree.go#L31: 		case TextValuer:
		ltree.go#L58: 	t, err := value.(TextValuer).TextValue()
		macaddr.go#L24: 		case TextValuer:
		macaddr.go#L32: 		case TextValuer:
		macaddr.go#L54: 	t, err := value.(TextValuer).TextValue()
		pgtype.go#L1230: 		case TextValuer:
		pgtype.go#L1280: 	t, err := value.(TextValuer).TextValue()
		text.go#L13: type TextValuer interface {
		text.go#L104: 		case TextValuer:
		text.go#L139: 	text, err := value.(TextValuer).TextValue()