SqlUpsert SQL Upsert Statement
| 157 | } |
| 158 | // SqlUpsert SQL Upsert Statement |
| 159 | SqlUpsert struct { |
| 160 | Columns Columns |
| 161 | Rows [][]*ValueColumn |
| 162 | Values map[string]*ValueColumn |
| 163 | Where *SqlWhere |
| 164 | Table string |
| 165 | } |
| 166 | // SqlUpdate SQL Update Statement |
| 167 | SqlUpdate struct { |
| 168 | Values map[string]*ValueColumn |
nothing calls this directly
no outgoing calls
no test coverage detected