github.com/jackc/pgtype.Tstzrange.UpperType (field)

13 uses

	github.com/jackc/pgtype (current package)
		tstzrange.go#L14: 	UpperType BoundType
		tstzrange.go#L68: 	dst.UpperType = utr.UpperType
		tstzrange.go#L80: 	if dst.UpperType == Inclusive || dst.UpperType == Exclusive {
		tstzrange.go#L103: 	dst.UpperType = ubr.UpperType
		tstzrange.go#L115: 	if dst.UpperType == Inclusive || dst.UpperType == Exclusive {
		tstzrange.go#L156: 	if src.UpperType != Unbounded {
		tstzrange.go#L165: 	switch src.UpperType {
		tstzrange.go#L171: 		return nil, fmt.Errorf("unknown upper bound type %v", src.UpperType)
		tstzrange.go#L198: 	switch src.UpperType {
		tstzrange.go#L205: 		return nil, fmt.Errorf("unknown UpperType: %v", src.UpperType)
		tstzrange.go#L227: 	if src.UpperType != Unbounded {