Enum ReadContext.QueryAnalyzeMode

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).

Fields

NameDescription
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.

Methods

NameDescription
valueOf(String name)
values()