Class Db2DropTablespace

    • Constructor Summary

      Constructors 
      Constructor Description
      Db2DropTablespace​(java.lang.String tablespaceName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run​(IDatabaseTranslator translator, java.sql.Connection c)
      Execute the statement using the connection.
      protected boolean tablespaceExists​(IDatabaseTranslator translator, java.sql.Connection c)
      Check if the given tablespace exists
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Db2DropTablespace

        public Db2DropTablespace​(java.lang.String tablespaceName)
        Parameters:
        tablespaceName -
    • Method Detail

      • tablespaceExists

        protected boolean tablespaceExists​(IDatabaseTranslator translator,
                                           java.sql.Connection c)
        Check if the given tablespace exists
        Parameters:
        translator -
        c -
        Returns: