public class CreateIndexCommand extends Object implements DdlCommand
Constructor and Description |
---|
CreateIndexCommand(String indexName,
String tableName,
boolean isUnique,
String... columnNames) |
CreateIndexCommand(String indexName,
String tableName,
String... columnNames) |
public CreateIndexCommand(String indexName, String tableName, String... columnNames)
public String getStatement()
getStatement
in interface DdlCommand
Copyright © 2003–2019 Atlassian. All rights reserved.