RawValues returns the unparsed bytes of the row values. The returned data is only valid until the next Next call or the Rows is closed.
()
| 64 | // RawValues returns the unparsed bytes of the row values. The returned data is only valid until the next Next |
| 65 | // call or the Rows is closed. |
| 66 | RawValues() [][]byte |
| 67 | |
| 68 | // Conn returns the underlying *Conn on which the query was executed. This may return nil if Rows did not come from a |
| 69 | // *Conn (e.g. if it was created by RowsFromResultReader) |
no outgoing calls