public class DDLIndex extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DDLIndex.DDLIndexBuilder |
Modifier and Type | Method and Description |
---|---|
static DDLIndex.DDLIndexBuilder |
builder() |
boolean |
containsFieldWithName(String fieldName) |
boolean |
containsFieldWithNameIgnoreCase(String fieldName) |
boolean |
equals(Object o)
Check if this is equal to other index.
|
DDLIndexField[] |
getFields() |
String |
getIndexName() |
String |
getTable() |
int |
hashCode() |
String |
toString() |
public static DDLIndex.DDLIndexBuilder builder()
public String getTable()
public DDLIndexField[] getFields()
public String getIndexName()
public boolean containsFieldWithName(String fieldName)
public boolean containsFieldWithNameIgnoreCase(String fieldName)
public boolean equals(Object o)
Two indexes are considered equivalent if and only if they have exactly the same column names in the same order and the same table name specified. Please note that index name does not matter when checking for index equality.
Copyright © 2007-2017. All Rights Reserved.