const github.com/jackc/pgtype.Inclusive
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#L135: case Inclusive:
daterange.go#L168: case Inclusive:
daterange.go#L187: case Inclusive:
daterange.go#L199: case Inclusive:
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#L135: case Inclusive:
int4range.go#L168: case Inclusive:
int4range.go#L187: case Inclusive:
int4range.go#L199: case Inclusive:
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#L135: case Inclusive:
int8range.go#L168: case Inclusive:
int8range.go#L187: case Inclusive:
int8range.go#L199: case Inclusive:
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#L135: case Inclusive:
numrange.go#L168: case Inclusive:
numrange.go#L187: case Inclusive:
numrange.go#L199: case Inclusive:
range.go#L12: Inclusive = BoundType('i')
range.go#L49: utr.LowerType = Inclusive
range.go#L99: utr.UpperType = Inclusive
range.go#L220: ubr.LowerType = Inclusive
range.go#L228: ubr.UpperType = Inclusive
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#L135: case Inclusive:
tsrange.go#L168: case Inclusive:
tsrange.go#L187: case Inclusive:
tsrange.go#L199: case Inclusive:
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#L135: case Inclusive:
tstzrange.go#L168: case Inclusive:
tstzrange.go#L187: case Inclusive:
tstzrange.go#L199: case Inclusive:
![]() |
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. |