github.com/lib/pq.readBuf.int16 (method)
8 uses
github.com/lib/pq (current package)
buf.go#L25: func (b *readBuf) int16() (n int) {
conn.go#L1450: n := rs.rb.int16()
conn.go#L1677: nparams := r.int16()
conn.go#L1795: n := r.int16()
conn.go#L1802: colTyps[i].Len = r.int16()
conn.go#L1811: n := r.int16()
conn.go#L1819: colTyps[i].Len = r.int16()
conn.go#L1821: colFmts[i] = format(r.int16())
![]() |
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. |