Uses of Class
se.liu.ida.hefquin.engine.queryproc.QueryPlanningException
Packages that use QueryPlanningException
Package
Description
- 
Uses of QueryPlanningException in se.liu.ida.hefquin.engine.queryproc
Subclasses of QueryPlanningException in se.liu.ida.hefquin.engine.queryprocModifier and TypeClassDescriptionclassclassAn exception that occurred during query optimization.classAn exception that occurred when creating a source assignment for a given query.Methods in se.liu.ida.hefquin.engine.queryproc that throw QueryPlanningException - 
Uses of QueryPlanningException in se.liu.ida.hefquin.engine.queryproc.impl.planning
Methods in se.liu.ida.hefquin.engine.queryproc.impl.planning that throw QueryPlanningException - 
Uses of QueryPlanningException in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer
Modifier and TypeClassDescriptionclassAn exception that occurred during the process of estimating the cardinality of the result that will be produced by a given plan.classAn exception that occurred during the process of estimating the cost of a given plan.