public interface Explain
Results of an 
DSLContext.explain(Query) call.- Author:
- Lukas Eder
- 
Method Summary
- 
Method Details- 
rowsdouble rows()The number of rows (cardinality) that is estimated to be returned by the query.This returns Double.NaNif rows could not be estimated.
- 
costdouble cost()The cost the database associated with the execution of the query.This returns Double.NaNif cost could not be retrieved.
- 
planString plan()The formatted plan as returned by the database.
 
-