com.hardcode.gdbms.engine.instruction
Class InClauseAdapter

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

public class InClauseAdapter
extends Adapter

Adaptador

Author:
Fernando González Cortés

Constructor Summary
InClauseAdapter()
           
 
Method Summary
 int getListLength()
           
 Value getLValue(int index, long rowIndex)
           
 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

InClauseAdapter

public InClauseAdapter()
Method Detail

isNegated

public boolean isNegated()

getListLength

public int getListLength()

getLValue

public Value getLValue(int index,
                       long rowIndex)
                throws EvaluationException
Throws:
EvaluationException


Copyright © 2005-2006 . All Rights Reserved.