const github.com/lib/pq/oid.T_int4
6 uses
github.com/lib/pq/oid (current package)
types.go#L13: T_int4 Oid = 23
types.go#L183: T_int4: "INT4",
github.com/lib/pq
conn.go#L732: case oid.T_int4:
encode.go#L75: case oid.T_int4:
encode.go#L113: case oid.T_int8, oid.T_int4, oid.T_int2:
rows.go#L28: case oid.T_int4:
![]() |
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. |