Query reads the results from the next query in the batch as if the query has been sent with [Conn.Query]. Prefer calling [QueuedQuery.Query].
()
| 94 | // Query reads the results from the next query in the batch as if the query has been sent with [Conn.Query]. Prefer |
| 95 | // calling [QueuedQuery.Query]. |
| 96 | Query() (Rows, error) |
| 97 | |
| 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]. |
no outgoing calls
no test coverage detected