Uses of Class
story.dbcore.admin.Command

Packages that use Command
story.dbcore.admin   
 

Uses of Command in story.dbcore.admin
 

Methods in story.dbcore.admin that return Command
 Command CommandSequence.get(int i)
           
 Command DBCoreInterface.getLastCommand()
          Returns the Command of the last command issued to the DBCore, or an exception if this is the first command
 Command DBCAccessor.getLastCommand()
          Returns the last successfully-executed command issued to the DBCore, or throws an exception if this is the first command
 Command Command.makeCopy()
           
 

Methods in story.dbcore.admin with parameters of type Command
 void CommandSequence.add(Command command)
           
 CommandReturn DBCoreInterface.execute(Command command)
          Interpret and execute a command.
 java.lang.Object DBCAccessor.execute(Command command)
          Interpret and execute a command.
 



Copyright © 2011 David K. Elson. All Rights Reserved.