| java.lang.Object org.objectweb.speedo.query.jdo.JDOQueriesUnion
JDOQueriesUnion | public class JDOQueriesUnion implements TupleCollection(Code) | | Is in charge of making the union of Medor query. This union is hidden behind
the TupleCollection interface, but the TupleStructure is variable.
author: S.Chassande-Barrioz |
connection | Object connection(Code) | | Is the commong connection to access the persistent support
|
currentTC | TupleCollection currentTC(Code) | | is the current TupleCollection over which the iteration is done
|
hasResult | boolean hasResult(Code) | | |
pos | ParameterOperand[] pos(Code) | | The common parameter operand of the queries
|
queryIdx | int queryIdx(Code) | | Is the index of the current query which is evaluated or read
|
close | public void close() throws MedorException(Code) | | |
first | public void first() throws MedorException(Code) | | |
getMetaData | public TupleStructure getMetaData() throws MedorException(Code) | | |
getRow | public int getRow() throws MedorException(Code) | | |
getTuple | public Tuple getTuple() throws MedorException(Code) | | |
getTuple | public Tuple getTuple(int row) throws MedorException(Code) | | |
isEmpty | public boolean isEmpty() throws MedorException(Code) | | |
isLast | public boolean isLast() throws MedorException(Code) | | |
next | public boolean next() throws MedorException(Code) | | |
row | public boolean row(int row) throws MedorException(Code) | | |
|
|