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 DdlCommandCopyright © 2003–2017 Atlassian. All rights reserved.