Frames | No Frames |
Methods which throw type org.objectweb.medor.api.EvaluationException | |
TupleCollection | Wrapper.fetchData(QueryLeaf ql, ParameterOperand[] parameters, Object connection, EvaluationMetaData evalmd) This method links the wrapper to a particular QueryLeaf, and executes
the query on the underlying data store. |
Methods which throw type org.objectweb.medor.api.EvaluationException | |
TupleCollection | QueryEvaluator.evaluate(ParameterOperand[] parameters, ConnectionResources ressources, Map evalMDMap) Launch the evaluation of a query. |
TupleCollection | QueryEvaluator.evaluate(ParameterOperand[] parameters, ConnectionResources ressources, PrefetchBuffer pb, Map evalMDMap) Launch the evaluation of a query. |
void |
Methods which throw type org.objectweb.medor.api.EvaluationException | |
TupleCollection | TCWrapper.fetchData(QueryLeaf ql, ParameterOperand[] parameters, Object conn, EvaluationMetaData evalmd) |
Constructors which throw type org.objectweb.medor.api.EvaluationException | |
Methods which throw type org.objectweb.medor.api.EvaluationException | |
TupleCollection | MedorEvaluator.evaluate(ParameterOperand[] parameters, ConnectionResources resources, Map evaluationMDMap) First, it allocates a tree of Evaluator (Wrapper or NodeEvaluator) for
the query tree associated to this evaluator. |
TupleCollection | MedorEvaluator.evaluate(ParameterOperand[] parameters, ConnectionResources resources, PrefetchBuffer prefetchBuffer, Map evalMDMap) |
void |
Methods which throw type org.objectweb.medor.api.EvaluationException | |
TupleCollection | JDBCWrapper.fetchData(QueryLeaf lf, ParameterOperand[] parameters, Object connection, EvaluationMetaData evalMD) |