com.nhncorp.neptune.client.shell.create
Class CreateTableCommand

java.lang.Object
  extended by com.nhncorp.neptune.client.shell.NeptuneShellCommand
      extended by com.nhncorp.neptune.client.shell.create.CreateTableCommand

public class CreateTableCommand
extends NeptuneShellCommand


Constructor Summary
CreateTableCommand()
           
 
Method Summary
 ReturnMsg execute(java.lang.String inputStr)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateTableCommand

public CreateTableCommand()
Method Detail

execute

public ReturnMsg execute(java.lang.String inputStr)
Specified by:
execute in class NeptuneShellCommand