com.hardcode.gdbms.engine.instruction
Class BetweenClauseAdapter

java.lang.Object
  extended by com.hardcode.gdbms.engine.instruction.Adapter
      extended by com.hardcode.gdbms.engine.instruction.BetweenClauseAdapter

public class BetweenClauseAdapter
extends Adapter

Adaptador

Author:
Fernando González Cortés

Constructor Summary
BetweenClauseAdapter()
           
 
Method Summary
 Value getInfValue(long row)
           
 Value getSupValue(long row)
           
 boolean isNegated()
           
 
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
 

Constructor Detail

BetweenClauseAdapter

public BetweenClauseAdapter()
Method Detail

getInfValue

public Value getInfValue(long row)
                  throws EvaluationException
Throws:
EvaluationException

getSupValue

public Value getSupValue(long row)
                  throws EvaluationException
Throws:
EvaluationException

isNegated

public boolean isNegated()


Copyright © 2005-2006 . All Rights Reserved.