Class DropViewDAO

    • Constructor Summary

      Constructors 
      Constructor Description
      DropViewDAO​(java.lang.String schemaName, java.lang.String viewName, boolean propagateError)
      Public constructor
    • 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.
      • Methods inherited from class java.lang.Object

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

      • DropViewDAO

        public DropViewDAO​(java.lang.String schemaName,
                           java.lang.String viewName,
                           boolean propagateError)
        Public constructor
        Parameters:
        schemaName -
        viewName -
        propagateError - if false, errors will be suppressed, if true, they will be propagated
    • Method Detail