vishnu.life
Class ResponseFactory

java.lang.Object
  extended by vishnu.life.ResponseFactory

public class ResponseFactory
extends java.lang.Object

 

Constructor Summary
ResponseFactory()
           
 
Method Summary
static Response getDataManipulationResponse(java.lang.String executionPlan)
           
static Response getQueryResponse(RecordSet recordSet, TableSignature signature, java.lang.String executionPlan)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseFactory

public ResponseFactory()
Method Detail

getQueryResponse

public static final Response getQueryResponse(RecordSet recordSet,
                                              TableSignature signature,
                                              java.lang.String executionPlan)

getDataManipulationResponse

public static final Response getDataManipulationResponse(java.lang.String executionPlan)