type github.com/jackc/pgtype.BoundType
22 uses
github.com/jackc/pgtype (current package)
daterange.go#L13: LowerType BoundType
daterange.go#L14: UpperType BoundType
int4range.go#L13: LowerType BoundType
int4range.go#L14: UpperType BoundType
int8range.go#L13: LowerType BoundType
int8range.go#L14: UpperType BoundType
numrange.go#L13: LowerType BoundType
numrange.go#L14: UpperType BoundType
range.go#L9: type BoundType byte
range.go#L12: Inclusive = BoundType('i')
range.go#L13: Exclusive = BoundType('e')
range.go#L14: Unbounded = BoundType('U')
range.go#L15: Empty = BoundType('E')
range.go#L18: func (bt BoundType) String() string {
range.go#L25: LowerType BoundType
range.go#L26: UpperType BoundType
range.go#L179: LowerType BoundType
range.go#L180: UpperType BoundType
tsrange.go#L13: LowerType BoundType
tsrange.go#L14: UpperType BoundType
tstzrange.go#L13: LowerType BoundType
tstzrange.go#L14: UpperType BoundType
![]() |
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. |