Frames | No Frames |
Methods with parameter type org.objectweb.medor.query.api.QueryLeaf | |
Object | |
void |
Methods with return type org.objectweb.medor.query.api.QueryLeaf | |
QueryLeaf[] |
Classes implementing org.objectweb.medor.query.api.QueryLeaf | |
class | This class represents a QueryLeaf which contains aggregate functions. |
class | This class represents a QueryLeaf that maps onto a relational database store. |
class | |
class |
This class represents a QueryLeaf that maps onto a relational database store. |
Constructors with parameter type org.objectweb.medor.query.api.QueryLeaf | |
BasicRdbExpField.BasicRdbExpField(String name, PType type, String col, QualifiedTable table, QueryLeaf ql) | |
Fields of type org.objectweb.medor.query.api.QueryLeaf | |
QueryLeaf |
Methods with parameter type org.objectweb.medor.query.api.QueryLeaf | |
void | Sets the QueryLeaf to which the RdbExpField is associated
|
Classes implementing org.objectweb.medor.query.api.QueryLeaf | |
class | This class is the common implementation of the jorm leaves (ClassExtent,
GenClassExtent). |
class | This class represents the extent of a JORM class. |
class | This class represents the extent of a JORM GenClass. |
Methods with parameter type org.objectweb.medor.query.api.QueryLeaf | |
QueryTreeField | |
void | JormLeafRewriter.addReference(NameDef nd, PNameField pnf, QueryNode qt, QueryLeaf specificQL, JormExtent extent) |
boolean | It returns true is the QueryLeaf can be rewrite by this LeafRewriter. |
QueryTreeField | |
LeafRewriter | |
QueryTree | It rewrites the QueryLeaf into a QueryTree. |
Methods with return type org.objectweb.medor.query.api.QueryLeaf | |
QueryLeaf |
Methods with parameter type org.objectweb.medor.query.api.QueryLeaf | |
TupleCollection | TCWrapper.fetchData(QueryLeaf ql, ParameterOperand[] parameters, Object conn, EvaluationMetaData evalmd) |
Classes implementing org.objectweb.medor.query.api.QueryLeaf | |
class | A TupleCollection is one of the DataStore that is queryable by Medor. |
Methods with parameter type org.objectweb.medor.query.api.QueryLeaf | |
TupleCollection | JDBCWrapper.fetchData(QueryLeaf lf, ParameterOperand[] parameters, Object connection, EvaluationMetaData evalMD) |
Methods with parameter type org.objectweb.medor.query.api.QueryLeaf | |
void | Sets the QueryLeaf to which the RdbExpField is associated
|
Methods with parameter type org.objectweb.medor.query.api.QueryLeaf | |
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 with parameter type org.objectweb.medor.query.api.QueryLeaf | |
Object | |
void |
Methods with return type org.objectweb.medor.query.api.QueryLeaf | |
QueryLeaf[] |
Methods with parameter type org.objectweb.medor.query.api.QueryLeaf | |
boolean | It returns true is the QueryLeaf can be rewrite by this LeafRewriter. |
LeafRewriter | |
QueryTree | It rewrites the QueryLeaf into a QueryTree. |