org.objectweb.medor.query.rdb.lib
Class MedorExpression2WhereClause
Expression2WhereClauseImpl
org.objectweb.medor.query.rdb.lib.MedorExpression2WhereClause
public class MedorExpression2WhereClause
extends Expression2WhereClauseImpl
This class overrides Expression2WhereClauseImpl for MEDOR-specific operators.
It is meant to be used for a particular QueryLeaf.
- A. Lefebvre
convertExp2WhereClause
public void convertExp2WhereClause(Expression exp,
RdbAdapter rdbAdapter,
StringBuffer sb)
throws ExpressionException
convertExp2WhereClause
public String convertExp2WhereClause(Expression exp,
RdbAdapter rdbAdapter,
BasicRdbExpQueryLeaf ql,
ParameterOperand[] pos)
throws ExpressionException
convertExp2WhereClauseBuilder
public void convertExp2WhereClauseBuilder(Expression exp,
String rdbAdapterVarName,
StringBuffer sb)
throws ExpressionException