Class DropIndex

    • Constructor Summary

      Constructors 
      Constructor Description
      DropIndex​(java.lang.String schemaName, java.lang.String indexName)
      Public constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIndexName()  
      java.lang.String getSchemaName()  
      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

      • DropIndex

        public DropIndex​(java.lang.String schemaName,
                         java.lang.String indexName)
        Public constructor
        Parameters:
        schemaName -
        tableName -
    • Method Detail

      • getSchemaName

        public java.lang.String getSchemaName()
        Returns:
        the schemaName
      • getIndexName

        public java.lang.String getIndexName()
        Returns:
        the indexNames