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#L226: ubr.LowerType = Exclusive
range.go#L234: 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#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 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)