Class DropDatabase


  • public class DropDatabase
    extends DefineCommand
    This class represents the statement DROP ALL OBJECTS
    • Constructor Detail

      • DropDatabase

        public DropDatabase​(SessionLocal session)
    • Method Detail

      • update

        public long update()
        Description copied from class: Prepared
        Execute the statement.
        Overrides:
        update in class Prepared
        Returns:
        the update count
      • setDropAllObjects

        public void setDropAllObjects​(boolean b)
      • setDeleteFiles

        public void setDeleteFiles​(boolean b)
      • getType

        public int getType()
        Description copied from class: Prepared
        Get the command type as defined in CommandInterface
        Specified by:
        getType in class Prepared
        Returns:
        the statement type