Class GridSqlDropIndex

    • Constructor Detail

      • GridSqlDropIndex

        public GridSqlDropIndex()
    • Method Detail

      • indexName

        public String indexName()
        Returns:
        Index name.
      • indexName

        public void indexName​(String idxName)
        Parameters:
        idxName - Index name.
      • schemaName

        public String schemaName()
        Returns:
        Schema name.
      • schemaName

        public void schemaName​(String schemaName)
        Parameters:
        schemaName - Schema name.
      • ifExists

        public boolean ifExists()
        Returns:
        whether attempt to drop the index should be made only if it exists.
      • ifExists

        public void ifExists​(boolean ifExists)
        Parameters:
        ifExists - whether attempt to drop the index should be made only if it exists.