org.objectweb.medor.query.rdb.lib
Class MedorExpression2WhereClause
java.lang.Object
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.
- Author:
- A. Lefebvre
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MedorExpression2WhereClause
public MedorExpression2WhereClause()
convertExp2WhereClause
public java.lang.String convertExp2WhereClause(Expression exp,
RdbAdapter rdbAdapter,
BasicRdbExpQueryLeaf ql,
ParameterOperand[] pos)
throws ExpressionException
- Throws:
ExpressionException
convertExp2WhereClause
public void convertExp2WhereClause(Expression exp,
RdbAdapter rdbAdapter,
java.lang.StringBuffer sb)
throws ExpressionException
- Throws:
ExpressionException
convertExp2WhereClauseBuilder
public void convertExp2WhereClauseBuilder(Expression exp,
java.lang.String rdbAdapterVarName,
java.lang.StringBuffer sb)
throws ExpressionException
- Throws:
ExpressionException