|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hardcode.gdbms.engine.instruction.Adapter
com.hardcode.gdbms.engine.instruction.AbstractExpression
com.hardcode.gdbms.engine.instruction.FunctionAdapter
public class FunctionAdapter
DOCUMENT ME!
Constructor Summary | |
---|---|
FunctionAdapter()
|
Method Summary | |
---|---|
Value |
evaluate(long row)
Evalúa la expresión para la fila row |
java.lang.String |
getFieldName()
Obtiene el nombre del campo en el que consiste la expresión. |
java.lang.String |
getFunctionName()
|
boolean |
isAggregated()
Checks if this expression is an aggregate function. |
boolean |
isLiteral()
Indica si los operandos de esta expresión son siempre los mismos o pueden cambiar. |
void |
simplify()
Simplifica las expresiones del árbol de adaptadores |
Methods inherited from class com.hardcode.gdbms.engine.instruction.AbstractExpression |
---|
evaluateExpression, getLiteralCondition |
Methods inherited from class com.hardcode.gdbms.engine.instruction.Adapter |
---|
getChilds, getEntity, getInstructionContext, getParent, replaceChild, setChilds, setEntity, setInstructionContext, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.hardcode.gdbms.engine.instruction.Expression |
---|
evaluateExpression |
Constructor Detail |
---|
public FunctionAdapter()
Method Detail |
---|
public java.lang.String getFieldName()
Expression
getFieldName
in interface Expression
Expression.getFieldName()
public void simplify()
Expression
simplify
in interface Expression
Expression.simplify()
public java.lang.String getFunctionName()
public boolean isAggregated()
Expression
isAggregated
in interface Expression
isAggregated
in class AbstractExpression
Expression.isAggregated()
public Value evaluate(long row) throws EvaluationException
Expression
evaluate
in interface Expression
row
- fila para la que se evalua la expresión
EvaluationException
- Si se produce algún error semánticoExpression.evaluate(long)
public boolean isLiteral()
Expression
isLiteral
in interface Expression
Expression.isLiteral()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |