com.hardcode.gdbms.engine.instruction
Class WhereAdapter

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

public class WhereAdapter
extends Adapter

Adaptador

Author:
Fernando González Cortés

Constructor Summary
WhereAdapter()
           
 
Method Summary
 Expression getExpression()
          Obtiene la expresión del where
 
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

WhereAdapter

public WhereAdapter()
Method Detail

getExpression

public Expression getExpression()
Obtiene la expresión del where

Returns:
Expression


Copyright © 2005-2006 . All Rights Reserved.