| 64 | } |
| 65 | |
| 66 | type iterator struct { |
| 67 | sess exprDB |
| 68 | cursor *sql.Rows // This is the main query cursor. It starts as a nil value. |
| 69 | err error |
| 70 | } |
| 71 | |
| 72 | type fieldValue struct { |
| 73 | fields []string |
nothing calls this directly
no outgoing calls
no test coverage detected