public interface Explain
DSLContext.explain(Query)
call.Modifier and Type | Method and Description |
---|---|
double |
cost()
The cost the database associated with the execution of the query.
|
String |
plan()
The formatted plan as returned by the database.
|
double |
rows()
The number of rows (cardinality) that is estimated to be returned by the query.
|
double rows()
This returns Double.NaN
if rows could not be estimated.
double cost()
This returns Double.NaN
if cost could not be retrieved.
String plan()
Copyright © 2019. All rights reserved.