Delete removes query from activity tracker. InsertIndex is value returned by Insert call.
(insertIndex int)
| 294 | |
| 295 | // Delete removes query from activity tracker. InsertIndex is value returned by Insert call. |
| 296 | Delete(insertIndex int) |
| 297 | } |
| 298 | |
| 299 | // EngineOpts contains configuration options used when creating a new Engine. |
no outgoing calls