func database/sql.convertAssignRows
4 uses
database/sql (current package)
convert.go#L211: return convertAssignRows(dest, src, nil)
convert.go#L219: func convertAssignRows(dest, src interface{}, rows *Rows) error {
convert.go#L428: return convertAssignRows(dv.Interface(), src, rows)
sql.go#L3144: err := convertAssignRows(dest[i], sv, rs)
![]() |
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. |