com.hardcode.gdbms.engine.instruction
Class SelectListAdapter

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

public class SelectListAdapter
extends Adapter

Adaptador

Author:
Fernando González Cortés

Constructor Summary
SelectListAdapter()
           
 
Method Summary
 java.lang.String[] getFieldsAlias()
          Obtiene los alias de los campos
 Expression[] getFieldsExpression()
          Obtiene las expresiones de los campos
 
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

SelectListAdapter

public SelectListAdapter()
Method Detail

getFieldsExpression

public Expression[] getFieldsExpression()
Obtiene las expresiones de los campos

Returns:

getFieldsAlias

public java.lang.String[] getFieldsAlias()
Obtiene los alias de los campos

Returns:


Copyright © 2005-2006 . All Rights Reserved.