github.com/lib/pq.copyin.cn (field)
12 uses
github.com/lib/pq (current package)
copy.go#L48: cn *conn
copy.go#L70: cn: cn,
copy.go#L135: _, err := ci.cn.c.Write(buf)
copy.go#L144: t, err := ci.cn.recvMessage(&r)
copy.go#L157: ci.cn.processReadyForQuery(&r)
copy.go#L174: ci.cn.bad = true
copy.go#L180: b := ci.cn.bad
copy.go#L225: defer ci.cn.errRecover(&err)
copy.go#L237: ci.buffer = appendEncodedText(&ci.cn.parameterStatus, ci.buffer, value)
copy.go#L263: defer ci.cn.errRecover(&err)
copy.go#L269: err = ci.cn.sendSimpleMessage('c')
copy.go#L275: ci.cn.inCopy = false
![]() |
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. |