Columns returns the column names. Columns returns an error if the rows are closed.
()
| 237 | // Columns returns the column names. |
| 238 | // Columns returns an error if the rows are closed. |
| 239 | Columns() ([]string, error) |
| 240 | |
| 241 | // ColumnTypes returns column information such as column type, length, |
| 242 | // and nullable. Some information may not be available from some drivers. |
no outgoing calls
no test coverage detected