org.datastorm.controller.command
Class ShowQueryCommand

java.lang.Object
  extended byorg.datastorm.controller.command.ShowQueryCommand
All Implemented Interfaces:
ICommand

public class ShowQueryCommand
extends Object
implements ICommand


Field Summary
 String sql
           
 
Constructor Summary
ShowQueryCommand(String sql)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sql

public String sql
Constructor Detail

ShowQueryCommand

public ShowQueryCommand(String sql)