(values [][]byte)
| 1778 | } |
| 1779 | |
| 1780 | func (rr *ResultReader) preloadRowValues(values [][]byte) { |
| 1781 | rr.rowValues = values |
| 1782 | rr.preloaded = true |
| 1783 | } |
| 1784 | |
| 1785 | // FieldDescriptions returns the field descriptions for the current result set. The returned slice is only valid until |
| 1786 | // the ResultReader is closed. It may return nil (for example, if the query did not return a result set or an error was |
no outgoing calls
no test coverage detected