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

13 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		range.go#L12: 	Inclusive = BoundType('i')
		range.go#L49: 		utr.LowerType = Inclusive
		range.go#L99: 			utr.UpperType = Inclusive
		range.go#L222: 		ubr.LowerType = Inclusive
		range.go#L230: 		ubr.UpperType = Inclusive
		range_codec.go#L85: 	case Inclusive:
		range_codec.go#L97: 	case Inclusive:
		range_codec.go#L177: 	case Inclusive:
		range_codec.go#L228: 	case Inclusive:
		range_codec.go#L277: 	if ubr.LowerType == Inclusive || ubr.LowerType == Exclusive {
		range_codec.go#L289: 	if ubr.UpperType == Inclusive || ubr.UpperType == Exclusive {
		range_codec.go#L327: 	if utr.LowerType == Inclusive || utr.LowerType == Exclusive {
		range_codec.go#L339: 	if utr.UpperType == Inclusive || utr.UpperType == Exclusive {