Exec executes raw sql query
(query string, params ...interface{})
| 121 | DropColumns(table string, columnName ...string) errors.Error |
| 122 | // Exec executes raw sql query |
| 123 | Exec(query string, params ...interface{}) errors.Error |
| 124 | // Cursor returns a database cursor, cursor is especially useful when handling big amount of rows of data |
| 125 | Cursor(clauses ...Clause) (Rows, errors.Error) |
| 126 | // Fetch loads row data from `cursor` into `dst` |
no outgoing calls
no test coverage detected