com.hardcode.gdbms.engine.instruction
Class LValueListAdapter

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

public class LValueListAdapter
extends Adapter

Author:
Fernando González Cortés

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

LValueListAdapter

public LValueListAdapter()
Method Detail

getListLength

public int getListLength()

getLValue

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


Copyright © 2005-2006 . All Rights Reserved.