Frames | No Frames |
Methods with return type org.objectweb.medor.tuple.api.TupleCollection | |
TupleCollection | Tuple.getTupleCollection(int i) Returns the value of the designated column
in the current row of this Tuple
as a org.objectweb.medor object
|
Methods with return type org.objectweb.medor.tuple.api.TupleCollection | |
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. |
TupleCollection | NodeEvaluator.fetchData(ParameterOperand[] parameters) This method executes the query on the underlying node. |
Classes implementing org.objectweb.medor.tuple.api.TupleCollection | |
class | This class represents an empty TupleCollection. |
class | This interface is an implementation of the TupleCollection interface using
Java collections. |
Constructors with parameter type org.objectweb.medor.tuple.api.TupleCollection | |
Methods with return type org.objectweb.medor.tuple.api.TupleCollection | |
TupleCollection | MemoryTuple.getTupleCollection(int i) |
Methods with parameter type org.objectweb.medor.tuple.api.TupleCollection | |
boolean |
Classes implementing org.objectweb.medor.tuple.api.TupleCollection | |
class | This class implements a basic TupleCollection wich is cached. |
Constructors with parameter type org.objectweb.medor.tuple.api.TupleCollection | |
Methods with return type org.objectweb.medor.tuple.api.TupleCollection | |
TupleCollection | TCWrapper.fetchData(QueryLeaf ql, ParameterOperand[] parameters, Object conn, EvaluationMetaData evalmd) |
Methods with return type org.objectweb.medor.tuple.api.TupleCollection | |
TupleCollection |
Constructors with parameter type org.objectweb.medor.tuple.api.TupleCollection | |
Fields of type org.objectweb.medor.tuple.api.TupleCollection | |
TupleCollection |
Methods with return type org.objectweb.medor.tuple.api.TupleCollection | |
TupleCollection |
Classes implementing org.objectweb.medor.tuple.api.TupleCollection | |
class | This class encapsulates a resultset as a TupleCollection. |
Methods with return type org.objectweb.medor.tuple.api.TupleCollection | |
TupleCollection | JDBCWrapper.fetchData(QueryLeaf lf, ParameterOperand[] parameters, Object connection, EvaluationMetaData evalMD) |
Methods with parameter type org.objectweb.medor.tuple.api.TupleCollection | |
boolean |
Methods with parameter type org.objectweb.medor.tuple.api.TupleCollection | |
void | |
void |
Methods with return type org.objectweb.medor.tuple.api.TupleCollection | |
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. |
Classes implementing org.objectweb.medor.tuple.api.TupleCollection | |
class | |
class | This class represents TupleCollection result of filtering or joining then
projecting of two sub TupleCollection. |
class | This class is the implementation of a catesian result betwin two TupleCollection. |
class | This class represent is TupleCollection Result of the Nest Operation. |
class | A project Operation QueryNode is performed by this TupleCollection. |
class | This classe is a TupleCollection result of a Select + Project Operations. |
class | This class represent a TupleCollection Result of the Unnest Operation. |
Constructors with parameter type org.objectweb.medor.tuple.api.TupleCollection | |
Methods with return type org.objectweb.medor.tuple.api.TupleCollection | |
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) |
TupleCollection | BinaryIteratifNodeEvaluator.fetchData(ParameterOperand[] parameters) This method executes the query on the underlying node. |
TupleCollection | TupleCollectionNodeEvaluator.fetchData(ParameterOperand[] parameters) This method executes the query on the underlying node. |
TupleCollection | UnaryIteratifNodeEvaluator.fetchData(ParameterOperand[] parameters) This method executes the query on the underlying node. |
TupleCollection |
Methods with parameter type org.objectweb.medor.tuple.api.TupleCollection | |
void | Asscoiates a tuple collection to this PrefetchBuffer. |