public class UniqueIndex extends IndexImpBase
_columns, _name| Constructor and Description |
|---|
UniqueIndex() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clones this index.
|
boolean |
equals(Object obj) |
boolean |
equalsIgnoreCase(Index other)
Compares this index to the given one while ignoring the case of identifiers.
|
int |
hashCode() |
boolean |
isUnique()
Determines whether this index is unique or not.
|
String |
toString() |
String |
toVerboseString()
Returns a verbose string representation of this index.
|
addColumn, getColumn, getColumnCount, getColumns, getName, hasColumn, removeColumn, removeColumn, setNamepublic boolean isUnique()
true if the index is an unique onepublic Object clone() throws CloneNotSupportedException
clone in interface Indexclone in class IndexImpBaseCloneNotSupportedException - If the cloning did failpublic boolean equalsIgnoreCase(Index other)
other - The other indextrue if this index is equal (ignoring case) to the given onepublic String toVerboseString()
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.