[ROOT] / app / bef / Controller / RQController / ~std / QueryProgress
QueryProgress
| Key | Value |
|---|---|
| _Description | Contains, in addition to result, also log information about execution of API query SELECT Assembly, DocFragType, Description.FirstLine()/ORDER BY DocFragId/LIMIT 2000/SKIP 600/TAKE 120 Individual query expressions are: SELECT Assembly, DocFragType, Description.FirstLine() ORDER BY DocFragId LIMIT 2000 SKIP 600 TAKE 120 Note that the ordinary result (from an ordinary exceution of query) is stored in -Result- which is 'invisible' from ordinary -PropertyAccess-. |
| AllLogEntriesForThisQuery | ExecuteOne/_/55/Start = 2025-11-01 16:46:52.205 ExecuteOne/_/55/Query = SELECT Assembly, DocFragType, Description.FirstLine() ExecuteOne/_/55/CountBefore = 1177 ExecuteOne/_/55/CountAfter = 1177 ExecuteOne/_/55/Finish = 2025-11-01 16:46:52.211 ExecuteOne/_/55/ElapsedTime = 00:00:00.006 ExecuteOne/_/55/Text = ------------------------------------------------------ ExecuteOne/_/55/Start = 2025-11-01 16:46:52.211 ExecuteOne/_/55/Query = ORDER BY DocFragId ExecuteOne/_/55/CountBefore = 1177 ExecuteOne/_/55/CountAfter = 1177 ExecuteOne/_/55/Finish = 2025-11-01 16:46:52.212 ExecuteOne/_/55/ElapsedTime = 00:00:00.000 ExecuteOne/_/55/Text = ------------------------------------------------------ ExecuteOne/_/55/Start = 2025-11-01 16:46:52.212 ExecuteOne/_/55/Query = LIMIT 2000 ExecuteOne/_/55/CountBefore = 1177 Limit = 2000 ExecuteOne/_/55/CountAfter = 1177 ExecuteOne/_/55/Finish = 2025-11-01 16:46:52.212 ExecuteOne/_/55/ElapsedTime = 00:00:00.000 ExecuteOne/_/55/Text = ------------------------------------------------------ ExecuteOne/_/55/Start = 2025-11-01 16:46:52.212 ExecuteOne/_/55/Query = SKIP 600 ExecuteOne/_/55/CountBefore = 1177 ExecuteOne/_/55/CountAfter = 577 ExecuteOne/_/55/Finish = 2025-11-01 16:46:52.212 ExecuteOne/_/55/ElapsedTime = 00:00:00.000 ExecuteOne/_/55/Text = ------------------------------------------------------ ExecuteOne/_/55/Start = 2025-11-01 16:46:52.212 ExecuteOne/_/55/Query = TAKE 120 ExecuteOne/_/55/CountBefore = 577 ExecuteOne/_/55/CountAfter = 120 ExecuteOne/_/55/Finish = 2025-11-01 16:46:52.212 ExecuteOne/_/55/ElapsedTime = 00:00:00.000 ExecuteOne/_/55/Text = ------------------------------------------------------ |
| CreateHints | -True- |
| CurrentStrictness | -ON- |
| Limit | -2000- |
| Queries | SELECT Assembly, DocFragType, Description.FirstLine(); ORDER BY DocFragId; LIMIT 2000; SKIP 600; TAKE 120 |
| StrCurrentType | -DocFrag- |
| UseCache | -False- |
8 items
Generated 2025-11-01 16:46:52.233 UTC