Values returns the values for the current row.
()
| 100 | |
| 101 | // Values returns the values for the current row. |
| 102 | Values() ([]any, error) |
| 103 | |
| 104 | // Err returns any error that has been encountered by the CopyFromSource. If |
| 105 | // this is not nil *Conn.CopyFrom will abort the copy. |
no outgoing calls
no test coverage detected