QueryRow reads the results from the next query in the batch as if the query has been sent with [Conn.QueryRow]. Prefer calling [QueuedQuery.QueryRow].
()
| 98 | // QueryRow reads the results from the next query in the batch as if the query has been sent with [Conn.QueryRow]. |
| 99 | // Prefer calling [QueuedQuery.QueryRow]. |
| 100 | QueryRow() Row |
| 101 | |
| 102 | // Close closes the batch operation. All unread results are read and any callback functions registered with |
| 103 | // [QueuedQuery.Query], [QueuedQuery.QueryRow], or [QueuedQuery.Exec] will be called. If a callback function returns an |
no outgoing calls
no test coverage detected