Class CreateViewCommand


  • public class CreateViewCommand
    extends Command
    This command-class represents the CREATE VIEW DDL command.
    • Nested Class Summary

    • 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
    • Field Detail

      • viewName

        private java.lang.String viewName
    • Constructor Detail

      • CreateViewCommand

        public CreateViewCommand​(java.lang.String viewName,
                                 SelectClause selectClause)