vishnu.life.performers
Class SelectionPerformer

java.lang.Object
  extended by vishnu.life.performers.SelectionPerformer
All Implemented Interfaces:
StatementPerformer

public class SelectionPerformer
extends java.lang.Object
implements StatementPerformer

Author:
Mariano Tepper
 

Constructor Summary
SelectionPerformer(SelectStatement s)
           
 
Method Summary
 Response perform(RelationalServiceContext c, Relation.Context relationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionPerformer

public SelectionPerformer(SelectStatement s)
Method Detail

perform

public Response perform(RelationalServiceContext c,
                        Relation.Context relationContext)
Specified by:
perform in interface StatementPerformer