Enum ReadContext.QueryAnalyzeMode (6.66.0)

public enum ReadContext.QueryAnalyzeMode extends Enum<ReadContext.QueryAnalyzeMode>

Used to specify the mode in which the query should be analyzed by ReadContext#analyzeQuery(Statement,QueryAnalyzeMode).

Static Fields

Name Description
PLAN

Retrieves only the query plan information. No result data is returned.

PROFILE

Retrieves both query plan and query execution statistics along with the result data.

Static Methods

Name Description
valueOf(String name)
values()