Err returns the error, if any, that was encountered during iteration. Err may be called after an explicit or implicit Close method.
()
| 245 | // Err returns the error, if any, that was encountered during iteration. |
| 246 | // Err may be called after an explicit or implicit Close method. |
| 247 | Err() error |
| 248 | } |
| 249 | |
| 250 | // GetColumnNames returns table Column Names in database |
no outgoing calls
no test coverage detected