SqlUpdate SQL Update Statement
| 165 | } |
| 166 | // SqlUpdate SQL Update Statement |
| 167 | SqlUpdate struct { |
| 168 | Values map[string]*ValueColumn |
| 169 | Where *SqlWhere |
| 170 | Table string |
| 171 | } |
| 172 | // SqlDelete SQL Delete Statement |
| 173 | SqlDelete struct { |
| 174 | Table string |
nothing calls this directly
no outgoing calls
no test coverage detected