Class CreateIndexCommand

java.lang.Object
com.atlassian.confluence.upgrade.ddl.CreateIndexCommand
All Implemented Interfaces:
DdlCommand

public class CreateIndexCommand extends Object implements DdlCommand
  • Constructor Details

    • CreateIndexCommand

      public CreateIndexCommand(String indexName, String tableName, String... columnNames)
    • CreateIndexCommand

      public CreateIndexCommand(String indexName, String tableName, boolean isUnique, String... columnNames)
  • Method Details