Class QueryMode (3.28.0)

QueryMode(value)

Mode in which the statement must be processed.

Values: NORMAL (0): The default mode. Only the statement results are returned. PLAN (1): This mode returns only the query plan, without any results or execution statistics information. PROFILE (2): This mode returns both the query plan and the execution statistics along with the results.