type github.com/lib/pq.copyin
12 uses
github.com/lib/pq (current package)
copy.go#L47: type copyin struct {
copy.go#L69: ci := ©in{
copy.go#L131: func (ci *copyin) flush(buf []byte) {
copy.go#L141: func (ci *copyin) resploop() {
copy.go#L172: func (ci *copyin) setBad() {
copy.go#L178: func (ci *copyin) isBad() bool {
copy.go#L185: func (ci *copyin) isErrorSet() bool {
copy.go#L194: func (ci *copyin) setError(err error) {
copy.go#L202: func (ci *copyin) NumInput() int {
copy.go#L206: func (ci *copyin) Query(v []driver.Value) (r driver.Rows, err error) {
copy.go#L217: func (ci *copyin) Exec(v []driver.Value) (r driver.Result, err error) {
copy.go#L254: func (ci *copyin) Close() (err error) {
![]() |
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. |