Uses of Class org.objectweb.medor.query.rdb.lib.BasicRdbExpQueryLeaf

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

Constructors with parameter type org.objectweb.medor.query.rdb.lib.BasicRdbExpQueryLeaf

AggregateRdbQueryNode.AggregateRdbQueryNode(QueryTreeField[] groupedFields, String groupedFieldName, QueryTreeField[] groupByFields, BasicRdbExpQueryLeaf subQL, DataStore ds, String nodeName)
Constructs a RDB QueryNode for an aggregation.

Methods with parameter type org.objectweb.medor.query.rdb.lib.BasicRdbExpQueryLeaf

String
MedorExpression2WhereClause.convertExp2WhereClause(Expression exp, RdbAdapter rdbAdapter, BasicRdbExpQueryLeaf ql, ParameterOperand[] pos)

Uses in package org.objectweb.medor.optim.jorm

Methods with parameter type org.objectweb.medor.query.rdb.lib.BasicRdbExpQueryLeaf

Expression
Create an expression to decode a PName.
QueryTreeField
JormFlatten2Rdb.getField(String fieldname, PType type, JormExtent extent, BasicRdbExpQueryLeaf leaf, boolean add)
Adds a field in a leaf if it is not already present.
QueryTreeField
JormFlatten2Rdb.getField(String fieldname, JormExtent extent, BasicRdbExpQueryLeaf leaf, boolean add)
Shortcut to the getField(String, PType, JormExtent, BasicRdbExpQueryLeaf, boolean) method.
QueryTreeField
Is a shorcut to the getField(String, PType, JormExtent, BasicRdbExpQueryLeaf, boolean) method.
Expression
Replaces the uses of the old fields of extents by fields of a leaf.