const github.com/jackc/pgtype.Exclusive
53 uses
github.com/jackc/pgtype (current package)
daterange.go#L74: if dst.LowerType == Inclusive || dst.LowerType == Exclusive {
daterange.go#L80: if dst.UpperType == Inclusive || dst.UpperType == Exclusive {
daterange.go#L109: if dst.LowerType == Inclusive || dst.LowerType == Exclusive {
daterange.go#L115: if dst.UpperType == Inclusive || dst.UpperType == Exclusive {
daterange.go#L133: case Exclusive, Unbounded:
daterange.go#L166: case Exclusive, Unbounded:
daterange.go#L191: case Exclusive:
daterange.go#L203: case Exclusive:
int4range.go#L74: if dst.LowerType == Inclusive || dst.LowerType == Exclusive {
int4range.go#L80: if dst.UpperType == Inclusive || dst.UpperType == Exclusive {
int4range.go#L109: if dst.LowerType == Inclusive || dst.LowerType == Exclusive {
int4range.go#L115: if dst.UpperType == Inclusive || dst.UpperType == Exclusive {
int4range.go#L133: case Exclusive, Unbounded:
int4range.go#L166: case Exclusive, Unbounded:
int4range.go#L191: case Exclusive:
int4range.go#L203: case Exclusive:
int8range.go#L74: if dst.LowerType == Inclusive || dst.LowerType == Exclusive {
int8range.go#L80: if dst.UpperType == Inclusive || dst.UpperType == Exclusive {
int8range.go#L109: if dst.LowerType == Inclusive || dst.LowerType == Exclusive {
int8range.go#L115: if dst.UpperType == Inclusive || dst.UpperType == Exclusive {
int8range.go#L133: case Exclusive, Unbounded:
int8range.go#L166: case Exclusive, Unbounded:
int8range.go#L191: case Exclusive:
int8range.go#L203: case Exclusive:
numrange.go#L74: if dst.LowerType == Inclusive || dst.LowerType == Exclusive {
numrange.go#L80: if dst.UpperType == Inclusive || dst.UpperType == Exclusive {
numrange.go#L109: if dst.LowerType == Inclusive || dst.LowerType == Exclusive {
numrange.go#L115: if dst.UpperType == Inclusive || dst.UpperType == Exclusive {
numrange.go#L133: case Exclusive, Unbounded:
numrange.go#L166: case Exclusive, Unbounded:
numrange.go#L191: case Exclusive:
numrange.go#L203: case Exclusive:
range.go#L13: Exclusive = BoundType('e')
range.go#L47: utr.LowerType = Exclusive
range.go#L97: utr.UpperType = Exclusive
range.go#L224: ubr.LowerType = Exclusive
range.go#L232: ubr.UpperType = Exclusive
tsrange.go#L74: if dst.LowerType == Inclusive || dst.LowerType == Exclusive {
tsrange.go#L80: if dst.UpperType == Inclusive || dst.UpperType == Exclusive {
tsrange.go#L109: if dst.LowerType == Inclusive || dst.LowerType == Exclusive {
tsrange.go#L115: if dst.UpperType == Inclusive || dst.UpperType == Exclusive {
tsrange.go#L133: case Exclusive, Unbounded:
tsrange.go#L166: case Exclusive, Unbounded:
tsrange.go#L191: case Exclusive:
tsrange.go#L203: case Exclusive:
tstzrange.go#L74: if dst.LowerType == Inclusive || dst.LowerType == Exclusive {
tstzrange.go#L80: if dst.UpperType == Inclusive || dst.UpperType == Exclusive {
tstzrange.go#L109: if dst.LowerType == Inclusive || dst.LowerType == Exclusive {
tstzrange.go#L115: if dst.UpperType == Inclusive || dst.UpperType == Exclusive {
tstzrange.go#L133: case Exclusive, Unbounded:
tstzrange.go#L166: case Exclusive, Unbounded:
tstzrange.go#L191: case Exclusive:
tstzrange.go#L203: case Exclusive:
 |
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. |