Class SqlDropIndexCommand

  • All Implemented Interfaces:
    SqlCommand

    public class SqlDropIndexCommand
    extends Object
    implements SqlCommand
    DROP INDEX command.
    • Constructor Detail

      • SqlDropIndexCommand

        public SqlDropIndexCommand()
        Default constructor.
      • SqlDropIndexCommand

        public SqlDropIndexCommand​(String schemaName,
                                   String idxName,
                                   boolean ifExists)
        Parameters:
        schemaName - Schema name.
        idxName - Index name.
        ifExists - If exists clause.
    • Method Detail

      • schemaName

        public void schemaName​(String schemaName)
        Specified by:
        schemaName in interface SqlCommand
        Parameters:
        schemaName - Schema name.
      • indexName

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

        public boolean ifExists()
        Returns:
        IF EXISTS flag.