SqlDelete SQL Delete Statement
| 171 | } |
| 172 | // SqlDelete SQL Delete Statement |
| 173 | SqlDelete struct { |
| 174 | Table string |
| 175 | Where *SqlWhere |
| 176 | Limit int |
| 177 | } |
| 178 | // SqlShow SQL SHOW Statement |
| 179 | SqlShow struct { |
| 180 | Raw string // full raw statement |
nothing calls this directly
no outgoing calls
no test coverage detected