vishnu.life.performers
Class SingleInsertionPerformer

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

public class SingleInsertionPerformer
extends java.lang.Object
implements StatementPerformer

Author:
Mariano Tepper
 

Constructor Summary
SingleInsertionPerformer(SingleInsertStatement 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

SingleInsertionPerformer

public SingleInsertionPerformer(SingleInsertStatement s)
Method Detail

perform

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