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#L223: 		ubr.LowerType = Inclusive
		range.go#L232: 		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#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 {