Close closes the batch operation. All unread results are read and any callback functions registered with [QueuedQuery.Query], [QueuedQuery.QueryRow], or [QueuedQuery.Exec] will be called. If a callback function returns an error or the batch encounters an error subsequent callback functions will not
()
| 113 | // Close is safe to call multiple times. If it returns an error subsequent calls will return the same error. Callback |
| 114 | // functions will not be rerun. |
| 115 | Close() error |
| 116 | } |
| 117 | |
| 118 | type batchResults struct { |
no outgoing calls
no test coverage detected