Structs§
- TqlAnalyze
- TQL ANALYZE [VERBOSE] (
, , , [lookback]) executes the plan and tells the detailed per-step execution time (similar to SQL ANALYZE). - TqlEval
- TQL EVAL (
, , , [lookback]) - TqlExplain
- TQL EXPLAIN [VERBOSE] [
, , , [lookback]] doesn’t execute the query but tells how the query would be executed (similar to SQL EXPLAIN). - TqlParameters
- Intermediate structure used to unify parameter mappings for various TQL operations.