Class DropIndexStatement

    • Constructor Detail

      • DropIndexStatement

        public DropIndexStatement​(String indexName,
                                  String tableCatalogName,
                                  String tableSchemaName,
                                  String tableName,
                                  String associatedWith)
    • Method Detail

      • getTableCatalogName

        public String getTableCatalogName()
      • getTableSchemaName

        public String getTableSchemaName()
      • getIndexName

        public String getIndexName()
      • getTableName

        public String getTableName()
      • getAssociatedWith

        public String getAssociatedWith()
      • setAssociatedWith

        public void setAssociatedWith​(String associatedWith)