ExplainQuery
open class ExplainQuery(val analyze: Boolean, val options: String?, internalStatement: Statement<*>) : Statement<ResultApi>
Represents the SQL query that obtains information about a statement execution plan.
Parameters
analyze
Whether the statement whose execution plan is being queried should actually be executed as well.
options
String of comma-separated parameters to append after the EXPLAIN
keyword.