Class CommitTransactionCommand


  • public class CommitTransactionCommand
    extends Command
    This class represents a command that commits a transaction, such as COMMIT or COMMIT WORK.
    • Nested Class Summary

    • Field Summary

      • Fields inherited from class edu.caltech.nanodb.commands.Command

        out
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(NanoDBServer server)
      Actually performs the command.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait