const github.com/jackc/pgtype.Unbounded
57 uses
github.com/jackc/pgtype (current package)
daterange.go#L133: case Exclusive, Unbounded:
daterange.go#L145: if src.LowerType != Unbounded {
daterange.go#L156: if src.UpperType != Unbounded {
daterange.go#L166: case Exclusive, Unbounded:
daterange.go#L189: case Unbounded:
daterange.go#L201: case Unbounded:
daterange.go#L212: if src.LowerType != Unbounded {
daterange.go#L227: if src.UpperType != Unbounded {
int4range.go#L133: case Exclusive, Unbounded:
int4range.go#L145: if src.LowerType != Unbounded {
int4range.go#L156: if src.UpperType != Unbounded {
int4range.go#L166: case Exclusive, Unbounded:
int4range.go#L189: case Unbounded:
int4range.go#L201: case Unbounded:
int4range.go#L212: if src.LowerType != Unbounded {
int4range.go#L227: if src.UpperType != Unbounded {
int8range.go#L133: case Exclusive, Unbounded:
int8range.go#L145: if src.LowerType != Unbounded {
int8range.go#L156: if src.UpperType != Unbounded {
int8range.go#L166: case Exclusive, Unbounded:
int8range.go#L189: case Unbounded:
int8range.go#L201: case Unbounded:
int8range.go#L212: if src.LowerType != Unbounded {
int8range.go#L227: if src.UpperType != Unbounded {
numrange.go#L133: case Exclusive, Unbounded:
numrange.go#L145: if src.LowerType != Unbounded {
numrange.go#L156: if src.UpperType != Unbounded {
numrange.go#L166: case Exclusive, Unbounded:
numrange.go#L189: case Unbounded:
numrange.go#L201: case Unbounded:
numrange.go#L212: if src.LowerType != Unbounded {
numrange.go#L227: if src.UpperType != Unbounded {
range.go#L14: Unbounded = BoundType('U')
range.go#L61: utr.LowerType = Unbounded
range.go#L83: utr.UpperType = Unbounded
range.go#L222: ubr.LowerType = Unbounded
range.go#L230: ubr.UpperType = Unbounded
range.go#L235: if ubr.LowerType == Unbounded && ubr.UpperType == Unbounded {
range.go#L251: if ubr.LowerType != Unbounded {
range.go#L261: if ubr.UpperType != Unbounded {
tsrange.go#L133: case Exclusive, Unbounded:
tsrange.go#L145: if src.LowerType != Unbounded {
tsrange.go#L156: if src.UpperType != Unbounded {
tsrange.go#L166: case Exclusive, Unbounded:
tsrange.go#L189: case Unbounded:
tsrange.go#L201: case Unbounded:
tsrange.go#L212: if src.LowerType != Unbounded {
tsrange.go#L227: if src.UpperType != Unbounded {
tstzrange.go#L133: case Exclusive, Unbounded:
tstzrange.go#L145: if src.LowerType != Unbounded {
tstzrange.go#L156: if src.UpperType != Unbounded {
tstzrange.go#L166: case Exclusive, Unbounded:
tstzrange.go#L189: case Unbounded:
tstzrange.go#L201: case Unbounded:
tstzrange.go#L212: if src.LowerType != Unbounded {
tstzrange.go#L227: if src.UpperType != Unbounded {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |