com.nhncorp.neptune.client.shell.truncate
Class TruncateTableCommand

java.lang.Object
  extended by com.nhncorp.neptune.client.shell.NeptuneShellCommand
      extended by com.nhncorp.neptune.client.shell.truncate.TruncateTableCommand

public class TruncateTableCommand
extends NeptuneShellCommand


Constructor Summary
TruncateTableCommand()
           
 
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

TruncateTableCommand

public TruncateTableCommand()
Method Detail

execute

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