github.com/jackc/pgtype.Int8range.UpperType (field)
13 uses
github.com/jackc/pgtype (current package)
int8range.go#L14: UpperType BoundType
int8range.go#L68: dst.UpperType = utr.UpperType
int8range.go#L80: if dst.UpperType == Inclusive || dst.UpperType == Exclusive {
int8range.go#L103: dst.UpperType = ubr.UpperType
int8range.go#L115: if dst.UpperType == Inclusive || dst.UpperType == Exclusive {
int8range.go#L156: if src.UpperType != Unbounded {
int8range.go#L165: switch src.UpperType {
int8range.go#L171: return nil, fmt.Errorf("unknown upper bound type %v", src.UpperType)
int8range.go#L198: switch src.UpperType {
int8range.go#L205: return nil, fmt.Errorf("unknown UpperType: %v", src.UpperType)
int8range.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. |