github.com/jackc/pgtype.TimestampArray.Status (field)
24 uses
github.com/jackc/pgtype (current package)
timestamp_array.go#L18: Status Status
timestamp_array.go#L24: *dst = TimestampArray{Status: Null}
timestamp_array.go#L40: *dst = TimestampArray{Status: Null}
timestamp_array.go#L42: *dst = TimestampArray{Status: Present}
timestamp_array.go#L53: Status: Present,
timestamp_array.go#L59: *dst = TimestampArray{Status: Null}
timestamp_array.go#L61: *dst = TimestampArray{Status: Present}
timestamp_array.go#L72: Status: Present,
timestamp_array.go#L78: *dst = TimestampArray{Status: Null}
timestamp_array.go#L80: *dst = TimestampArray{Status: Present}
timestamp_array.go#L85: Status: Present,
timestamp_array.go#L94: *dst = TimestampArray{Status: Null}
timestamp_array.go#L103: *dst = TimestampArray{Status: Present}
timestamp_array.go#L116: Status: Present,
timestamp_array.go#L183: switch dst.Status {
timestamp_array.go#L189: return dst.Status
timestamp_array.go#L194: switch src.Status {
timestamp_array.go#L312: *dst = TimestampArray{Status: Null}
timestamp_array.go#L341: *dst = TimestampArray{Elements: elements, Dimensions: uta.Dimensions, Status: Present}
timestamp_array.go#L348: *dst = TimestampArray{Status: Null}
timestamp_array.go#L359: *dst = TimestampArray{Dimensions: arrayHeader.Dimensions, Status: Present}
timestamp_array.go#L384: *dst = TimestampArray{Elements: elements, Dimensions: arrayHeader.Dimensions, Status: Present}
timestamp_array.go#L389: switch src.Status {
timestamp_array.go#L446: switch src.Status {
![]() |
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. |