com.hardcode.gdbms.engine.instruction
Class OrderByAdapter

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

public class OrderByAdapter
extends Adapter

Author:
Fernando González Cortés

Constructor Summary
OrderByAdapter()
           
 
Method Summary
 int getFieldCount()
           
 java.lang.String getFieldName(int index)
           
 int getOrder(int index)
           
 
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

OrderByAdapter

public OrderByAdapter()
Method Detail

getFieldCount

public int getFieldCount()

getFieldName

public java.lang.String getFieldName(int index)

getOrder

public int getOrder(int index)


Copyright © 2005-2006 . All Rights Reserved.