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

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

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

void
Adds a QualifiedTable to the QueryLeaf
RdbExpField
RdbExpQueryLeaf.addRdbField(String fieldName, PType type, String colName, QualifiedTable table)
Adds a Field to the RdbExpQueryLeaf
boolean
Checks if a QualifiedTable is in the list of QualifiedTables of this QueryLeaf
void
Adds a QualifiedTable to the QueryLeaf
void
Associates the RdbExpField with the QualifiedTable.

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

QualifiedTable[]
Returns the associated QualifiedTables.
QualifiedTable
Returns the associated QualifiedTable.

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

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

class
MEDOR: Middleware Enabling Distributed Object Requests Copyright (C) 2001-2003 France Telecom R&D Contact: alexandre.lefebvre@rd.francetelecom.com This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

Constructors with parameter type org.objectweb.medor.query.rdb.api.QualifiedTable

BasicRdbExpField.BasicRdbExpField(String name, PType type, String col, QualifiedTable table, QueryLeaf ql)
Constructs a BasicRdbExpQueryLeaf from an Expression and a set of QualifiedTables.

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

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

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

QualifiedTable[]
Returns the associated QualifiedTables.
QualifiedTable
Returns the associated QualifiedTable.