const github.com/jackc/pgx/v5/pgtype.Exclusive

13 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		range.go#L13: 	Exclusive = BoundType('e')
		range.go#L47: 		utr.LowerType = Exclusive
		range.go#L97: 			utr.UpperType = Exclusive
		range.go#L227: 		ubr.LowerType = Exclusive
		range.go#L236: 		ubr.UpperType = Exclusive
		range_codec.go#L89: 	case Exclusive:
		range_codec.go#L101: 	case Exclusive:
		range_codec.go#L175: 	case Exclusive, Unbounded:
		range_codec.go#L226: 	case Exclusive, Unbounded:
		range_codec.go#L275: 	if ubr.LowerType == Inclusive || ubr.LowerType == Exclusive {
		range_codec.go#L287: 	if ubr.UpperType == Inclusive || ubr.UpperType == Exclusive {
		range_codec.go#L325: 	if utr.LowerType == Inclusive || utr.LowerType == Exclusive {
		range_codec.go#L337: 	if utr.UpperType == Inclusive || utr.UpperType == Exclusive {