type github.com/jackc/pgtype.TypeValue

4 uses

	github.com/jackc/pgtype (current package)
		pgtype.go#L145: type TypeValue interface {
		pgtype.go#L432: 		if _, is := dt.Value.(TypeValue); !is {
		pgtype.go#L451: 	if tv, ok := v.(TypeValue); ok {
		pgtype.go#L860: 	if tv, ok := v.(TypeValue); ok {