Uses of Class org.objectweb.medor.expression.api.ExpressionException

Uses in package org.objectweb.medor.expression.converter.rdb

Methods which throw type org.objectweb.medor.expression.api.ExpressionException

String
void
Expression2WhereClauseImpl.convertExp2WhereClause(Expression exp, RdbAdapter rdbAdapter, StringBuffer sb)
These method build a where clause in a StrinbBuffer from a medor expression.
void
Expression2WhereClauseImpl.convertExp2WhereClauseBuilder(Expression exp, String rdbAdapterVarName, StringBuffer sb)
These method build a where clause in a StrinbBuffer from a medor expression.

Uses in package org.objectweb.medor.expression.lib

Methods which throw type org.objectweb.medor.expression.api.ExpressionException

Operand
Checks the semantic integrity of an expression.
Operand
Operand
Checks the semantic integrity of an expression.
Operand
Checks the semantic integrity of an expression.
Operand
Checks the semantic integrity of an expression.
Operand
Checks the semantic integrity of an expression.
Operand
Checks the semantic integrity of an expression.
Operand
Checks the semantic integrity of an expression.
Operand
Checks the semantic integrity of an expression.
Operand
Checks the semantic integrity of an expression.
Operand
Checks the semantic integrity of an expression.
Operand
Checks the semantic integrity of an expression.
Operand
Checks the semantic integrity of an expression.
Operand
Checks the semantic integrity of an expression.
Operand
Operand
Operand
Operand
We supose that the comparisons can be performed between all types.
Operand
Operand
Operand
Operand
Operand
Concat.evaluate(ParameterOperand[] pos, Object o)
Operand
Operand
Operand
Length.evaluate(ParameterOperand[] pos, Object o)
Operand
Like.evaluate(ParameterOperand[] values, Object o)
Operand
Sqrt.evaluate(ParameterOperand[] pos, Object o)
Operand
Operand
Operand
Operand

Uses in package org.objectweb.medor.expression.converter.api

Methods which throw type org.objectweb.medor.expression.api.ExpressionException

String
Converts an expression to a relational where clause

Uses in package org.objectweb.medor.expression.api

Classes derived from org.objectweb.medor.expression.api.ExpressionException

class
Specialisation of ExpressionException when Expression are malformed
class
Extension of MedorException for typing related problems.

Methods which throw type org.objectweb.medor.expression.api.ExpressionException

Operand
Checks the semantic integrity of an expression.
void
Operand
It evaluates the expression tree and puts the result into the operand result.

Uses in package org.objectweb.medor.expression.parser.string

Methods which throw type org.objectweb.medor.expression.api.ExpressionException

Expression
Produces a MEDOR Expression from a string.