Exec builds and Execs the query with the Runner set by RunWith.
()
| 109 | |
| 110 | // Exec builds and Execs the query with the Runner set by RunWith. |
| 111 | func (b DeleteBuilder) Exec() (sql.Result, error) { |
| 112 | data := builder.GetStruct(b).(deleteData) |
| 113 | return data.Exec() |
| 114 | } |
| 115 | |
| 116 | // SQL methods |
| 117 |