QueryMode

Mode in which the statement must be processed.

Enums
NORMAL The default mode. Only the statement results are returned.
PLAN This mode returns only the query plan, without any results or execution statistics information.
PROFILE This mode returns both the query plan and the execution statistics along with the results.