const github.com/lib/pq/oid.T_int8
6 uses
github.com/lib/pq/oid (current package)
types.go#L10: T_int8 Oid = 20
types.go#L180: T_int8: "INT8",
github.com/lib/pq
conn.go#L730: case oid.T_int8:
encode.go#L73: case oid.T_int8:
encode.go#L113: case oid.T_int8, oid.T_int4, oid.T_int2:
rows.go#L26: case oid.T_int8:
![]() |
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. |