Uses of Interface org.objectweb.medor.tuple.api.TupleCollection

Uses in package org.objectweb.medor.tuple.api

Methods with return type org.objectweb.medor.tuple.api.TupleCollection

TupleCollection
Returns the value of the designated column in the current row of this Tuple as a org.objectweb.medor object

Uses in package org.objectweb.medor.eval.api

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.

Uses in package org.objectweb.medor.tuple.lib

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

Uses in package org.objectweb.medor.filter.api

Methods with parameter type org.objectweb.medor.tuple.api.TupleCollection

boolean

Uses in package org.objectweb.medor.eval.cache.lib

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

Uses in package org.objectweb.medor.datasource.lib

Methods with return type org.objectweb.medor.tuple.api.TupleCollection

TupleCollection
TCWrapper.fetchData(QueryLeaf ql, ParameterOperand[] parameters, Object conn, EvaluationMetaData evalmd)

Uses in package org.objectweb.medor.query.api

Methods with return type org.objectweb.medor.tuple.api.TupleCollection

TupleCollection

Uses in package org.objectweb.medor.query.lib

Constructors with parameter type org.objectweb.medor.tuple.api.TupleCollection

MedorTCQueryLeaf.MedorTCQueryLeaf(String nodeName, String tcName, TupleCollection tcData)

Fields of type org.objectweb.medor.tuple.api.TupleCollection

TupleCollection

Methods with return type org.objectweb.medor.tuple.api.TupleCollection

TupleCollection

Uses in package org.objectweb.medor.datasource.rdb.lib

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)

Uses in package org.objectweb.medor.filter.lib

Methods with parameter type org.objectweb.medor.tuple.api.TupleCollection

boolean

Uses in package org.objectweb.medor.eval.prefetch.lib

Methods with parameter type org.objectweb.medor.tuple.api.TupleCollection

void
void

Uses in package org.objectweb.medor.datasource.api

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.

Uses in package org.objectweb.medor.eval.lib

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

Uses in package org.objectweb.medor.eval.prefetch.api

Methods with parameter type org.objectweb.medor.tuple.api.TupleCollection

void
Asscoiates a tuple collection to this PrefetchBuffer.