vishnu.life
Interface SQLCommand

All Superinterfaces:
Command, java.rmi.Remote
All Known Implementing Classes:
SQLCommandImpl

public interface SQLCommand
extends Command

Author:
cesare
 

Nested Class Summary
 
Nested classes/interfaces inherited from interface vishnu.life.Command
Command.Notice
 
Method Summary
 Response get()
           
 java.lang.String getStatement()
           
 void setContext(RelationalServiceContext c)
           
 void setInterested(Interested<SQLCommand,Command.Notice> i)
           
 void setRelationContext(Relation.Context c)
           
 void setStatement(java.lang.String sqlStatement)
           
 
Methods inherited from interface vishnu.life.Command
hasStarted, perform, session, setStarted
 

Method Detail

setStatement

void setStatement(java.lang.String sqlStatement)

setContext

void setContext(RelationalServiceContext c)

setRelationContext

void setRelationContext(Relation.Context c)

getStatement

java.lang.String getStatement()

get

Response get()

setInterested

void setInterested(Interested<SQLCommand,Command.Notice> i)