org.objectweb.medor.expression.converter.api
Interface Expression2WhereClause
- Expression2WhereClauseImpl
public interface Expression2WhereClause
Converts an expression to a relation where clause.
- A. Lefebvre
convertExp2WhereClause
public String convertExp2WhereClause(Expression exp,
RdbAdapter rdbAdapter)
throws ExpressionException Converts an expression to a relational where clause
exp - the Expression to be convertedrdbAdapter - the RdbAdapter which can be necessary to compute parts
of the query which may depend from the relational database
- the SQL WHERE clause corresponding to the input Expression, as a
String
ExpressionException -