[ROOT] / doc / toc / ARCQuery / Class / Query
AllLogEntriesForThisQuery , ExecuteOne , Progress , ShouldTerminate
Keeps track of progress of query, and the interim result.
Should be considered a one-time-use only object.
This is because methods like ExecuteOne and -ExecuteAll- change internal state. In other words, if you want to execute the same query twice, create a new Query instance the second time.
| AllLogEntriesForThisQuery | Temporary storage of log information. |
| ExecuteOne | NOTE: Note how avoids deferred execution in order to always correctly time execution of each query element separately. |
| Progress | Use of member class in order for Query not to inherit IP. |
| ShouldTerminate | Attempts to explain problem, in TerminateReason and by logging. |
Generated 2025-10-27 20:44:11.525 UTC