Update updates all of the fields on the bound Record based on the PRIMARY_KEY fields. Essentially, it does something like this: UPDATE bound_table SET every=?, field=?, but=?, keys=? WHERE primary_key=?
()
| 226 | // Essentially, it does something like this: |
| 227 | // UPDATE bound_table SET every=?, field=?, but=?, keys=? WHERE primary_key=? |
| 228 | Update() error |
| 229 | |
| 230 | // Deletes a Record based on its PRIMARY_KEY(s). |
| 231 | Delete() error |
no outgoing calls