Uses of Interface org.objectweb.medor.query.rdb.api.RdbExpField

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

Methods with parameter type org.objectweb.medor.query.rdb.api.RdbExpField

RdbExpField
Adds an RdbExpField to the RdbExpQueryLeaf.
void
Adds an RdbExpField to the RdbExpQueryLeaf.
void
Sets the groupBy Field.

Methods with return type org.objectweb.medor.query.rdb.api.RdbExpField

RdbExpField
RdbExpQueryLeaf.addRdbField(String fieldName, PType type, String colName, QualifiedTable table)
Adds a Field to the RdbExpQueryLeaf
RdbExpField
Adds an RdbExpField to the RdbExpQueryLeaf.
RdbExpField
Gets the RdbExpField of the GroupBy Clause.

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

Classes implementing org.objectweb.medor.query.rdb.api.RdbExpField

class

Fields of type org.objectweb.medor.query.rdb.api.RdbExpField

RdbExpField

Methods with parameter type org.objectweb.medor.query.rdb.api.RdbExpField

RdbExpField
Adds an RdbExpField to the RdbExpQueryLeaf
String
Builds the qualified name of a RdbExpField.
void
void

Methods with return type org.objectweb.medor.query.rdb.api.RdbExpField

RdbExpField
BasicRdbExpQueryLeaf.addRdbField(String name, PType type, String colName, QualifiedTable table)
Adds a Field to the RdbExpQueryLeaf
RdbExpField
Adds an RdbExpField to the RdbExpQueryLeaf
RdbExpField