const github.com/lib/pq/oid.T_int2
6 uses
github.com/lib/pq/oid (current package)
types.go#L11: T_int2 Oid = 21
types.go#L181: T_int2: "INT2",
github.com/lib/pq
conn.go#L734: case oid.T_int2:
encode.go#L77: case oid.T_int2:
encode.go#L113: case oid.T_int8, oid.T_int4, oid.T_int2:
rows.go#L30: case oid.T_int2:
![]() |
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. |